MySQL error: 1030
Got error 28 from storage engine
Query: SELECT p.*, u.username AS userusername, t.subject AS thread_subject, t.replies AS thread_replies, t.views AS thread_views, t.lastpost AS thread_lastpost, t.closed AS thread_closed FROM mybb_posts p LEFT JOIN mybb_threads t ON (t.tid=p.tid) LEFT JOIN mybb_users u ON (u.uid=p.uid) WHERE p.uid='8941' AND t.fid NOT IN ('6','13','7','18','25','39','41','45','60','90','36','76') AND p.visible>0 AND t.visible>0 AND t.closed NOT LIKE 'moved|%' ORDER BY t.fid asc LIMIT 0, 20