PDA

View Full Version : mysql error number: 1030


Judge Ruckus
11-28-2004, 09:16 AM
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 thread AS thread
INNER JOIN poll AS poll USING (pollid)
LEFT JOIN pollvote AS pollvote ON (pollvote.pollid = poll.pollid AND pollvote.userid = 3)
LEFT JOIN 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 thread.forumid NOT IN(49,54,55,57,50,52,51)ORDER BY RAND()
LIMIT 1

mysql error: Got error 28 from table handler

mysql error number: 1030

Date: Sunday 28th of November 2004 08:14:10 AM
Script: http://www.planetquintessa.com/?
Referer: http://www.planetquintessa.com/forums/showthread.php?t=551
Username: Judge Ruckus
IP Address:

-------------------------------------------------------------------\\\

That is what I have on my Index page now. What does it mean?

Artayick
11-28-2004, 09:24 AM
http://www.vbadvanced.com/forum/showthread.php?t=3019&highlight=1030

that is your answer

Our Sponsors
 

Judge Ruckus
11-28-2004, 11:27 AM
Thank you, I did do a couple of searchs and came up with nothing.