[PHP] weird fopen problem

2002-01-10 Thread Jon Farmer
I am getting a the follwing error: Warning: fopen(/home/jon/pgpfiles/sgsdgsdg,w) - Permission denied in /home/ethiorg/public_html/test.php on line 2 Warning: Supplied argument is not a valid File-Handle resource in /home/ethiorg/public_html/test.php on line 3 Warning: Supplied argument is not

RE: [PHP] weird fopen problem

2002-01-10 Thread Chris Grigor
:54 0:00 /usr/sbin/httpd - Can you run the script as root? if not do you get the same errors? -Original Message- From: Jon Farmer [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 11:08 AM To: PHP General Mailing List Subject: [PHP] weird fopen problem I am getting

Re: [PHP] weird fopen problem

2002-01-10 Thread Jimmy
Hi Jon, Warning: fopen(/home/jon/pgpfiles/sgsdgsdg,w) - Permission denied in /home/ethiorg/public_html/test.php on line 2 the directory /home/jon/pgpfiles has mode 777 and is owned by nobody and group is nobody. Apache runs under user nobody. looks like you try to open a file outside the

Re: [PHP] weird fopen problem

2002-01-10 Thread Jon Farmer
Hi Jon, Warning: fopen(/home/jon/pgpfiles/sgsdgsdg,w) - Permission denied in /home/ethiorg/public_html/test.php on line 2 the directory /home/jon/pgpfiles has mode 777 and is owned by nobody and group is nobody. Apache runs under user nobody. looks like you try to open a file outside

[PHP] weird fopen problem

2002-01-10 Thread Zhang, Leon (STHK/Zh)
: 10, January, 2002 17:08 收件人: PHP General Mailing List 主题: [PHP] weird fopen problem I am getting a the follwing error: Warning: fopen(/home/jon/pgpfiles/sgsdgsdg,w) - Permission denied in /home/ethiorg/public_html/test.php on line 2 Warning: Supplied argument is not a valid File-Handle resource