got this error when activating it
Database error in vBulletin 3.8.4:
Invalid SQL:
SELECT post.pagetext AS preview,
thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, postusername, postuserid, thread.iconid AS threadiconid,
thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views,
thread.prefixid, thread.taglist, hiddencount, deletedcount
FROM thread AS thread
LEFT JOIN post AS post ON(post.postid = thread.firstpostid)
WHERE NOT ISNULL(thread.threadid)
AND thread.forumid IN (0,68,10,131,76,18,112,128,123,120,)
AND thread.visible = '1'
AND thread.open != '10'
ORDER BY thread.threadid DESC
LIMIT 0, 19;
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 ')
AND thread.visible = '1'
AND thread.open != '10'
ORDER BY thread.thre' at line 10
Error Number : 1064
Request Date : Friday, January 1st 2010 @ 02:38:07 PM
Error Date : Friday, January 1st 2010 @ 02:38:07 PM
Script :
http://www.clearwaterbiker.biz/forums/index.php
Referrer :
http://www.clearwaterbiker.biz/forum...ex.php?do=head
IP Address : 72.185.52.17
Username : admin
Classname : vb_database
MySQL Version : 4.1.22