i keep getting this error:
Database error in vBulletin 4.1.2:
Invalid SQL:
SELECT thread.*,thread.title AS threadtitle, post.dateline AS postdateline, post.pagetext AS preview, attachment.thumbnail_filesize AS thumbsize, MIN(attachment.attachmentid) AS attachmentid
FROM thread as thread
LEFT JOIN post AS post
ON (post.postid = thread.firstpostid)
LEFT JOIN attachment AS attachment
ON (attachment.postid = thread.firstpostid AND attachment.extension IN('jpg', 'gif', 'png', 'jpeg', 'bmp'))
WHERE open != 10
AND thread.forumid IN( 4,12,25,26,27,28,14,21,22,33,29,30,31,32 )
AND thread.visible = 1
GROUP BY thread.threadid
ORDER BY thread.dateline DESC
LIMIT 5;
MySQL Error : Unknown column 'attachment.thumbnail_filesize' in 'field list'
Error Number : 1054
Request Date : Thursday, April 7th 2011 @ 01:51:50 PM
Error Date : Thursday, April 7th 2011 @ 01:51:50 PM
Script :
http://www.jetskisportfishing.com/forum/
Referrer :
http://www.jetskisportfishing.com/fo...hp?24-Articles
IP Address : 24.43.70.2
Username : JSF
Classname : vB_Database
MySQL Version : 5.1.47-community-log
i'm running vbulletin4.1.2. Any help?