Project:FooAggregator RSS aggregator.
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:alaa
Status:closed (fixed)

Issue Summary

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

#1

Assigned to:Anonymous» alaa
Status:active» fixed

fixed

#2

Status:fixed» closed (fixed)

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