i cant get it to install.
Database error in vBulletin 3.0.0:
Invalid SQL:
## GET POLL ##
SELECT thread.pollid, thread.forumid, open, threadid, replycount, question, poll.dateline,
options, votes, active, numberoptions, timeout, multiple, voters,
pollvote.voteoption, pollvote.userid AS voteuserid
FROM thread AS thread
LEFT JOIN poll AS poll ON (thread.pollid = poll.pollid)
LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread')
LEFT JOIN pollvote AS pollvote ON(thread.pollid = pollvote.pollid AND pollvote.userid = 1)
WHERE forumid NOT IN (0)
AND deletionlog.primaryid IS NULL
AND thread.pollid <> 0
AND thread.open <> 10
AND thread.visible = '1'
AND thread.forumid IN ()
ORDER BY thread.threadid DESC
LIMIT 1
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 ')
ORDER BY thread.threadid DESC
LIMIT 1' at line
mysql error number: 1064
Date: Thursday 08th of April 2004 06:07:34 PM
Script:
http://forum.sxsecurity.org/vbindex.php
Referer:
Username: Criticalmass
IP Address: 206.214.92.57