MothaCuss Posted November 20, 2003 Posted November 20, 2003 K, i'm tring to create a file through PHP, but it starts some jibber jabber about permissions. Warning: fopen(data/lists.txt): failed to open stream: Permission denied in /home/freecit/public_html/makenewlist.php3 on line 5 Warning: fputs(): supplied argument is not a valid stream resource in /home/freecit/public_html/makenewlist.php3 on line 6 Warning: fclose(): supplied argument is not a valid stream resource in /home/freecit/public_html/makenewlist.php3 on line 7 Created new list list. Maybe my code is wrong (most likely that), but if not, is there some permission that i need to set? And if so, how? Or is this just because my site is still as yet, un-propogated. I'm quite impatient (this isn't a hint to hurry up, i'm not try to me a pain in the donkey) so i'm already writing code. Does this mean i can't test it yet? Quote
TCH-Rob Posted November 20, 2003 Posted November 20, 2003 What is yout permission setting on makenewlist.php3? Try changing it to 777 and see if that changes anything. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.