RE: [PHP] php - copy problem

2002-04-03 Thread Miguel Cruz
On Wed, 3 Apr 2002, Craig Westerman wrote: > I did that first thing. Also tried chmod g+rwx > I can copy manually via Telnet, but something is wrong with my PHP script. chmod g+w probably won't help you, since Apache normally runs as user 'nobody', who tends not to be in groups with anyone else.

RE: [PHP] php - copy problem

2002-04-03 Thread Craig Westerman
I did that first thing. Also tried chmod g+rwx I can copy manually via Telnet, but something is wrong with my PHP script. Thanks Craig ><> [EMAIL PROTECTED] -Original Message- From: Julian [mailto:[EMAIL PROTECTED]] Hi! You must to set the folder where you want to save the file to

[PHP] php - copy problem

2002-04-03 Thread Craig Westerman
I'm trying to copy daily Analog Stats Report to a archive file. (see code below) Destination file doesn't exist. I get this error: Warning: Unable to create '030402.html': Permission denied in /usr/www/users/cfth/WWW_REPORTS/analogarchive.php on line 9 /WWW_REPORTS/analogarchive.php:Error failed