ich habe das Problem das ich nur einen Windowsserver zur Verfügung habe auf dem IIS 6.0 mit PHP 5.2.6 und MySQL 5.0 läuft.
Als Contenido-Version nutze ich die 4.8.3.
Die Installation gestaltete sich schwierig, aber mittlerweile läuft es. Doch nun musste ich feststellen das ich keine Dateien mehr hochladen konnte. Nachdem ich die Verzeichnisberechtigungen neu gesetzt hatte wurden die Dateien zwar hochgeladen aber sie werden nicht aufgeführt.
Ordner kann man anlegen, aber nur wenn deren Bezeichnung noch nicht benutzt wurde. Also wenn man mal einen Ordner namens Test angelegt hatte kann man nicht nochmal einen Ordner namens Test anlegen, obwohl der alte gar nicht mehr existiert.
Nun habe ich ein bisschen im Forum gesucht und auch im Web, aber nicht wirklich was brauchbares gefunden.
Hier noch ein Auszug aus der Error.log:
Falls ihr noch weitere Informationen benötigt gebe ich euch gerne Auskunft.[22-Aug-2008 14:30:28] /contenido/main.php?area=upl&frame=4&contenido=2a787385df5e733f8158c52073b1b356 MySQL error 1364: Field 'filename' doesn't have a default value
INSERT INTO con_upl (idupl) VALUES (189)
[22-Aug-2008 14:30:51] /contenido/main.php MySQL error 1364: Field 'filename' doesn't have a default value
INSERT INTO con_upl (idupl) VALUES (190)
[22-Aug-2008 14:30:57] /contenido/main.php?area=upl&frame=4&path=test2/&appendparameters=&contenido=2a787385df5e733f8158c52073b1b356 MySQL error 1364: Field 'filename' doesn't have a default value
INSERT INTO con_upl (idupl) VALUES (191)
[22-Aug-2008 14:38:02] /contenido/main.php?area=upl&frame=4&path=&appendparameters=&contenido=2a787385df5e733f8158c52073b1b356 MySQL error 1364: Field 'dirname' doesn't have a default value
INSERT INTO con_upl (idupl) VALUES (192)
[22-Aug-2008 14:38:04] /contenido/main.php?area=upl&frame=4&path=PDF/&appendparameters=&contenido=2a787385df5e733f8158c52073b1b356 MySQL error 1364: Field 'dirname' doesn't have a default value
INSERT INTO con_upl (idupl) VALUES (193)
[22-Aug-2008 14:38:17] /contenido/main.php MySQL error 1364: Field 'dirname' doesn't have a default value
INSERT INTO con_upl (idupl) VALUES (194)
[22-Aug-2008 14:38:17] /contenido/main.php MySQL error 1364: Field 'dirname' doesn't have a default value
INSERT INTO con_upl (idupl) VALUES (195)
[22-Aug-2008 14:48:48] /contenido/main.php?area=upl&frame=4&contenido=2a787385df5e733f8158c52073b1b356 MySQL error 1364: Field 'dirname' doesn't have a default value
INSERT INTO con_upl (idupl) VALUES (196)
[22-Aug-2008 14:48:48] /contenido/main.php?area=upl&frame=4&contenido=2a787385df5e733f8158c52073b1b356 MySQL error 1364: Field 'dirname' doesn't have a default value
INSERT INTO con_upl (idupl) VALUES (197)
[22-Aug-2008 14:49:21] /contenido/main.php?area=upl&frame=4&path=img/&appendparameters=&contenido=2a787385df5e733f8158c52073b1b356 MySQL error 1364: Field 'dirname' doesn't have a default value
INSERT INTO con_upl (idupl) VALUES (198)
[22-Aug-2008 14:49:35] /contenido/main.php MySQL error 1364: Field 'dirname' doesn't have a default value
INSERT INTO con_upl (idupl) VALUES (199)
[22-Aug-2008 14:49:35] /contenido/main.php MySQL error 1364: Field 'dirname' doesn't have a default value
INSERT INTO con_upl (idupl) VALUES (200)
Gruß Lomion