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
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
Comment #1
Ashraf Amayreh commentedThis 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.
Comment #2
michalska commentedthanks1
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.