 | |  | |
July 25th, 2005, 09:32 AM
|
#1 (permalink)
| | Ultimate Member Verified Customer
Join Date: May 2004 Location: Tempe, Arizona
Posts: 2,240
| 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?
|
| |
July 25th, 2005, 09:34 AM
|
#2 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| Re: Problem out of nowhere
Sounds like your mySQL ran out of disk space.
|
| |
July 25th, 2005, 09:35 AM
|
#3 (permalink)
| | Ultimate Member Verified Customer
Join Date: May 2004 Location: Tempe, Arizona
Posts: 2,240
| Re: Problem out of nowhere
Then on my other site portal: Quote:
Database error in vBulletin 3.0.7:
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(62) ORDER BY poll.pollid DESC
LIMIT 1
mysql error: Got error 28 from table handler
mysql error number: 1030
Date: Monday 25th of July 2005 07:23:55 AM
Script: http://www.theflyfishingforum.com/
Referer:
| and the forums are ok.
|
| |
July 25th, 2005, 09:36 AM
|
#4 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| Re: Problem out of nowhere
"Got error 28 from table handler" usually means there wasn't enough disk space to perform an operation.
|
| |
July 25th, 2005, 09:37 AM
|
#5 (permalink)
| | Ultimate Member Verified Customer
Join Date: May 2004 Location: Tempe, Arizona
Posts: 2,240
| Re: Problem out of nowhere
interesting thanks. But what are the odds of two sites at the same time?
|
| |
July 25th, 2005, 09:56 AM
|
#6 (permalink)
| | Guest | Re: Problem out of nowhere
Are they on the same server? If so, then they should both be reporting that error. If you contact your host though they should be able to take care of the problem for you.
| |
| |
July 25th, 2005, 09:59 AM
|
#7 (permalink)
| | Ultimate Member Verified Customer
Join Date: May 2004 Location: Tempe, Arizona
Posts: 2,240
| Re: Problem out of nowhere Quote: |
Originally Posted by Brian Are they on the same server? If so, then they should both be reporting that error. If you contact your host though they should be able to take care of the problem for you. | Yes they are on the same server. So I did contact my host and I am waiting to hear back. -edit-
He fixed it..
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 09:05 AM. | |