MyBB Hacks

Full Version: error with mybb1.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
can anyone please help me in fixing this issue?

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

Do you get it from plugin?
At least you need a "value" inside the bracket in:

SQL Code
Where pid IN()

yeah, i installed quite few plugins, but dont know from which plugin it occurs. Frown
That plugin should be related for displaying post.
I have installed these plugins related to post display

Additional Group Icons
Advanced MyCode Permissions
advancedquickreplyform
autosigremoval
BumpThread
CloseThread
Custom Forum Icons
Default Avatar 1.0
forumcleaner-2.4.4
firstpostattop
Guests Can't View Threads
Highslide
iShare_1100
limitthreadsinforums
mark_edited_as_unread_1.2
Mods Can't Edit Admin Posts
Page Manager
Popup_Reputation
rssfeedposter1.0.4.1
Select_All_Code_PhP_Blocks
SignHeightLimit
spoiler
SubscriptionCleanup
whoviewedtopic
You need to disable them one by one to see which one is causing the issue.
It might be smarter to start with ones which have some relationship with posts.
Reference URL's