Database error in vBulletin 3.8.6:
Invalid SQL:
SELECT thread.threadid,
thread.lastpost, thread.lastposter, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views
FROM vbull_thread AS thread
WHERE forumid = 13
AND sticky = 0
AND visible IN (0,1,2)
ORDER BY sticky DESC, lastpost DESC
LIMIT 0, 20;
MySQL Error : Unexpected e o f found when reading file '/tmp/MY****0' (Errcode: 0)
Error Number : 9
Request Date : Friday, October 28th 2011 @ 08:25:31 AM
Error Date : Friday, October 28th 2011 @ 08:25:32 AM
MySQL Version : 4.1.14
Invalid SQL:
SELECT thread.threadid,
thread.lastpost, thread.lastposter, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views
FROM vbull_thread AS thread
WHERE forumid = 13
AND sticky = 0
AND visible IN (0,1,2)
ORDER BY sticky DESC, lastpost DESC
LIMIT 0, 20;
MySQL Error : Unexpected e o f found when reading file '/tmp/MY****0' (Errcode: 0)
Error Number : 9
Request Date : Friday, October 28th 2011 @ 08:25:31 AM
Error Date : Friday, October 28th 2011 @ 08:25:32 AM
MySQL Version : 4.1.14
Comment