TacticalVPS Posted November 25, 2020 Share Posted November 25, 2020 Hey guys so i am trying to get rid of this PHP Version Warning so i upgrade the PHP Version to the latests one but then i get a new error and i cant seem how to fix it When i upgrade to a new version then this appears Cron PHP Version Mismatch and all the hardware is updated to the new version what am i missing Thanks 0 Quote Link to comment Share on other sites More sharing options...
web2008 Posted November 25, 2020 Share Posted November 25, 2020 Have you checked the system default PHP version on the server? 0 Quote Link to comment Share on other sites More sharing options...
ManagedCloud-Hosting Posted November 25, 2020 Share Posted November 25, 2020 Run the cron job from the server command line with debugging enabled Add the all --force -vvv flags to the end of the cron command and execute it: php -q /path/to/whmcs/crons/cron.php all --force -vvv Examine the output for any errors. The final line output should be "[OK] Completed". If it shows memory issue then please raise it to Please raise this to the minimum 64M or the recommended 128M to resolve this error. All thanks to @WHMCS SamP and @WHMCS Stephen who helped me with the same issue... To debug the cron job, please follow our instructions at https://docs.whmcs.com/Cron_Job_Issues#Run_the_cron_job_from_the_server_command_line_with_debugging_enabled Other relevant documentation:https://help.whmcs.com/m/automation/l/678272-troubleshooting-the-cron-not-completinghttps://help.whmcs.com/m/automation/l/683269-advanced-cron-troubleshooting 0 Quote Link to comment Share on other sites More sharing options...
TacticalVPS Posted November 25, 2020 Author Share Posted November 25, 2020 Cheers for the info it seemed to of fixed it self not to sure how or why 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.