MyBB Community Forums

Full Version: member group error since upgrade [resolved]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi
some of my member groups are having this error when they try to log in

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 u.uid' at line 4
Query:
SELECT u.username as username, f.fid9 as online_c FROM mybb_users u LEFT JOIN mybb_userfields f ON (u.uid=f.ufid) WHERE u.uid IN () ORDER BY u.uid

iv just upgraded from 1.4.1 to 1.4.2?


----------------------------------------------------------

error was corrected once i changed permissions to view online list?
That query is not a MyBB 1.4 query. This appears to be caused by a plugin / modification.

Ryan