Hi, I'm not an expert on servers, however, I've read some posts here to try to find a solution to my problem upgrading from CLI to my ESPO installation.
I've run both options:
php command.php upgrade
and
php command.php upgrade -y --file="EspoCRM-upgrade-5.9.4-to-6.0.10.zip" (is the name of the upgrade package; I uploaded to my server)
I'm logging as a root; the PHP version is 7.3 and the database version is: Server version: 10.3.23-MariaDB - MariaDB Server
When I access the server and run any of both instructions I get this error:
PHP Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) in ../application/Espo/Core/Container.php on line 113
Also, I enabled the debug mode in order to read the log, but I don't have anything in there.
I stop all crones and set maintenance mode as the book requested, but I receive the same error
I read and the files index.php have 644 permissions
Can you help me with this?
I've run both options:
php command.php upgrade
and
php command.php upgrade -y --file="EspoCRM-upgrade-5.9.4-to-6.0.10.zip" (is the name of the upgrade package; I uploaded to my server)
I'm logging as a root; the PHP version is 7.3 and the database version is: Server version: 10.3.23-MariaDB - MariaDB Server
When I access the server and run any of both instructions I get this error:
PHP Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) in ../application/Espo/Core/Container.php on line 113
Also, I enabled the debug mode in order to read the log, but I don't have anything in there.
I stop all crones and set maintenance mode as the book requested, but I receive the same error
I read and the files index.php have 644 permissions
Can you help me with this?
Comment