PDA

View Full Version : All has worked fine until...


jarvis
05-12-2002, 12:34 AM
now... I have the following hacks installed:

Welcome Panel
Who Viewing this forum

Minor code changes to make who's online in posts glow.

Anyway, I keep getting MySql errors 1030 when users try to post to the forum. Here is an example of one of my error messages. Anyone have any ideas, or where I may be able to get some resources to help me out. I'm guessing that my mySQL dB got corrupted?


Invalid SQL:
SELECT post.*,post.username AS postusername,user.username,user.signature,icon.tit le AS icontitle,icon.iconpath
FROM post
LEFT JOIN icon ON icon.iconid=post.iconid
LEFT JOIN user ON user.userid=post.userid
WHERE post.threadid='125' AND post.visible=1
ORDER BY dateline
LIMIT 0,15

mysql error: Got error 127 from table handler

mysql error number: 1030

Date: Saturday 11th of May 2002 07:08:08 PM
Script: http://www.mhogaming.com/vb/vb/printthread.php?threadid=125
Referer:

Steve Machol
05-12-2002, 04:01 AM
Error code 127: Unknown error 127
127 = Record-file is crashed

You need to repair your database. Look here for instructions on doing this:

http://www.vbulletin.com/forum/showthread.php?s=&threadid=44909

jarvis
05-12-2002, 04:52 AM
Great, thanks for the response. I ran the repair and all seems to be okay now. It took two passes to fix... the first pass showed the post table corrupt. The second pass showed 'ok' but did not indicate where the errors may have been. Not sure if I need to go looking for them or not, lol.

Steve Machol
05-12-2002, 05:12 AM
You did the right thing. It won't tell you what the original error was, but running it the second time showed that it was fixed.