http://www.icyphoenix.com/viewtopic.php?f=35&t=6674&p=45880#p45880
-----------------------------------
KasLimon
Wed 11 Nov, 2009 09:49

Re: RSS Not Working
-----------------------------------
Hi,

The problem seems to be your hosting has disabled [color=darkblue]fopen[/color] PHP function for external websites. I had the same problem some weeks ago, and I could not resolve it.

So let's start trying... Add this line in the beginning of your .htaccess:[code linenumbers=false]php_flag allow_url_fopen on[/code]

If it doesn't work, just do this
[b]Open[/b] [i]includes/xs_news.php[/i]
[b]Find[/b][code linenumbers=false]							if (($fp = @fopen($xml_feed, 'r')))[/code]
In that line, delete the [i]@[/i]

Then, go to where RSS feeds should be displayed and just let me know the error that appears. (after pasting here the error unmake the change so the error will stop appearing ;) )

Greets!


