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

paranojik’s picture

Status: Active » Fixed

The solution is found here: http://drupal.org/node/25418.

REPAIR TABLE sessions QUICK;

It's seems to me, the problem is solved.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 3213)