MyBB Community Forums

Full Version: Error when trying to Reply All
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get this error when selecting Reply All to a PM I got:

MyBB has experienced an internal SQL error and cannot continue.

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 '200,90)' at line 1
Query:
SELECT uid, username FROM mybb_users WHERE uid IN (,200,90)
See this thread for a _possible_ fix. I'm not sure if it will bring back the other bug, but it's worth a try.
http://community.mybboard.net/thread-41204.html
That did it. Thanks.