Fatal error: Can't open file: 'sessions.MYI' (errno: 145) query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = 'ec60f083c4ffbc7a26a1c1593bc27792' AND u.status < 3 LIMIT 0, 1 in /srv/www/htdocs/newhome/includes/database.mysql.inc on line 125
I don't get it....
Comments
Comment #1
paranojik commentedThe solution is found here: http://drupal.org/node/25418.
REPAIR TABLE sessions QUICK;
It's seems to me, the problem is solved.
Comment #2
(not verified) commented