MyBB Community Forums

Full Version: Need HELP!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have this error...please help me
my forum: http://lrdz-c.tk



MyBB SQL 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 ')' at line 1
Query:
SELECT * FROM mybb_users WHERE uid IN()
Please contact the MyBB Group for support.
if you installed fake online plugin then remove it from your files server (/inc/plugins folder)
There is something wrong with that line in your mybb_users table
Go to your hosting site/provider and open up phpmyadmin. Copy that code:
SELECT * FROM mybb_users WHERE uid IN()
And make the query to find out the problem. Otherwise you could go to your mybb_users db table directly and look at line 1. Paste it here, and I'll take a look for you.

Dreamless.