2009-01-24, 04:04 PM
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:
As you can see in the (,3) part, seems like the code is missing some user IDs there.
Greets.
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.