MyBB Community Forums

Full Version: MyBB SQL Erro 1064
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I visit my forum its show below message
Quote: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.

My forum URL : http://forumforu.uni.me
have you recently added any plugin (eg. fake users online) or code modification ? can you deactivate / remove that and check
Yes recently I added a plugin [Hide Conten Until Reply]. I Deactivate and removed that but I still faced this problem.

Please help someone.

One more thing . I can visit all my forum post and page without the Index page.

Example : http://forumforu.uni.me/index.php

Other page such as a post. http://forumforu.uni.me/showthread.php?tid=107
Do you have any other plugins installed? You can go to Admin CP->Configuration->Settings Then choose disable all plugins. If, after doing this, you can view the index normally, it is a problem with one of your plugins. Look to see if any of them hook to either index_start or index_end. I'm pretty sure it is one of those two hooks that is being used by a plugin.