Fatal error: Unable to load messages.\nDB function failed with error number 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT thread, MAX(time) AS lastpost
SQL=SELECT
a.*,
t.message AS messagetext,
m.mesid AS attachmesid,
f.thread AS favthread,
u.avatar,
c.name AS catname,
b.lastpost
FROM
jos_fb_messages AS a JOIN ( SELECT thread, MAX(time) AS lastpost
FROM jos_fb_messages
WHERE time >'1366485224'
AND hold=0 AND moved=0 AND catid IN (8,9,10,11,12,13,15,16,17,18,25,26,28,29,30,31,32,35,36,37,38)
GROUP BY 1) AS b ON b.thread = a.thread JOIN jos in /home/content/a/r/t/artelf2xs/html/components/com_fireboard/sources/fb_debug.php on line 37