Closed (fixed)
Project:
Feeds: Flickr
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2010 at 06:07 UTC
Updated:
26 May 2010 at 19:00 UTC
While running Cron I fall down on this error :
Fatal error: Call to a member function get_link() on a non-object
in /home/drupal/sites/all/modules/feeds_flickr/FeedsFlickrParser.inc on line 20
Comments
Comment #1
dragonwize commentedThe only way this could happen is if your feed does not have an enclosure. I should be checking to make sure that it exists, so I added a check for that.
However that will not fix you ultimate problem that you have something else wrong with your setup. Either you are not using a correct Flickr feed, you are using this on some other kind of feed, or something else that would cause your items to not have an enclosure.
Comment #2
srobert72 commentedThank you for your interest.
Maybe it's due to this issue #797228: Deleted Feed records still in database tables
I will reactivate Feeds_Flickr module and will report you if problem persists.