MyBB Community Forums

Full Version: SQL Error: 1064 - You have an error in your SQL syntax
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,
am getting following error message in my admin email
Type: 20
File:  (Line no. 0)
Message
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 activated following plugin
Break Email Links (1.2)
Add Spiders (0.1)
Fit on Page (2.3)
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)
PostAd (1.2.1)
Profile Comments (0.5.1)
SCD Hide From Groups (Free SCD Plugin) (2.5)
Simple TagCloud (beta) (0.9a)
ThankYou (3.0.6)
Undo Delete (1.2)


i dont know which script is making this error ..?
can anyone help me to solve this issue...
You have already started a thread about this problem: http://community.mybb.com/thread-92181.html
-closed-