Hello.
I am installing Espo version 7.1.7 on Debian 11. My PHP version is 7.4.28
When I attempt to view localhost, Apache redirects me to public/index.php as expected.
However, at that point I am just seeing a blank page in the browser.
The apache error log contains this message:
"PHP Parse Error: syntax error, unexpected '{', expecting identifier (T_STRING) in /var/www/html/public/index.php on line 32"
I have perused this forum, and the only recommendation I found was to upgrade PHP to version 7.4 or higher.
My PHP version is already above 7.4, but I am still getting this error.
Could you please help me debug this?
Many thanks!
I am installing Espo version 7.1.7 on Debian 11. My PHP version is 7.4.28
When I attempt to view localhost, Apache redirects me to public/index.php as expected.
However, at that point I am just seeing a blank page in the browser.
The apache error log contains this message:
"PHP Parse Error: syntax error, unexpected '{', expecting identifier (T_STRING) in /var/www/html/public/index.php on line 32"
I have perused this forum, and the only recommendation I found was to upgrade PHP to version 7.4 or higher.
My PHP version is already above 7.4, but I am still getting this error.
Could you please help me debug this?
Many thanks!
Comment