Log in

View Full Version : Single Thread Database Error


ff-w
07-15-2008, 02:27 PM
only getting this on one thread, hopefully someone can give me directions on fixing, i would rather not have to delete the thread.

Database error in vBulletin 3.6.2:

Invalid SQL:

REPLACE INTO whoread
(userid, threadid, dateline, ipaddress)
VALUES
(1, 221, 1216135309, '**.***.**.***');

MySQL Error : Incorrect key file for table './forum/whoread.MYI'; try to repair it
Error Number : 126
Date : Tuesday, July 15th 2008 @ 09:21:50 AM
Script : http://www.celebrityunderworld.com/forum/showthread.php?t=221
Referrer : http://www.celebrityunderworld.com/forum/forumdisplay.php?f=9&page=2&order=desc
Username : FF-W
Classname : vb_database

snakes1100
07-15-2008, 03:01 PM
Run a repair on the table via phpmyadmin, if that dont fix it, you might need to do it via ssh and the command line using myisamchk -r or myisamchk -o

ff-w
07-15-2008, 05:31 PM
couldn't see the repair option in phpmyadmin, but i went in the maintenance in vbulletin admin and repaired the tables and unistalled the who read a thread product and it seems to have worked.

thanks for responding