Has anyone ever seen this error? If so, what do I do?
Database error in vBulletin 3.5.3:
Invalid SQL:
SELECT
IF(votenum >= 2, votenum, 0) AS votenum,
IF(votenum >= 2 AND votenum > 0, votetotal / votenum, 0) AS voteavg,
post.pagetext AS preview,
thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, replycount, postusername, postuserid, thread.iconid AS threadiconid,
thread.lastpost, lastposter, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, notes, thread.visible, sticky, votetotal, thread.attach,
hiddencount
, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
FROM thread AS thread
LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread')
LEFT JOIN subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1)
LEFT JOIN post AS post ON(post.postid = thread.firstpostid)
WHERE thread.threadid IN (0,64)
ORDER BY sticky DESC, thread.lastpost DESC;
MySQL Error : Can't open file: 'post.MYI'. (errno: 144)
Error Number : 1016
Date : Thursday, February 2nd 2006 @ 10:29:12 PM
Script :
http://www.faithchildforum.com/forum...splay.php?f=27
Referrer :
http://www.faithchildforum.com/forum/
IP Address : 207.69.139.136
Username :
Classname :