Hi, when i try to install on Mamp the installation return this error message:
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://localhost/labex/install.php?profile=openatrium&locale=en&id=1&op=do StatusText: OK ResponseText: Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /Applications/MAMP/htdocs/labex/profiles/openatrium/modules/contrib/date_ical/includes/DateIcalFeedsParser.inc on line 32

Nothing change even when i put these php values in php.ini:
max_execution_time = 600
memory_limit = 512M

Thans for help

Comments

Fulgor’s picture

Status: Active » Fixed

Hi, I solved the problem by bumping Mamp from PHP 5.2 up to 5.3.
The cause of the error are the double semicolons incompatible with php 5.2.

Fulgor’s picture

Status: Fixed » Closed (fixed)
Fulgor’s picture

Status: Closed (fixed) » Closed (works as designed)