NicoWh Posted January 22 Share Posted January 22 I have updated to PHP 8.1 and put cron: /opt/cpanel/ea-php81/root/usr/bin/php -q /home/portoncloud/whmcsonedata/crons/cron.php But I have errors: " Your environment appears to be running a different PHP version (7.4.33) for the System Cron than the currently loaded PHP version (8.1.27). This may cause issues running your System Cron Any suggestions? 0 Quote Link to comment Share on other sites More sharing options...
DennisHermannsen Posted January 23 Share Posted January 23 If you changed the PHP version after the cron job ran, you will need to wait until after they daily cron job runs before that warning disappears. 0 Quote Link to comment Share on other sites More sharing options...
SimpleSonic Posted January 24 Share Posted January 24 Trying running your cron manually with from Terminal in the cPanel account you have WHMCS install in using the verbose option: -vvv /opt/cpanel/ea-php81/root/usr/bin/php -q /home/portoncloud/whmcsonedata/crons/cron.php -vvv That should easily tell you whether or not it will run correctly during the daily cron. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.