MyBB Community Forums

Full Version: SQL error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hei sir

Why if i click my site http://*********/showthread.php?tid=2415

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 ') ORDER BY p.dateline' at line 3
Query:
    SELECT subject, message FROM mybb_posts p WHERE pid IN() ORDER BY p.dateline 

should show The specified thread does not exist.

thx sir
What plugins do you have??
(2011-02-15, 04:31 PM)MattRogowski Wrote: [ -> ]What plugins do you have??

I use you teknik

Don't know what could be causing this that would be fixed by the upgrade; there's nothing in misc.php at all to do with the post key or generate this redirect at all. It happens on all misc.php pages. Try this, in ./inc/init.php, after:

define("TIME_NOW", 1); 

add:

define("NO_PLUGINS", 1); 

Yeah , i think my plugins have troublem

Thx , solved