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

dragonwize’s picture

Status: Active » Fixed

The 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.

srobert72’s picture

Thank 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.