MyBB Community Forums

Full Version: [D] Reply to all (MPs)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, seems like there's a bug with the "reply to all" button in private message system. When you receive a MP that has been sent to multiple recipients (in my example: 2 recipients), and you click "reply to all", I got this:

Quote: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 '3)' at line 1
Query:
SELECT uid, username FROM mybb_users WHERE uid IN (,3)

As you can see in the (,3) part, seems like the code is missing some user IDs there.

Greets.
damn, I searched! xD

It's ok then. We'll wait for next release of MyBB for this to be fixed ^^

Thanks Matt.