Instalation Error During Zurmo

Dear All,

i am trying to use Zurmo but i find some error during first time installation when i am trying to access the application first time kindly help.

Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in C:\wamp\www\zurmo\app\protected\core\components\WebApplication.php on line 175

jagdish chandra

Which php version do you use?

[size="2"][color="#1c2837"]T_PAAMAYIM_NEKUDOTAYIM is double colon operator


::

and this error is usually thrown with php versions < 5.3.[/color][/size]

first of all thank you so much for response.

i am using php version 5.2.6 and Apache Version : 2.2.8

kindly suggest.

Then you need to upgrade php version or fix the code related to the line 175 (and what’s exactly you have there? - actual code usually clarifies the situation).

Most probably you have something like


::$var

. Usage of $var in this case causes the error. Try to replace it, if possible with method/property name.

I don’t know which versions of php are supported by Zurmo. If they officially support versions <5.3, then you should report them about the problem.