usually its error about broken xf_session table
run this code on PhpMyAdmin
REPAIR TABLE xf_session;
İf it's not fixed. you can run this code. But ı recommended take a backup!
CREATE TABLE xf_session (
session_id VARBINARY(32) NOT NULL,
session_data MEDIUMBLOB NOT NULL,
expiry_date INT...