The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Anyone ever see this?
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 : |
#2
|
|||
|
|||
Quote:
Maybe try to export/dump/backup the database and re-importing it.... |
#3
|
||||
|
||||
144 = Table is crashed and last repair failed - try another repair on the table.
|
#4
|
|||
|
|||
Sometimes you will need multiple repairs to fix a table.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|