habe nach längerer Suche im Forum leider nichts gefunden, daher poste ich mal meine Frage.
Ich habe gerade meine x-te Contenido Installation durchgeführt und laufe auf einen seltsamen Fehler:
immer wenn ich einen Artikel speichern will, bekomme ich folgende Fehlermeldungen:
Code: Alles auswählen
[19-Jun-2008 10:01:22] /contenido/main.php?area=con_editart&frame=4&action=con_saveart&contenido=683fd6ce3d257b3de6daba1e0d3bb0de MySQL error 1364: Field 'author' doesn't have a default value
INSERT INTO con_cat_art (idcatart, idcat, idart) VALUES ('40', '22', '33')
[19-Jun-2008 10:01:22] /contenido/main.php?area=con_editart&frame=4&action=con_saveart&contenido=683fd6ce3d257b3de6daba1e0d3bb0de MySQL error 1366: Incorrect integer value: '' for column 'idcatart' at row 1
INSERT INTO con_stat (idstat, idcatart, idlang, idclient, visited) VALUES ('462', '', '1', '1', '0')
[19-Jun-2008 10:01:22] /contenido/main.php?area=con_editart&frame=4&action=con_saveart&contenido=683fd6ce3d257b3de6daba1e0d3bb0de MySQL error 1366: Incorrect integer value: '' for column 'idcatart' at row 1
INSERT INTO con_stat (idstat, idcatart, idlang, idclient, visited) VALUES ('463', '', '2', '1', '0')
[19-Jun-2008 10:01:22] /contenido/main.php?area=con_editart&frame=4&action=con_saveart&contenido=683fd6ce3d257b3de6daba1e0d3bb0de MySQL error 1366: Incorrect integer value: '' for column 'idcatart' at row 1
INSERT INTO con_stat (idstat, idcatart, idlang, idclient, visited) VALUES ('464', '', '3', '1', '0')
[19-Jun-2008 10:01:22] /contenido/main.php?area=con_editart&frame=4&action=con_saveart&contenido=683fd6ce3d257b3de6daba1e0d3bb0de MySQL error 1366: Incorrect integer value: '' for column 'idcatart' at row 1
INSERT INTO con_stat (idstat, idcatart, idlang, idclient, visited) VALUES ('467', '', '6', '1', '0')
[19-Jun-2008 10:01:22] /contenido/main.php?area=con_editart&frame=4&action=con_saveart&contenido=683fd6ce3d257b3de6daba1e0d3bb0de MySQL error 1366: Incorrect integer value: '' for column 'idcatart' at row 1
INSERT INTO con_stat (idstat, idcatart, idlang, idclient, visited) VALUES ('468', '', '7', '1', '0')
[19-Jun-2008 10:01:22] /contenido/main.php?area=con_editart&frame=4&action=con_saveart&contenido=683fd6ce3d257b3de6daba1e0d3bb0de MySQL error 1366: Incorrect integer value: '' for column 'idcatart' at row 1
INSERT INTO con_stat (idstat, idcatart, idlang, idclient, visited) VALUES ('469', '', '8', '1', '0')
[19-Jun-2008 10:01:22] /contenido/main.php?area=con_editart&frame=4&action=con_saveart&contenido=683fd6ce3d257b3de6daba1e0d3bb0de next_record called with no query pending.
[19-Jun-2008 10:01:22] /contenido/main.php?area=con_editart&frame=4&action=con_saveart&contenido=683fd6ce3d257b3de6daba1e0d3bb0de MySQL error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND idlang = 1' at line 1
UPDATE con_art_lang SET timemgmt = 0 WHERE idart = AND idlang = 1
Das ganze läuft auf W2k3, IIS6, PHP 5.2.6.
Ursprünglich mit contenido 4.8.4 und MySql 5.5.51b,
habe aber auch das selbe Problem wenn ich die Contenido Version 4.6.23 verwende, oder als DB MySQL 5.0.45
Ich habe auch die PHP settings zwischen einem Server auf dem es bei mir läuft und der neuen Maschine verglichen, und die sind ident.
Langsam weiss ich nicht mehr weiter.
Kann mir irgendjemand einen Tipp geben?
Vielen Dank,
lg
Hoagie