| mholtum | July 25th, 2005 09:32 AM | Problem out of nowhere I woke up this morning to this error on my site: Quote:
Database error in vBulletin 3.0.5:
Invalid SQL:
SELECT thread.pollid, open, threadid, replycount, forumid, question, poll.dateline, options, votes, active, numberoptions, timeout, multiple, voters, public , pollvoteid
FROM poll AS poll
INNER JOIN thread AS thread USING (pollid)
LEFT JOIN pollvote AS pollvote ON (pollvote.pollid = poll.pollid AND pollvote.userid = 1)
LEFT JOIN deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
WHERE open <> 10 AND thread.pollid != 0 AND visible = 1
AND thread.forumid IN(18)
AND deletionlog.primaryid IS NULL
ORDER BY poll.dateline DESC
mysql error: Got error 28 from table handler
mysql error number: 1030
Date: Monday 25th of July 2005 07:30:49 AM
| and this one in my forums: Quote:
Database error in vBulletin 3.0.5:
Invalid SQL:
SELECT imageid, images.title, filename, thumbname, extension, images.catid ,images.userid, images.username, images.title, images.description, images.dateline ,filesize, originalfilesize ,width, height, originalwidth, originalheight, images.views, images.posts, images.lastpostdateline, images.lastpostuserid, images.lastpostusername, votenum, votetotal, categories.title AS cattitle
FROM adv_gallery_images AS images
LEFT JOIN adv_gallery_categories AS categories USING (catid)
WHERE valid = 1
ORDER BY RAND()
LIMIT 5
mysql error: Can't open file: 'adv_gallery_images.MYI'. (errno: 144)
mysql error number: 1016
Date: Monday 25th of July 2005 07:31:31 AM
Script: http://www.ravensrealm.net/forum/
Referer:
| what might have happened? |