SQL: SELECT f.fid, f.fup, f.type, f.name, ff.viewperm, ff.extra, a.allowview FROM [Table]forums f
LEFT JOIN [Table]forumfields ff ON ff.fid=f.fid
WHERE fup='95' AND status>'0' AND type='forum' ORDER BY f.displayorder Error: Unknown table 'a' in field list Errno.: 1109
Similar error report has been dispatched to administrator before.
SQL: SELECT f.fid, f.fup, f.type, f.name, ff.viewperm, ff.extra, a.allowview FROM [Table]forums f
LEFT JOIN [Table]forumfields ff ON ff.fid=f.fid
WHERE fup='95' AND status>'0' AND type='forum' ORDER BY f.displayorder
Error: Unknown table 'a' in field list
Errno.: 1109
Similar error report has been dispatched to administrator before.