I excluded few forums from appearing in the stats, but I keep getting this error msg.
Database error in vBulletin 4.0.1:
Invalid SQL:
SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount, thread.postusername, thread.postuserid, thread.lastposter, thread.lastposterid, thread.dateline, thread.views, thread.visible, thread.open, user.usergroupid, user.displaygroupid
FROM thread AS thread
LEFT JOIN user AS user ON (user.userid = thread.lastposterid)
WHERE NOT ISNULL(thread.threadid) AND thread.visible = '1' AND thread.open!='10' AND thread.forumid NOT IN(3,96,9,,3,11,54,104,107,109,28,72,71,70,39,9,69 )
ORDER BY lastpost DESC
LIMIT 0, 15;
MySQL Error : 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 '3,11,54,104,107,109,28,72,71,70,39,9,69)
ORDER BY lastpost DESC
LIMIT 0, 1' at line 4
Error Number : 1064
Any idea why?
|