Database error in vBulletin 4.0.0 Beta 3:
Invalid SQL:
SELECT user.username, post.username AS postusername, attachment.filename, attachment.postid, thread.forumid, thread.threadid, attachment.thumbnail_dateline,
attachment.attachmentid, IF(thumbnail_filesize > 0, 1, 0) AS hasthumbnail, thumbnail_filesize, attachment.filesize, attachment.dateline
FROM attachment AS attachment
LEFT JOIN post AS post ON (attachment.postid = post.postid)
LEFT JOIN thread AS thread ON (post.threadid = thread.threadid)
LEFT JOIN user AS user ON (attachment.userid = user.userid)
WHERE thread.forumid IN(562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 615, 616, 617, 618, 619, 620, 630, 621, 622, 623, 624, 625, 626, 627, 628, 629) AND attachment.visible = 0 AND attachment.postid <> 0;
MySQL Error : Unknown column 'thumbnail_filesize' in 'field list'
Error Number : 1054
Request Date : Sunday, August 8th 2010 @ 10:53:20 PM
Error Date : Sunday, August 8th 2010 @ 10:53:20 PM
Script :
http://www. xxxx .com/frm/modcp/moderate.php?do=attachments
Referrer :
http://www. xxx .com/frm/admincp/index.php?do=nav