RSS problem

RSS problem

by g k -
Number of replies: 2

When manually executing a cron on my site I got this strange error that I only starting getting when I upgraded from v1.4 beta to 1.4:

fopen(/home/qhss/public_html/virtualschool/moodledata/rss/forum/15.xml): failed to open stream: Permission denied in /home/qycor/public_html/virtualschool/rss/rsslib.php on line 108

Is this a simple matter of setting up permissions properly?


Average of ratings: -
In reply to g k

Re: RSS problem

by Eloy Lafuente (stronk7) -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Peer reviewers Picture of Plugin developers Picture of Testers
Hi g,

perhaps your "home/qhss/public_html/virtualschool/moodledata/rss/forum" directory hasn't the required perms? Try:

"chmod -R 777 home/qhss/public_html/virtualschool/moodledata/rss"

Ciao smile
In reply to Eloy Lafuente (stronk7)

Re: RSS problem

by g k -
This worked.  Thank You.