Shit.
Code:
Database error in vBulletin 3.8.0:
Invalid SQL:
SELECT post.pagetext AS preview,
thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, postusername, postuserid, thread.iconid AS threadiconid,
thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views,
thread.prefixid, thread.taglist, hiddencount, deletedcount
, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
, threadredirect.expires
FROM thread AS thread
LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread')
LEFT JOIN post AS post ON(post.postid = thread.firstpostid)
LEFT JOIN threadredirect AS threadredirect ON(thread.open = 10 AND thread.threadid = threadredirect.threadid)
WHERE thread.threadid IN (0,561526,561494,561489,561003,561397,559250,515169,561119,561538,561570,561304,561585,561569,561537,558188,558844,454901,252422,561428,561353,561307,404513,561440,561346,560992,561305,540074,561373,560259,561361,561272,520470,544968,560070,559741,560750,560187,560238,561162,559411,342583,490038)
ORDER BY sticky DESC, lastpost DESC;
MySQL Error : Can't open file: 'post.MYI' (errno: 144)
Error Number : 1016
Referrer :
MySQL Version : 4.1.20