paintballrefjosh / MaNGOSWebV4

This is a continuation of the MaNGOSWebV3 project.
GNU General Public License v3.0
32 stars 48 forks source link

RSS Feed #56

Closed Hellangel1987 closed 6 years ago

Hellangel1987 commented 6 years ago

If i try to open the RSS Link i get

Cannot open file (core/cache/rss/news.xml)

any options on that ?

paintballrefjosh commented 6 years ago

Looks like the webserver needs write access to that folder which probably doesn't exist.

Make the folder mkdir /var/www/your_html_directory/core/cache/rss

Then change permissions chown apache:apache /var/www/your_html_directory/core/cache/rss

Then try again. If you're on windows just do some searching around to figure out the permissions.

If you get it working it should look like this: http://www.mistvale.com/rss.php

Hellangel1987 commented 6 years ago

Works ! Thanks for your support!