MyBB Community Forums

Full Version: Need help with a crash message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is the message that i recieve when i try to browse the forum.

MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
145 - Table './super3_forum/mybb_sessions' is marked as crashed and should be repaired
Query:
DELETE FROM mybb_sessions WHERE uid='2'

Any suggestions on how to resolve this?
run SQL query from your database manager
REPAIR TABLE `mybb_sessions`
Thank you for your answer but i am not so much into this kind of staff. Our administrator who knows about that is abroad and i cannot currently contact him. Could you explain in details? And a question: Is the "task manager -> tables check" relevant with the problem?

Or is it about "optimize database -> mybb_sessions -> optimize selected tables"?
^ yes, you can run that task (Tables Check)
thanks mate, problem solved!