MySQL error: 145
Table './usr_web63_2/mybb_posts' is marked as crashed and should be repaired
Query:
SELECT t.*, f.name AS forumname, p.message AS postmessage, p.edittime
FROM mybb_threads t
LEFT JOIN mybb_forums f ON (f.fid=t.fid)
LEFT JOIN mybb_posts p ON (p.pid=t.firstpost)
WHERE t.visible=1 AND t.closed NOT LIKE 'moved|%' AND f.fid NOT IN('6','19','55','48') AND f.fid NOT IN(49)
ORDER BY t.dateline DESC
LIMIT 0, 20