Page 1 of 1

continuing error

Posted: Fri Feb 25, 2005 11:30 am
by dario
Hey there I am having problems with php i am gettin the following error alot of times

Warning: fopen(logs/log.php): failed to open stream: Permission denied in /home/loglogin.php on line 4
I am new to all of this so would any one have any suggestions? Thanks

Posted: Fri Feb 25, 2005 11:34 am
by feyd
your script does not have permission to open the file in the specified descriptor, or similar..

Posted: Fri Feb 25, 2005 5:23 pm
by s.dot
Set the file permissions via your PHP script, or in your FTP client to have read access for the file, at least.