Hi all,
New to EspoCRM after trying out alot of CRM packages. Very happy about the installation process and documentation.
I am stuck on a cron issue.
I am hosting Espo on a Siteground site. On siteground i have setup cron with the following line:
php /home/customer/www/mydomain.nl/public_html/cron.php
It seems to be working but i get the cron error:
Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.0". You are running 7.4.33. in /home/customer/www/mydomain.nl/public_html/vendor/composer/platform_check.php on line 24
Seems clear no?
Now if i check in espo admin/system it says 8.0.28.
I have manually set the php version in siteground on 8.0.28
Except the platform_check.php keeps claiming its still 7.4.33
How is this possible?
Thanks for your help in advance!
New to EspoCRM after trying out alot of CRM packages. Very happy about the installation process and documentation.
I am stuck on a cron issue.
I am hosting Espo on a Siteground site. On siteground i have setup cron with the following line:
php /home/customer/www/mydomain.nl/public_html/cron.php
It seems to be working but i get the cron error:
Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.0". You are running 7.4.33. in /home/customer/www/mydomain.nl/public_html/vendor/composer/platform_check.php on line 24
Seems clear no?
Now if i check in espo admin/system it says 8.0.28.
I have manually set the php version in siteground on 8.0.28
Except the platform_check.php keeps claiming its still 7.4.33
How is this possible?
Thanks for your help in advance!
Comment