Ich kann mich im Backend nicht mehr anmelden. (Contenido 4.4.5)
Im Error-Log steht folgendes:
Die Werte von sid usw. habe ich durch ... ersetzt.[16-Feb-2006 20:07:29] MySQL error 1017: Can't find file: 'con_phplib_active_sessions.MYI' (errno: 2)
SELECT changed, sid FROM con_phplib_active_sessions
[16-Feb-2006 20:07:34] next_record called with no query pending.
[16-Feb-2006 20:07:35] MySQL error 1017: Can't find file: 'con_phplib_active_sessions.MYI' (errno: 2)
select val from con_phplib_active_sessions where sid = '...' and name = 'sid_1_1'
[16-Feb-2006 20:07:35] next_record called with no query pending.
[16-Feb-2006 20:07:35] MySQL error 1017: Can't find file: 'con_phplib_active_sessions.MYI' (errno: 2)
update con_phplib_active_sessions set val='...', changed='...' where sid='...' and name='sid_1_1'
Was stimmt da nicht? Was muss ich ändern?