Updated to 3.6 a few weeks ago, everything worked fine until tonight I keep getting this error. Installed a second "style" a week ago, but nothing done since then. Error on both styles and judging from errors sent to my email it is affecting everyone.
Code:
Database error in vBulletin 3.6.0: Invalid SQL: SELECT post.pagetext AS preview, thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, replycount, postusername, postuserid, thread.iconid AS threadiconid, thread.lastpost, thread.lastposter, thread.lastpostid, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, notes, thread.visible, sticky, votetotal, thread.attach, hiddencount, deletedcount , NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed , deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason , threadread.readtime AS threadread , threadredirect.expires FROM vbull_thread AS thread LEFT JOIN vbull_deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread') LEFT JOIN vbull_subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 2 AND canview = 1) LEFT JOIN vbull_threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = 2) LEFT JOIN vbull_post AS post ON(post.postid = thread.firstpostid) LEFT JOIN vbull_threadredirect AS threadredirect ON(thread.open = 10 AND thread.threadid = threadredirect.threadid) WHERE thread.threadid IN (0,2302,1844,1804,1775,1816,1799,1756,1575,1401,1723,1740,1435,1691,1674,1671,1651,1572,1652,1287,1681,1700) ORDER BY sticky DESC, lastpost DESC; MySQL Error : Can't open file: 'vbull_post.MYI' (errno: 144) Error Number : 1016 Date : Saturday, September 23rd 2006 @ 06:00:19 AM *** Classname : vb_database
Comment