jonnyg Posted January 20, 2017 Share Posted January 20, 2017 Hi, Just posting this here as I spent some time trying to solve this. After upgrading I had an issue where cron was running, but the daily automated tasks were not, Automation Overview was all zeros and System Health was alerting me that daily tasks had not run. If I ran cron from the shell, it exited with no errors (RC=0). Eventually I tried running it with the --force option and then I received a php error indicating that it could not find bcmul. Turns out that WHMCS requires the php bcmath module, but does not tell you this anywhere and it is only when you call cron with --force, you see the error. Anyway, if you are having a similar problem, install php-bcmath and you should be OK. Hope this helps someone and WHMCS Devs, if you're reading this, please make php-bcmath a requirement and alert on it in System Health. 0 Quote Link to comment Share on other sites More sharing options...
twhiting9275 Posted January 20, 2017 Share Posted January 20, 2017 Missing requirements, you say? Sounds like you need to open up a support ticket and tell them about this! I wouldn't be surprised though, I've seen this quite a bit myself. Bcmath is one of those common ones though that are put in , so it's not terribly hard to miss that one 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.