kurz gefasst grosses Problem.
Nachdem ich bei den Kategorien einen neuen Menüpunkt eingefügt habe, sind alle punkte bis auf den Hauptpunkt weg.
Ich weiss nicht weiter. In meinem Log steht folgenes:
Code: Alles auswählen
...
[20-May-2005 15:06:21] MySQL error 1062: Duplicate entry '0' for key 1
INSERT INTO
con_actionlog
SET
idlog = 0,
user_id = '48a365b4ce1e322a55ae9017f3daf0c0',
idclient = 1,
idlang = 1,
idaction = 10,
idcatart = '0',
logtimestamp = '2005-05-20 15:06:21'
[20-May-2005 15:06:21] MySQL error 1044: Access denied for user: 'megaparty2005@localhost' to database 'megaparty2005'
lock tables con_sequence write
[20-May-2005 15:06:21] lock() failed.
[20-May-2005 15:06:21] cannot lock con_sequence - has it been created?
[20-May-2005 15:06:21] MySQL error 1062: Duplicate entry '0' for key 1
INSERT INTO con_cat (idcat, parentid, preid, postid, idclient) VALUES('0', '1', '29', '0', '1')
[20-May-2005 15:06:21] MySQL error 1044: Access denied for user: 'megaparty2005@localhost' to database 'megaparty2005'
lock tables con_sequence write
...