I got following error when i enable the module.

Parse error: parse error, unexpected T_OBJECT_OPERATOR in W:\www\drupal_5\sites\all\modules\syndication\aggregation\aggregation.install on line 253

does anyone what is happening? i am installing on a site that previously upgraded from 4.7 and yet with default Aggregator enabled

Comments

Ashraf Amayreh’s picture

Assigned: Unassigned » Ashraf Amayreh
Status: Active » Closed (fixed)

You're mixing up between the "aggregator" module that comes with drupal and the "aggregation" module that is a contributed module.

The "aggregation" module requires PHP 5 and CURL support and does not interact with the core "aggregator" module in any way, the only relationship is that they are both aggregators and happen to have similar names :) Other than that, the aggregation module aggregates content as nodes.

You are free to install this "aggregation" module, but from the error you get, it seems you're trying to install it on PHP 4 which is not supported.