RSS Feed: An unexpected error occurred. Please try again later.

This guy had the same problem. It turned out to be a server configuration issue.

Check your logs for detailed errors:

Admin CP -> Tools -> Server Error Log

Or try enabling debug mode by adding this line to your library/config.php file:

Code:
$config['debug'] = 1;

That may reveal a more detailed error.
 
Top Bottom