Closed (fixed)
Project:
Aggregation
Version:
5.x-3.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
21 Jul 2007 at 03:05 UTC
Updated:
21 Jul 2007 at 03:18 UTC
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
Comment #1
Ashraf Amayreh commentedYou'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.