DarqFlare Posted November 11, 2003 Posted November 11, 2003 Alrighty, I need help folks! Why is this not working: >$RSS = fopen("../news.rss", "w"); fwrite($RSS, $Output); fclose($RSS); Any ideas? It gives me this: Warning: fopen(../news.rss): failed to open stream: Permission denied in /home/omgncom/public_html/crontab/news_rss.php on line 86 Warning: fwrite(): supplied argument is not a valid stream resource in /home/omgncom/public_html/crontab/news_rss.php on line 87 Warning: fclose(): supplied argument is not a valid stream resource in /home/omgncom/public_html/crontab/news_rss.php on line 88 Quote
Dennis Posted November 11, 2003 Posted November 11, 2003 Looks like a permissioning problem....try changing the news_rss.php's permission... Dennis Quote
DarqFlare Posted November 11, 2003 Author Posted November 11, 2003 news_rss.php is at 0777. The directory below it is public_html 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.