MySQL error: 144
Table './usr_web77_1/forum_posts' is marked as crashed and last (automatic?) repair failed
Query:
SELECT t.*, f.name AS forumname, p.message AS postmessage, p.edittime
FROM forum_threads t
LEFT JOIN forum_forums f ON (f.fid=t.fid)
LEFT JOIN forum_posts p ON (p.pid=t.firstpost)
WHERE t.visible=1 AND t.closed NOT LIKE 'moved|%'
ORDER BY t.dateline DESC
LIMIT 0, 20