continuing error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dario
Forum Newbie
Posts: 1
Joined: Fri Feb 25, 2005 11:26 am
Location: Ireland

continuing error

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

your script does not have permission to open the file in the specified descriptor, or similar..
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post 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.
Post Reply