AntonioM Posted May 7, 2017 Share Posted May 7, 2017 Hello, Every day, I'm receiving the following email: Your WHMCS is configured to perform the Daily System Cron during the hour of 12 am. However, the Daily System Cron did not execute within that hour as expected. This may be due to the scheduled time specified in your web hosting control panel's cron entry. Please ensure your web hosting control panel executes the WHMCS System Cron (cron.php) at least once during the hour of 12 am. If you have confirmed that setting, and you continue to receive this message, then please refer to the WHMCS Cron documentation to ensure you have itemized the appropriate command and any additional options. Please contact WHMCS Support if you require further assistance. However, the CRON job is configured correctly. The automatic tasks are not executing. Thank you so much! 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted May 7, 2017 Share Posted May 7, 2017 Hi AntonioM, Thanks for your post. This indicates the cron is not fully running, could you please take a look at your Activity logs under Utilities -> Logs -> Activity Logs and pates the logs from the time the Automation Tasks run, please remember to exclude any personally identifiable information. 0 Quote Link to comment Share on other sites More sharing options...
shwoo Posted May 7, 2017 Share Posted May 7, 2017 I am also getting the above email. I have my cron set so it does not run on Sundays. Is it possible to turn off the "WHMCS Daily System Cron Attention Needed" email? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted May 8, 2017 Share Posted May 8, 2017 I am also getting the above email. I have my cron set so it does not run on Sundays. Is it possible to turn off the "WHMCS Daily System Cron Attention Needed" email? No i'm afraid its not, is there specific functions you are not wanting to run on Sundays? You could create a special cron that uses "skip" to skip the pieces you don't want to run on Sundays docs.whmcs.com/Crons 0 Quote Link to comment Share on other sites More sharing options...
AntonioM Posted May 8, 2017 Author Share Posted May 8, 2017 Hello, Here is: 07/05/2017 22:02 Automated Task: Starting WHMCS Updates System 07/05/2017 22:02 Automated Task: Starting Domain Expiry System 07/05/2017 22:02 Automated Task: Starting Client Status Update System 07/05/2017 22:00 Automated Task: Starting Server Usage Stats System 07/05/2017 22:00 Automated Task: Starting Email Marketer Rules System 07/05/2017 22:00 Automated Task: Starting Delayed Affiliate Commissions System 07/05/2017 22:00 Automated Task: Starting Inactive Tickets System 07/05/2017 22:00 Automated Task: Starting Fixed Term Terminations System 07/05/2017 22:00 Automated Task: Starting Overdue Terminations System 07/05/2017 22:00 Cron Job: Suspending Service - Service ID: 12 System 07/05/2017 22:00 Cron Job: Suspending Service - Service ID: 10 System 07/05/2017 22:00 Automated Task: Starting Overdue Suspensions System 07/05/2017 22:00 Automated Task: Starting Cancellation Requests System 07/05/2017 22:00 Automated Task: Starting Domain Renewal Notices System 07/05/2017 22:00 Automated Task: Starting Invoice & Overdue Reminders System 07/05/2017 22:00 Automated Task: Starting Credit Card Charges System 07/05/2017 22:00 Cron Job: Late Invoice Fees added to 0 Invoices System 07/05/2017 22:00 Automated Task: Starting Late Fees System 07/05/2017 22:00 Automated Task: Starting Invoices System 07/05/2017 22:00 Automated Task: Starting Product Pricing Updates System 07/05/2017 22:00 Automated Task: Starting Currency Exchange Rates System Thank you so much! 0 Quote Link to comment Share on other sites More sharing options...
shwoo Posted May 9, 2017 Share Posted May 9, 2017 Thanks for your response. I really just want to disable any Account Suspensions from occuring on both Saturdays/Sundays. Is a way to do that? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted May 12, 2017 Share Posted May 12, 2017 Hello AntonioM, Can you please increase your PHP memory limits & PHP Timeouts Hello Shwoo, Thanks for your response. I really just want to disable any Account Suspensions from occuring on both Saturdays/Sundays. Is a way to do that? Yes, using the skip functions of the cron http://docs.whmcs.com/Crons#Task_Options_for_skip_.26_do As an example */5 * * * 6,0 php -q /path/to/cron.php skip --AutoSuspensions 0 Quote Link to comment Share on other sites More sharing options...
shwoo Posted May 15, 2017 Share Posted May 15, 2017 Yes, using the skip functions of the cron http://docs.whmcs.com/Crons#Task_Options_for_skip_.26_do As an example */5 * * * 6,0 php -q /path/to/cron.php skip --AutoSuspensions great, looks like that did the trick Thank you!! 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.