I have attempted to upgrade my EspoCRM instance from 5.5.6 to 5.6.0.
The upgrade appears to have finished correctly but, when I load the root page, I see only a "Bad server response" error.
I get the following in the log file, whenever I reload the page:
I have:
checked permissions to ensure 644 on:
/index.php
/api/v1/index.php
run
run
I have php version 7.3:
Any help in fixing this would be most welcome.
The upgrade appears to have finished correctly but, when I load the root page, I see only a "Bad server response" error.
I get the following in the log file, whenever I reload the page:
Code:
[2019-04-04 17:05:20] Espo.ERROR: Uncaught Exception ParseError: "syntax error, unexpected '?'" at /var/www/html/application/Espo/ORM/Repositories/RDB.php line 101 {"exception":"[object] (ParseError(code: 0): syntax error, unexpected '?' at /var/www/html/application/Espo/ORM/Repositories/RDB.php:101)"} []
I have:
checked permissions to ensure 644 on:
/index.php
/api/v1/index.php
run
Code:
php rebuild.php
run
Code:
php clear_cache.php
I have php version 7.3:
Code:
PHP 7.3.3-1+0~20190307202245.32+stretch~1.gbp32ebb2 (cli) (built: Mar 7 2019 20:22:46) ( NTS )
Any help in fixing this would be most welcome.
Comment