When I installed 1.0.5 I got many SQL lines that did not updates (red x)
Once I posted first reply after the update I got this error:
----------
Your message has been successfully posted
DB 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 max(thread) AS thread FROM jos_fb_messages WHERE id=5784 SQL=SELECT a.thread AS thread, max(a.id) AS latest_id, max(a.catid) AS catid, count(*) AS totalmessages FROM jos_fb_messages AS a, (SELECT max(thread) AS thread FROM jos_fb_messages WHERE id=5784) AS b WHERE a.thread = b.thread AND a.hold = 0 GROUP BY a.thread
SQL =
SELECT a.thread AS thread, max(a.id) AS latest_id, max(a.catid) AS catid, count(*) AS totalmessages
FROM jos_fb_messages AS a,
(SELECT max(thread) AS thread FROM jos_fb_messages WHERE id=5784) AS b
WHERE a.thread = b.thread AND a.hold = 0
GROUP BY a.thread
-----------
Message did post.
