Database error in vBulletin 3.6.0:
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: 145)
Error Number : 1016
Date : Tuesday, September 4th 2007 @ 10:45:47 AM
Script : http://www.xxx.com/forum/
Referrer :
IP Address : 88.229.252.134
Username : alico
Classname : vb_database