MyBB Community Forums

Full Version: SQL syntax error in forum_users table
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Straight to the point; MyBB's index PHP on a forum is giving out the following 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 ')' at line 1

With the query in question being:

SELECT * FROM forum_users WHERE uid IN()

I would just like to know if this is a known error/bug/etc. since it seemed to happen out of the blue, it may well have been after MySQL was upgraded (although I'm really not too sure if it did or when). Hopefully someone can help me out. Smile
Have you got any plugins installed?
I know OP. He has myalerts, myawards and mytabs installed. I don't think he has any others installed.
Try disabling all plugins and see if the problem persists.