I'm getting a similar problem on my own site.
But to top it off, I just registered on this site to reply and I get similar errors from this forum.
It only happens after signing in.
Here's the error from this site:
Fatal error: Unable to load categories.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 '

ORDER BY ordering, name' at line 1 SQL=SELECT c.* FROM jos_fb_categories c WHERE c.id IN () ORDER BY ordering, name
SQL =
SELECT c.* FROM jos_fb_categories c WHERE c.id IN () ORDER BY ordering, name
in /home/bestofjo/public_html/components/com_fireboard/sources/fb_debug.php on line 37
Mine is showing:
Fatal error: Unable to count total threadsnDB 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 '

' at line 1 SQL=Select count(distinct thread) FROM jos_fb_messages WHERE time >'1216071213' AND hold=0 AND moved=0 AND catid IN ()
SQL =
Select count(distinct thread) FROM jos_fb_messages WHERE time >'1216071213' AND hold=0 AND moved=0 AND catid IN ()
in /var/
www/arashi/components/com_fireboard/sources/fb_debug.php on line 37