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:
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: