I've been running the feedapi modules quite smoothly [beside the hiccups in the cron running for too long] for over a month now. So yesterday I've been trying to clean up some feeds that was not useful or outdated then all hell broke loose. The cron stopped running as it was hanging bad. Did some major digging as to understand where everything broke down until I saw some advice to modify the common.inc to track where the cron fails [based on this thread: http://drupal.org/node/382682 ].
Finally I tracked it down to feedapi. The only changes that I made on that was my delete of some feeds. After deleting like a dozen feeds out of few hundreds, nothing works anymore with feedapi module. The cron job goes wild and never complete as it gets stuck with feedapi.
Any thoughts ?
Comments
Comment #1
aron novakAfter you execute cron, what do you see at admin/content/feed? Some of your feeds are refreshed, aren't they?
Comment #2
iandit commentedNo feeds are refreshed after I run the cron as the cron is stucked on feedapi therefore isn't completed.
If I uses the "refresh" feature on the admin/content/feed page, some of the feeds gets refreshed but no items are found. I'm sure there are new items on those feeds. On some other feeds i get: "Could not refresh feed".
All this was working before I started to "clean" some of the feeds by deleting them...
Thanks for the quick response.