Seite 1 von 1

Login nicht möglich

Verfasst: Fr 5. Sep 2008, 13:24
von andreasb
Hallo!

Bei einem Projket ist derzeit kein Login mit allen Zugängen mehr möglich.
Im errorlog steht u.a. folgendes:

Code: Alles auswählen

[05-Sep-2008 13:53:51] /contenido/index.php?contenido=577d8cda1d10b25e10e76face1e55c70 MySQL error 1142: INSERT command denied to user 'web842'@'localhost' for table 'con_phplib_active_sessions'
insert into con_phplib_active_sessions ( sid, name, val, changed ) values ('577d8cda1d10b25e10e76face1e55c70', 'contenido', 'EWIG_LANG+EWIG_LANG+EWIG_LANG=', '20080905135351')
[05-Sep-2008 13:53:51] /contenido/index.php?contenido=577d8cda1d10b25e10e76face1e55c70 Session: freeze() failed.
[05-Sep-2008 13:54:41] /kontakt/.html MySQL error 1142: INSERT command denied to user 'webXXX'@'localhost' for table 'con_stat'
INSERT INTO con_stat (visited, idcatart, idlang, idstat, idclient) VALUES ('1', '136', '1', '6062', '1')
[05-Sep-2008 13:54:41] /kontakt/.html MySQL error 1142: INSERT command denied to user 'webXXX'@'localhost' for table 'con_phplib_active_sessions'
insert into con_phplib_active_sessions ( sid, name, val, changed ) values ('225db7a8d583f774d89465780ae12555', 'sid_1_1', 'c2lkXzFfMTokdGhpcy0+EWIG_LANG+EWIG_LANG+EWIG_LANG+EWIG_LANG+EWIG_LANG', '20080905135441')
[05-Sep-2008 13:54:41] /kontakt/.html Session: freeze() failed.
[05-Sep-2008 13:54:48] /veranstaltungen/veranstaltungskalender/veranstaltungen.html?MOD_sK_put_date=2011-9-1&MOD_sK_show=m MySQL error 1142: INSERT command denied to user 'webXXX'@'localhost' for table 'con_stat'
INSERT INTO con_stat (visited, idcatart, idlang, idstat, idclient) VALUES ('1', '46', '1', '6063', '1')
[05-Sep-2008 13:54:49] /veranstaltungen/veranstaltungskalender/veranstaltungen.html?MOD_sK_put_date=2011-9-1&MOD_sK_show=m MySQL error 1142: INSERT command denied to user 'webXXX'@'localhost' for table 'con_phplib_active_sessions'
insert into con_phplib_active_sessions ( sid, name, val, changed ) values ('90769c1b087caa2798a0c7923249a881', 'sid_1_1', 'c2lkXzFfMTokdGhpcy0+EWIG_LANG+EWIG_LANG+EWIG_LANG+EWIG_LANG+EWIG_LANG', '20080905135449')
[05-Sep-2008 13:54:49] /veranstaltungen/veranstaltungskalender/veranstaltungen.html?MOD_sK_put_date=2011-9-1&MOD_sK_show=m Session: freeze() failed.
[05-Sep-2008 14:03:46] /contenido/index.php?contenido=577d8cda1d10b25e10e76face1e55c70 MySQL error 1142: INSERT command denied to user 'webXXX'@'localhost' for table 'con_phplib_active_sessions'
insert into con_phplib_active_sessions ( sid, name, val, changed ) values ('577d8cda1d10b25e10e76face1e55c70', 'contenido', 'EWIG_LANG+EWIG_LANG+EWIG_LANG=', '20080905140346')
[05-Sep-2008 14:03:46] /contenido/index.php?contenido=577d8cda1d10b25e10e76face1e55c70 Session: freeze() failed.
Hat jemand eine Ahnung was hier los ist?

Die con_phplib_active_sessions ist leer, ebenfalls die con_stat...

Danke!

Verfasst: Fr 5. Sep 2008, 14:05
von MichFress
Mir scheint, deine MySQL-Zugangsdaten sind nicht korrekt oder deine MySQL-Benutzerrechte sind irgendwie durcheinandergeraten. Überprüf diese Dinge mal.

Verfasst: Fr 5. Sep 2008, 14:19
von andreasb
Aber dann würde doch die ganze Seite nicht mehr funken? Die geht aber noch, nur die englische Version nicht, da gibts einen Fehler und die dt. Startseite wird angezeigt. Vermutlich wg. der Sessions...

Mit phpmyadmin kann ich auf die DB zugreifen.

Verfasst: Sa 6. Sep 2008, 11:33
von Oldperl
Hallo andreasb,
INSERT command denied to user 'web842'@'localhost' for table 'con_phplib_active_sessions'
Dein Problem wird da doch genau angesprochen, dein MySQL-Benutzer hat kein Recht Daten einzufügen (INSERT).
Das heißt im Umkehrschluß, deine Seite wird normal angezeigt, aber in dem Moment, wo du Daten in die DB schreiben mußt, geht das nicht.

Bitte prüfe die Rechte deines MySQL-Benutzers ;-)

Gruß aus Franken

Ortwin