MyBB Community Forums

Full Version: Having problems accessing forums.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I like get this error when I try to view my forums:

Quote:mySQL error: 1016
Can't open file: 'mybb_sessions.MYI' (errno: 145)
Query: SELECT sid,uid FROM mybb_sessions WHERE sid='0' AND ip='138.89.xxx.xxx'

I'm running 1.18.
ACP -> Database Tools -> Optimize Database

Deselect all and select Sessions. Try that, if you still get the error, using something like PHPMyAdmin, you need to repair the table.


In PHPMyAdmin and check the table mybb_sessions and scroll down. Next, in the dropdown box, select 'Optimize table'. After completing that, in the same drop down, select 'Repair table'. This should fix your problem.
Christian Wrote:ACP -> Database Tools -> Optimize Database

Deselect all and select Sessions. Try that, if you still get the error, using something like PHPMyAdmin, you need to repair the table.
Correct me if my delusional mind has gone walkabout, but wasn't the "selection" of database tables only implemented in 1.2?

I sure didn't see it in 1.1.8...
DrPoodle Wrote:Correct me if my delusional mind has gone walkabout, but wasn't the "selection" of database tables only implemented in 1.2?

I sure didn't see it in 1.1.8...
My bad. Toungue