I get this error when I open up all attachemnets in a thread, when I click on the attachemnet icon and a window opens up.
Any help would be appreciated
Database error in vBulletin 4.0.1:
Invalid SQL:
SELECT a.*, fd.filesize
FROM yo_post AS post
INNER JOIN yo_attachment AS a ON (a.contentid = post.postid AND a.state = 'visible')
INNER JOIN yo_filedata AS fd ON (a.filedataid = fd.filedataid)
WHERE
threadid = 25915
AND
post.visible = 1
AND
a.contenttypeid = 1
ORDER BY a.filename DESC;
MySQL Error : Got error 28 from storage engine
Error Number : 1030
Request Date : Sunday, February 7th 2010 @ 08:35:54 PM
Error Date : Sunday, February 7th 2010 @ 08:35:54 PM
Script : http://www.yoliverpool.com/forum/mis...hments&t=25915
Referrer : http://www.yoliverpool.com/forum/sea...searchid=31392
IP Address : 86.162.193.13
Username : Kev
Classname : vB_Database
MySQL Version : 5.0.67-1~ui40+2
Invalid SQL:
SELECT a.*, fd.filesize
FROM yo_post AS post
INNER JOIN yo_attachment AS a ON (a.contentid = post.postid AND a.state = 'visible')
INNER JOIN yo_filedata AS fd ON (a.filedataid = fd.filedataid)
WHERE
threadid = 25915
AND
post.visible = 1
AND
a.contenttypeid = 1
ORDER BY a.filename DESC;
MySQL Error : Got error 28 from storage engine
Error Number : 1030
Request Date : Sunday, February 7th 2010 @ 08:35:54 PM
Error Date : Sunday, February 7th 2010 @ 08:35:54 PM
Script : http://www.yoliverpool.com/forum/mis...hments&t=25915
Referrer : http://www.yoliverpool.com/forum/sea...searchid=31392
IP Address : 86.162.193.13
Username : Kev
Classname : vB_Database
MySQL Version : 5.0.67-1~ui40+2

Comment