MyBB Community Forums

Full Version: [SOLVED] MySQL Error in User CP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If I click at the group membership in the user CP (Gruppenmitgliedschaften in german), I'm getting an internal error:
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 '6) AND gid !='4' ORDER BY title' at line 1
Query:
SELECT * FROM mybb_usergroups WHERE gid IN (,6) AND gid !='4' ORDER BY title

I wonder what that means and how I can fix it Smile
Please help me. It appears only there and I don't think that I modified anything there.

EDIT: SOLVED