Seite 1 von 1

Login im Backend geht nicht.

Verfasst: Do 16. Feb 2006, 20:57
von achiboy
Hallo

Ich kann mich im Backend nicht mehr anmelden. (Contenido 4.4.5)
Im Error-Log steht folgendes:
[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'
Die Werte von sid usw. habe ich durch ... ersetzt.

Was stimmt da nicht? Was muss ich ändern?

Verfasst: Do 16. Feb 2006, 21:09
von Halchteranerin
hmm, ist die Tabelle con_phplib_active_sessions ueberhaupt da? Es scheint eine mysql-Datei zu fehlen, wobei ich nicht weiss, was .myi ist, ob das direkt die Tabelle ist oder nur etwas, wo Infos darueber enthalten sind.
Falls die Tabelle in phpMyAdmin noch zu sehen ist, versuch mal "Tabelle reparieren".

Verfasst: Fr 17. Feb 2006, 06:43
von achiboy
hm, ich konnte die Tabelle gar nicht mehr öffnen. habe sie gelöscht und neu angelegt. jetzt funktioniert alles wieder.

besten dank.