MyBB Community Forums

Full Version: SQL Error: 1064
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hello
am using mybb 1.6 , while am looking error log i can see this message several times ,
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 4
Query:
                       SELECT u.*, u.username AS userusername, p.*
                       FROM mybb_posts p
                       LEFT JOIN mybb_users u ON (u.uid=p.uid)
                       WHERE p.pid IN ()
                       ORDER BY p.dateline


i dont know which page is making this error and how to solve this ?
What plugins do you have??
i had this same error. try to remove plugins that are incompatible with mybb1.6
some are using 1.4 plugins by changing the version number plugin file.
How to check the compatibility of pluggin?
It won't be because of the compatibility. List what plugins you have.
It's the Master Meta Tags plugin.
am using following plugins
Add Spiders(0.1)
GOOGLE ANALYTiCS KODU EKLEME (1.4.20)
Google SEO (1.1.13)
iShare (1.0.0)
Meta - Tag Plugin (1.0)
Overview (3.2.1)
Page Manager (1.5)
Profile Comments (0.5.1)
Simple TagCloud (beta) (0.9a)
ThankYou (3.0.6)
Undo Delete (1.2)
Deactivate them one by one until the problem stops.
Try turning off the Simple TagCloud and Meta - Tag plugins.
i dont thing , Simple TagCloud and Meta - Tag plugins. never would be the problem , because no such code i found in these plugin php file
Pages: 1 2