Database error in vBulletin 3.7.6:
Invalid SQL:
SELECT thread.threadid, thread.forumid, thread.title, thread.prefixid, thread.taglist, postusername, postuserid,
thread.lastpost, thread.replycount,
forum.title AS forumtitle
,post.pagetext AS preview
, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
FROM thread AS thread
INNER JOIN forum AS forum ON (forum.forumid = thread.forumid)
LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
LEFT JOIN subscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = 8921 AND canview = 1)
WHERE thread.threadid IN (263281, 256355, 201673, 235643, 318641) AND thread.visible = 1
AND thread.postuserid NOT IN (141227)
ORDER BY lastpost DESC;
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Thursday, February 4th 2010 @ 07:06:50 PM
Error Date : Thursday, February 4th 2010 @ 07:07:19 PM
Script :
https://www.physicsforums.com/showthread.php?p=2564231
Referrer : https://www.physicsforums.com/usercp.php
IP Address : 205.229.50.10
Username : berkeman
Classname : vB_Database
MySQL Version :