MyBB Community Forums

Full Version: MyBB SQL Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Trying to visit home page:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
144 - Table './manutdzo_forum/mybb_posts' is marked as crashed and last (automatic?) repair failed
Query:
SELECT COUNT(pid) AS newposts FROM mybb_posts WHERE dateline>'1315599068'
There's loads of threads on this, you'd have found an answer if you searched for it.

Run this query in phpMyAdmin:

REPAIR TABLE `mybb_posts `;