Nach Serverumzug Modul anlegen nicht möglich
Verfasst: Fr 7. Apr 2006, 01:01
also ich hab den Server gewechselt, die Page ansich läuft, aber wenn ich nen neues Modul anlege, dann wird in dem rechten Frame nichts angezeigt. Bestehende Module kann ich bearbeiten, nur das neue nicht. Errorlog spuckt das aus wenn ich das "unbenannte Modul" bearbeiten will:
und das kommt, wenn ich jetzt nochmal nen neues Modul anlege:
jemand ne Idee, wie ich das wieder hin bekomme?
//EDIT: der Login für die Datenbank stimmt...
Code: Alles auswählen
[07-Apr-2006 01:59:49] /contenido/main.php?area=mod_edit&frame=4&action=&idmod=0&contenido=e7a1bd9a7ae3160fb49ec49ea5dc5082 MySQL error 1044: Access denied for user: 'dawd_3@localhost' to database 'dawd_3'
lock tables dawd_sequence write
[07-Apr-2006 01:59:49] /contenido/main.php?area=mod_edit&frame=4&action=&idmod=0&contenido=e7a1bd9a7ae3160fb49ec49ea5dc5082 lock() failed.
[07-Apr-2006 01:59:49] /contenido/main.php?area=mod_edit&frame=4&action=&idmod=0&contenido=e7a1bd9a7ae3160fb49ec49ea5dc5082 cannot lock dawd_sequence - has it been created?
Code: Alles auswählen
[07-Apr-2006 02:00:29] /contenido/main.php?area=mod_edit&frame=4&action=mod_new&contenido=e7a1bd9a7ae3160fb49ec49ea5dc5082 MySQL error 1044: Access denied for user: 'dawd_3@localhost' to database 'dawd_3'
lock tables dawd_sequence write
[07-Apr-2006 02:00:29] /contenido/main.php?area=mod_edit&frame=4&action=mod_new&contenido=e7a1bd9a7ae3160fb49ec49ea5dc5082 lock() failed.
[07-Apr-2006 02:00:29] /contenido/main.php?area=mod_edit&frame=4&action=mod_new&contenido=e7a1bd9a7ae3160fb49ec49ea5dc5082 cannot lock dawd_sequence - has it been created?
[07-Apr-2006 02:00:29] /contenido/main.php?area=mod_edit&frame=4&action=mod_new&contenido=e7a1bd9a7ae3160fb49ec49ea5dc5082 MySQL error 1062: Duplicate entry '0' for key 1
INSERT INTO
dawd_actionlog
SET
idlog = 0,
user_id = '7580b88fa92cb4ab79777fd511622de6',
idclient = 1,
idlang = 1,
idaction = 346,
idcatart = '0',
logtimestamp = '2006-04-07 02:00:29'
[07-Apr-2006 02:00:29] /contenido/main.php?area=mod_edit&frame=4&action=mod_new&contenido=e7a1bd9a7ae3160fb49ec49ea5dc5082 MySQL error 1044: Access denied for user: 'dawd_3@localhost' to database 'dawd_3'
lock tables dawd_sequence write
[07-Apr-2006 02:00:29] /contenido/main.php?area=mod_edit&frame=4&action=mod_new&contenido=e7a1bd9a7ae3160fb49ec49ea5dc5082 lock() failed.
[07-Apr-2006 02:00:29] /contenido/main.php?area=mod_edit&frame=4&action=mod_new&contenido=e7a1bd9a7ae3160fb49ec49ea5dc5082 cannot lock dawd_sequence - has it been created?
[07-Apr-2006 02:00:29] /contenido/main.php?area=mod_edit&frame=4&action=mod_new&contenido=e7a1bd9a7ae3160fb49ec49ea5dc5082 MySQL error 1062: Duplicate entry '0' for key 1
INSERT INTO dawd_mod (idmod) VALUES (0)
[07-Apr-2006 02:00:29] /contenido/main.php?area=mod_edit&frame=4&action=mod_new&contenido=e7a1bd9a7ae3160fb49ec49ea5dc5082 MySQL error 1044: Access denied for user: 'dawd_3@localhost' to database 'dawd_3'
lock tables dawd_sequence write
[07-Apr-2006 02:00:29] /contenido/main.php?area=mod_edit&frame=4&action=mod_new&contenido=e7a1bd9a7ae3160fb49ec49ea5dc5082 lock() failed.
[07-Apr-2006 02:00:29] /contenido/main.php?area=mod_edit&frame=4&action=mod_new&contenido=e7a1bd9a7ae3160fb49ec49ea5dc5082 cannot lock dawd_sequence - has it been created?
//EDIT: der Login für die Datenbank stimmt...