Hi, I need to resolve a problem. I have magpie rss script to get rss feeds. I am getting the following error. "Warning: MagpieRSS: Failed to fetch http://www.xxxxxx.com/links/rsssource.php?item=News (HTTP Response: HTTP/1.1 404 Not Found ) in /home/yyyyyy/public_html/links/magpierss/rss_fetch.inc on line 238 Warning: Invalid argument supplied for foreach() in /home/yyyyyy/public_html/links/index.php on line 53" Note: xxxxxx = my domaini name yyyyyy = folder name Your help is greatly appreciated.
Really strange since the latest MagpieRSS class in the file rss_fetch.inc at line 238 has a simple conditional check. Please, could you provide the code written in the file index.php? Did you check the feed exists? The HTTP code is 404. Did you try to parse and other feed? It works?