I recently upgraded PHP and now have two sites that use copy_file() that no
longer work. I have safe_mode=Off in my php.ini. Also, the files and directories
Furthermore, the file and directories Im trying to copy files to are owned by
user nobody and group nobody (My Apache server runs as user nobody in group
nobody).

Im assuming its some permissions problem. If I continuously list files in /tmp,
I see the uploaded file appear but then the copy_file() fails and the temp file
disappears.

Any ideas?

-- 
Aj.
Sys. Admin / Developer

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to