MyBB Community Forums

Full Version: Site news plugin error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here is the error whenever I activate the site news plugin.

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1194 - Table 'p' is marked as crashed and should be repaired
Query:
    SELECT t.tid,t.subject,t.uid,t.username,t.dateline,t.replies,p.message,u.avatar FROM mybb_threads t LEFT JOIN mybb_posts p ON (t.tid = p.tid) LEFT JOIN mybb_users u ON (t.uid = u.uid) WHERE t.fid='95' AND t.visible='1' AND t.closed NOT LIKE 'moved|%' AND p.replyto='0' ORDER BY t.tid DESC LIMIT 0, 5 

You can repair crashed tables in Admin CP -> Tools or Tasks, can you not?