s.a arkadaşlar sitemin db'sibde 'post' tablosunda herzaman hatalar oluşuyor 3.6.2'den 3.6.5'e geçtim hala aynı hatalar var.



nedir bu hatanın sebebi ?
__________________________________________________ ______________________________

sitenin indexinde çıkan db hatası ise şu ;

Alıntı
Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT
thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount, thread.lastposter, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, thread.visible, user.username, user.userid, user.usergroupid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
, NOT ISNULL(deletionlog.primaryid) AS isdeleted, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
FROM thread AS thread
LEFT JOIN user AS user ON (user.username = thread.lastposter)
LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread')
WHERE NOT ISNULL(thread.threadid)
AND thread.forumid NOT IN (0)

ORDER BY lastpost DESC LIMIT 0, 10;
MySQL Error : Can't open file: 'thread.MYI' (errno: 144)
Error Number : 1016
Date : Saturday, March 31st 2007 @ 11:32:00 PM
Script : http://www.el-forum.com/
Referrer :
IP Address : 85.103.6.155
Username : eL-ScRe@M
Classname : vb_database