Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS Feed #56

Closed
Hellangel1987 opened this issue Oct 2, 2017 · 2 comments
Closed

RSS Feed #56

Hellangel1987 opened this issue Oct 2, 2017 · 2 comments
Assignees
Labels

Comments

@Hellangel1987
Copy link

If i try to open the RSS Link i get

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

any options on that ?

@paintballrefjosh
Copy link
Owner

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
Copy link
Author

Works ! Thanks for your support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants