Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT post.pagetext AS preview,
thread.threadid, thread.threadid AS postid, thread.title AS threadtitle, thread.iconid AS threadiconid, thread.dateline, thread.forumid,
thread.replycount, IF(thread.views=0, thread.replycount+1, thread.views) as views, thread.sticky,
thread.pollid, thread.open, thread.lastpost AS postdateline, thread.visible, thread.hiddencount, thread.deletedcount,
thread.lastpost, thread.lastposter, thread.lastpostid, thread.attach, thread.postusername, thread.forumid,
deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
user.userid AS postuserid
, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
FROM vbthread AS thread
LEFT JOIN vbuser AS user ON(user.userid = thread.postuserid)
LEFT JOIN vbdeletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread')
LEFT JOIN vbsubscribethread AS subscribethread
ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND canview = 1)
LEFT JOIN vbpost AS post ON(post.postid = thread.firstpostid)
WHERE thread.threadid IN
(4139, 4159, 3722, 2211, 4161);
MySQL Error : Lost connection to MySQL server during query
Error Number : 2013
Date : Saturday, August 18th 2007 @ 04:56:44 PM
Script :
http://www.dieselbombers.com/search.php?searchid=56971
Referrer :
http://www.dieselbombers.com/showthread.php?p=47337
IP Address :
Username : DieselMinded
Classname : vb_database
vbuser just crashed again