Getting the following SQL error when I try visiting my site and wondering if anyone can assist in the resolution:
Database error in vBulletin 3.8.1:
Invalid SQL:
SELECT attachmentid, filename, filesize, dateline, postid, IF(thumbnail_filesize > 0, 1, 0) AS hasthumbnail, counter, attachment.thumbnail, attachment.thumbnail_dateline, LENGTH(attachment.thumbnail) AS thumbnailsize, newwindow, visible
FROM vb_attachment AS attachment
LEFT JOIN vb_attachmenttype AS attachmenttype ON (attachment.extension = attachmenttype.extension)
WHERE postid IN(278873)
AND visible = 1
GROUP BY attachment.postid
ORDER BY attachmentid;
MySQL Error : Got error 28 from storage engine
Error Number : 1030
Request Date : Friday, November 13th 2009 @ 02:18:03 PM
Error Date : Friday, November 13th 2009 @ 02:18:03 PM
Script : http://www.fordfestiva.com/forums/
Referrer : http://www.fordfestiva.com/
IP Address : 74.95.183.77
Username : SimonTuffGuy
Classname : vb_database
MySQL Version : 4.1.22-log
Database error in vBulletin 3.8.1:
Invalid SQL:
SELECT attachmentid, filename, filesize, dateline, postid, IF(thumbnail_filesize > 0, 1, 0) AS hasthumbnail, counter, attachment.thumbnail, attachment.thumbnail_dateline, LENGTH(attachment.thumbnail) AS thumbnailsize, newwindow, visible
FROM vb_attachment AS attachment
LEFT JOIN vb_attachmenttype AS attachmenttype ON (attachment.extension = attachmenttype.extension)
WHERE postid IN(278873)
AND visible = 1
GROUP BY attachment.postid
ORDER BY attachmentid;
MySQL Error : Got error 28 from storage engine
Error Number : 1030
Request Date : Friday, November 13th 2009 @ 02:18:03 PM
Error Date : Friday, November 13th 2009 @ 02:18:03 PM
Script : http://www.fordfestiva.com/forums/
Referrer : http://www.fordfestiva.com/
IP Address : 74.95.183.77
Username : SimonTuffGuy
Classname : vb_database
MySQL Version : 4.1.22-log
Comment