This is a problem in your server.
Not apache, but the OS itself...

Linux gives user access based on certain values...
php normally runs as the user "nobody", so what you have to do is to make
sure
user nobody has the right to read/write in your temp folder (defined in
php.ini)
Or else...


> -----Opprinnelig melding-----
> Fra: Ivo [mailto:[EMAIL PROTECTED]]
> Sendt: 9. november 2001 17:53
> Til: [EMAIL PROTECTED]
> Emne: [PHP-DB] COPY files = Warning permission denyed
>
>
> When I try to copy some files from my local PC to the server
> there  appears
> a message "
> Warning: Unable to create '/xxx.gif': Permission denied in /xxx.php3" on
> line xx
>
> Where should I search the problem. In the apache server, php or linux.
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to