PDA

View Full Version : sql Error ???? Was working FINE ??


dawl
04-22-2003, 02:09 PM
Forum has been working FINE - now suddenly I'm getting errors all over the place :(

This is the latest one ....

Database error in vBulletin 2.2.9:

Invalid SQL: select threadid,forumid,title,postusername,lastposter,las tpost from thread WHERE visible=1 AND open!=10 AND thread.forumid NOT IN (14,9,10,227,228,229,230,232,231,6) order by lastpost desc limit 10
mysql error: Can't open file: 'thread.MYI'. (errno: 145)

mysql error number: 1016

Any ideas ?

filburt1
04-22-2003, 02:22 PM
Run the query:

REPAIR TABLE thread;

dawl
04-22-2003, 02:30 PM
AAAAAAAAAAH thank you !!!!