MyBB Community Forums

Full Version: MyBB SQL Error on forums.kaizokuden.net
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The error comes when I tried to visit the "Contests!" section. However, all sub forums work fine.

URL of the forum: http://forums.kaizokuden.net
URL of the section where I get this error: http://forums.kaizokuden.net/Forum-Contests
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 ',,,,,,,,,,,,,,,,,,) AND (visible='1' OR visible='0')' at line 1
Query:
SELECT tid,uid FROM mybb_posts WHERE uid='773' AND tid IN (,,,,,,,,,,,,,,,,,,,) AND (visible='1' OR visible='0')

What do I need to do to fix this?
(2013-04-14, 06:07 AM)OurIslamic.COM Wrote: [ -> ]The error comes when I tried to visit the "Contests!" section. However, all sub forums work fine.

URL of the forum: http://forums.kaizokuden.net
URL of the section where I get this error: http://forums.kaizokuden.net/Forum-Contests
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 ',,,,,,,,,,,,,,,,,,) AND (visible='1' OR visible='0')' at line 1
Query:
SELECT tid,uid FROM mybb_posts WHERE uid='773' AND tid IN (,,,,,,,,,,,,,,,,,,,) AND (visible='1' OR visible='0')

What do I need to do to fix this?

Works fine here...
It's only happening to logged in users.
(2013-04-14, 08:09 AM)Dragon_Void Wrote: [ -> ]
(2013-04-14, 06:07 AM)OurIslamic.COM Wrote: [ -> ]The error comes when I tried to visit the "Contests!" section. However, all sub forums work fine.

URL of the forum: http://forums.kaizokuden.net
URL of the section where I get this error: http://forums.kaizokuden.net/Forum-Contests
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 ',,,,,,,,,,,,,,,,,,) AND (visible='1' OR visible='0')' at line 1
Query:
SELECT tid,uid FROM mybb_posts WHERE uid='773' AND tid IN (,,,,,,,,,,,,,,,,,,,) AND (visible='1' OR visible='0')

What do I need to do to fix this?

Works fine here...

It's supposedly because of two merged databases...anyone know how to fix this?