I can't access my forum. Please help me!
This is the error:
==================================
Database error in vBulletin 3.0.3:
Invalid SQL:
SELECT thread.pollid, open, threadid, replycount, forumid, question, poll.dateline, options, votes, active, numberoptions, timeout, multiple, voters, public , pollvoteid
FROM vb3_thread AS thread
INNER JOIN vb3_poll AS poll USING (pollid)
LEFT JOIN vb3_pollvote AS pollvote ON (pollvote.pollid = poll.pollid AND pollvote.userid = 1)
LEFT JOIN vb3_deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
WHERE open <> 10 AND thread.pollid != 0 AND visible = 1 AND deletionlog.primaryid IS NULL AND forumid IN(48) ORDER BY poll.pollid DESC
LIMIT 1
mysql error: Got error -1 from table handler
mysql error number: 1030
Date: Friday 07th of January 2005 01:44:13 PM
Script: http://www.3d4all.org/
====================================
How can I fix it?
Thanks in advance,
Kris
This is the error:
==================================
Database error in vBulletin 3.0.3:
Invalid SQL:
SELECT thread.pollid, open, threadid, replycount, forumid, question, poll.dateline, options, votes, active, numberoptions, timeout, multiple, voters, public , pollvoteid
FROM vb3_thread AS thread
INNER JOIN vb3_poll AS poll USING (pollid)
LEFT JOIN vb3_pollvote AS pollvote ON (pollvote.pollid = poll.pollid AND pollvote.userid = 1)
LEFT JOIN vb3_deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
WHERE open <> 10 AND thread.pollid != 0 AND visible = 1 AND deletionlog.primaryid IS NULL AND forumid IN(48) ORDER BY poll.pollid DESC
LIMIT 1
mysql error: Got error -1 from table handler
mysql error number: 1030
Date: Friday 07th of January 2005 01:44:13 PM
Script: http://www.3d4all.org/
====================================
How can I fix it?
Thanks in advance,
Kris
Comment