XF 1.3 XfSession is marked as crashed!??

OakleyForum

Well-known member
Currently getting this error at my board?

Mysqli prepare error: Table './oakleyfo_forumdb/xf_session' is marked as crashed and should be repaired

Any ideas?
 
Had this happen as well. Moved sessions to memcached as my solution.

So I recently enabled APC, is this what caused the crash? Would memcached be a better option? I'm only running on a VPS, it seemed like memcached was better for multiple server configs? I repaired mySQL and it seemed to work, but I want to ensure it doesn't happen again.
 
So I recently enabled APC, is this what caused the crash? Would memcached be a better option? I'm only running on a VPS, it seemed like memcached was better for multiple server configs? I repaired mySQL and it seemed to work, but I want to ensure it doesn't happen again.

Do you have any cache settings in config.php
 
Top Bottom