2010-11-06, 12:46 PM
I'm getting the following error emailed to me occasionally. I'm not sure if it's something I should be concerned about since the performance of the forum doesn't seem to be impacted, but I was just curious what could be causing it.
Type: 20
File: (Line no. 0)
Message
SQL Error: 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 p.dateline' at line 4
Query:
SELECT u.*, u.username AS userusername, p.*
FROM mybb_posts p
LEFT JOIN mybb_users u ON (u.uid=p.uid)
WHERE p.pid IN ()
ORDER BY p.dateline