Upgrade fails with PHP 7.3.19
Collapse
X
-
Tags: None
-
Hi,
It seems that your php for CLI is of old version. You can check it with:
php -vIf you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks. -
Hi esforim,
It is one of the most common issues. When you are using EspoCRM via browser, you interact with webserver side PHP. No doubts that in this case the webserver has PHP 7.3.19.
But when you fire some command via CLI it interacts with CLI PHP. So very often the PHP CLI version is lower and not correspond to the EspoCRM requirements.Comment
Comment