aminoo540 / rssingest

Automatically exported from code.google.com/p/rssingest
0 stars 0 forks source link

RSSIngest Not Working With RSS URL #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Configured RSSIngest and I'm having problems loading 
'http://www.google.com/trends/hottrends/atom/hourly'.  It gets to the point 
where it says "Starting to work with feed URL".

Any help would be appreciated.

Thank you.

Original issue reported on code.google.com by jason.mu...@gmail.com on 12 Apr 2011 at 3:51

GoogleCodeExporter commented 8 years ago
you can try to print out what your php can retrieve from the RSS with the 
following code:
print_r($RSS_DOC);

Add it somewhere after 
$RSS_DOC = simpleXML_load_file($feed_url);

Then try to see if that looks correct, or maybe it is empty.

Original comment by niels...@gmail.com on 7 Jun 2012 at 8:48