i am trying to install aggregation on a clean 5.2 drupal install and i am getting the following error:
Parse error: parse error, unexpected T_OBJECT_OPERATOR in aggregation.module on line 204

Comments

Ashraf Amayreh’s picture

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

This module requires PHP 5 and php-curl library to function, as indicated on the project description page.

It seems you tried to install it on PHP 4.

michalska’s picture

thanks1
i was using the old .htaccess file, so i added the line
AddType x-mapp-php5 .php
to allow php5 processing.

Now I have to figure out why the new .htaccess isn't working properly on my site.