Added a feed and ran cron manually and I get the following error on the cron page.

Fatal error: Call to a member function xpath() on a non-object in /home/openbior/public_html/lab/modules/aggregation/feed_handlers/RSS20.inc on line 8

Then back on the feed page I get this error:

warning: simplexml_load_string() expects at most 2 parameters, 3 given in /home/openbior/public_html/lab/modules/aggregation/aggregation.module on line 1018.

I used the following feed http://cyber.law.harvard.edu/blogs/gems/tech/rss2sample.xml which is supposed to be a standard rss2.0 feed. It

Any ideas what is going on here?

Comments

Ashraf Amayreh’s picture

Assigned: Unassigned » Ashraf Amayreh
Status: Active » Fixed

Thanks for pointing this out.

The reason for this error is that you seem to have a PHP version older than 5.1

I've just updated the aggregation module to solve this issue, please download the latest version and let me know if it solves the problem.

nathanraft’s picture

I am using PHP 5.0.5 and MySQL version 4.1.21-standard-log.

tried the new one and got this error on cron run

constant() [function.constant]: Couldn't find constant LIBXML_VERSION in /home/openbior/public_html/lab/modules/aggregation/aggregation.module on line 1021.

The items did pull this time but the vocabulay is not showing (using free tagging).

Ashraf Amayreh’s picture

free tagging? could you open a new bug report for this and provide more details?

Anonymous’s picture

Status: Fixed » Closed (fixed)