Hi!
Just installed FA. I configured it to use simplepie and while trying to refresh a feed I got this error:

Fatal error: Call to undefined function _fooaggreator_feed_update_info() in /home/theinsid/public_html/demo1/sites/all/modules/fooaggregator/parsers/simplepie/fa_simplepie.module on line 90

Line 90 reads:
fooaggreator_feed_update_info($title, $feed_info, $feed);
and it should be:
fooaggregator_feed_update_info($title, $feed_info, $feed);

Ricardo

Comments

alaa’s picture

Assigned: Unassigned » alaa
Status: Active » Fixed

fixed

Anonymous’s picture

Status: Fixed » Closed (fixed)

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