Closed (works as designed)
Project:
Open Atrium
Version:
7.x-2.0-alpha5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2013 at 08:14 UTC
Updated:
31 May 2013 at 09:45 UTC
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
Comment #1
Fulgor commentedHi, 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.
Comment #2
Fulgor commentedComment #3
Fulgor commented