Log in

View Full Version : Anyone ever see this?


mlflemming
02-03-2006, 03:29 AM
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/forumdisplay.php?f=27
Referrer : http://www.faithchildforum.com/forum/
IP Address : 207.69.139.136
Username :
Classname :

Hellcat
02-03-2006, 03:56 AM
MySQL Error : Can't open file: 'post.MYI'. (errno: 144)
Ouch, that sounds to me like your database files are corrupted....

Maybe try to export/dump/backup the database and re-importing it....

Paul M
02-03-2006, 05:04 AM
144 = Table is crashed and last repair failed - try another repair on the table.

Marco van Herwaarden
02-03-2006, 07:32 AM
Sometimes you will need multiple repairs to fix a table.