Unter Windows (XAMPP) funktioniert das prima - nur im WWW kriege ich folgenden Fehler
Was bezeichnest Du als WWW???
Einen Server im Rechenzentrum???
Welcher Provider???
Warning: touch(): Utime failed: Operation not permitted
Vielleicht hilft Dir ein Eintrag von "http://de2.php.net/manual/de/function.touch.php":
07-Oct-2001 12:41
To spare you ppl couple of hours of valuable time, you can only TOUCH a file that you own! Usually PHP is *nobody*
Warm regards, Emile Bosch
Also selbst wenn die Datei 0777 als Berechtigung hat (was meiner Meinung nach sinnlos ist, weil Ausführen wirst Du sie nicht wollen und dann reicht auch 0666) und PHP nicht Eigentümer ist, hilft Dir das nichts. Prüfe das mal mit dem PHP Kommando:
<? system("whoami", $out, $lines); echo $lines[0]; ?>
Ansonsten stelle die File auf 4666 und versuche es nochmal.
Grüße Bechte