MyBB Community Forums

Full Version: MySQL Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is causing this error?

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
I know this error, but not sure, do you use ProPortal? Maybe there's a bug...
Where do you get this...?? This should have been fixed in 1.6.1 if it's happening where I think it is.

Edit: it's still on the tracker, hasn't been fixed yet though: http://dev.mybb.com/issues/1290