On Thu, Jan 11, 2007 at 11:13:20AM +0100, Laurent Meister wrote: > Hello, > I got a strange error message for Upload: > Warning: move_uploaded_file(/htdocs/apfelwiki/briefkasten/Main/test.png) > [function.move-uploaded-file]: failed to open stream: Permission denied in > /htdocs/apfelwiki/scripts/upload.php on line 201 > Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to > move '/tmp/phpHjg1ai' to '/htdocs/apfelwiki/briefkasten/Main/test.png' in > /htdocs/apfelwiki/scripts/upload.php on line 201 > [...] > > does anyone has an idea?
Most likely, the permissions are wrong on the briefkasten/Main/ directory, and so the webserver/PHP is unable to move the file from its temporary upload space into that directory. Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
