No items found in RSS feed
|
|
I can subscribe to feeds, but there are no articles found. If I go to the subscriptions page and click on feed, I can see the articles. But when I click on articles, it goes back to index.php and there are no articles there. Also on the subscriptions page there is a ”!”. When I hover over the ”!”, it says “no items found in RSS feed”. If I click on “grab latest” on the subscriptions page, then it says “Grabbing…” but nothing ever happens. I also get a “no items found in RSS feed” message in the log file. I’m pretty sure I have the database set up properly since I can add subscriptions. |
|
|
Can you give me the URL of that feed? I’ll see if my install can grab the article from it or not. Are you on a shared host or is it installed on your own server? Also, if you have access to the PHP (or Apache) error log, there might be something interresting there (look in there when oyu click ‘Grab Latest’). |
|
|
It’s on my own server. The url is: http://stephen.homeip.net/stephen/gobblerss/ I found this in the /var/log/php/error.log file: 10-Jan-2008 17:07:06] PHP Fatal error: Call to undefined function curl_init() in /home/stephen/www/gobblerss/functions.inc.php on line 111 |
|
|
You need the cURL PHP extension enabled to use GobbleRSS. I was previously using fopen to open URL, but less shared hosts have that enabled than cURL, so I switched to cURL. Seems I forgot to update the requirements part of the GobbleRSS website; I’ll do that just now. |
|
|
That fixed it. Very nice. Thanks!! |