Database error in vBulletin 3.8.4:
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 = 1 AND canview = 1)
WHERE thread.threadid IN (9006, 9844, 4270, 62469, 70749) AND thread.visible = 1
ORDER BY lastpost DESC;
MySQL Error : Unknown column 'thread.prefixid' in 'field list'
Error Number : 1054
Request Date : Sunday, September 13th 2009 @ 01:07:47 PM
Error Date : Sunday, September 13th 2009 @ 01:07:47 PM
Script :
http://www.frmturka.com/showthread.php?t=70886
Referrer :
http://www.frmturka.com/index.php
IP Address : 85.108.46.17
Username : adminx
Classname : vB_Database
MySQL Version : 5.0.81-community