Database error in vBulletin 3.8.5:
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( 76,78,91,92,93,95,94,79,80,97,98,99 )
AND thread.visible = 1
GROUP BY thread.threadid
ORDER BY thread.dateline DESC
LIMIT 4;
MySQL Error : Table './miusuario_mibasededatos/post' is marked as crashed and should be repaired
Error Number : 145
Request Date : Thursday, May 27th 2010 @ 03:51:44 AM
Error Date : Thursday, May 27th 2010 @ 03:51:45 AM
Script : http://www.miweb.com/foro/
Referrer :
IP Address : xx.xxx.xx.xx
Username : No Registrado
Classname : vB_Database
MySQL Version :