I try to install on OVH server.
And, when i call projeqtor page an error occured :
Parse error: syntax error, unexpected '=', expecting '(' in /home/yegroup/www/projeqtor/view/main.php on line 24
Can you help me?
Which version of ProjeQtOr ?
(on V4.5.0, line 24 is inside a block of comments and does not contain any "=")
I have download the V4.4.2
It seems your PHP version does not understand Object.
Maybe version is < V5.
You should create a .htaccess file with
SetEnv PHP_VER 5_3
:cheer:
Thank you.
Problem resolved.
OVH has changed his PHP properties files in an other format.