MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
- SQL Error:
- 145 - Table './yourffs3_forums/mybb_posts' is marked as crashed and should be repaired
- Query:
- SELECT p.pid, p.message, p.tid FROM mybb_posts p LEFT JOIN mybb_threads t ON (t.tid=p.tid) WHERE t.fid IN (1) AND t.visible='1' AND t.closed NOT LIKE 'moved|%' AND t.firstpost=p.pid ORDER BY t.dateline DESC LIMIT 0, 10