Database error in vBulletin 2.3.3:
Invalid SQL: SELECT post.postid,post.userid,post.dateline,post.title,post.pagetext, post.username,post.iconid,attachment.attachmentid,attachment.filename,attachment.visible FROM post LEFT JOIN attachment ON (attachment.attachmentid=post.attachmentid) WHERE threadid=64698 ORDER BY postid LIMIT 1
mysql error: Can't open file: 'attachment.MYD'. (errno: 144)
mysql error number: 1016
This just happened to my forums today, and I get this error when I try to view a post, etc. How can I fix it? Thank you!
Greg
Invalid SQL: SELECT post.postid,post.userid,post.dateline,post.title,post.pagetext, post.username,post.iconid,attachment.attachmentid,attachment.filename,attachment.visible FROM post LEFT JOIN attachment ON (attachment.attachmentid=post.attachmentid) WHERE threadid=64698 ORDER BY postid LIMIT 1
mysql error: Can't open file: 'attachment.MYD'. (errno: 144)
mysql error number: 1016
This just happened to my forums today, and I get this error when I try to view a post, etc. How can I fix it? Thank you!
Greg
Comment