Klaus Posted March 2, 2008 Share Posted March 2, 2008 Hi, Every night WHMCS is making a job every minute for one hour. So it does send out an 60 Email every night to people that have an overdue invoice. Where can I change that so it will only scan it once per night. Thanks 0 Quote Link to comment Share on other sites More sharing options...
ask21900 Posted March 2, 2008 Share Posted March 2, 2008 You have your cron set wrong... Instead of * min 3 hour * day * month and * weekday, use 0 min 3 hour * day * month and * weekday (change the * to a 0 in the min column) 0 Quote Link to comment Share on other sites More sharing options...
Klaus Posted March 2, 2008 Author Share Posted March 2, 2008 You have your cron set wrong... Instead of * min 3 hour * day * month and * weekday, use 0 min 3 hour * day * month and * weekday (change the * to a 0 in the min column) I guess I have to change that in the cron.php file... Thanks 0 Quote Link to comment Share on other sites More sharing options...
Daniel Posted March 2, 2008 Share Posted March 2, 2008 No.. You'll have to change it in your servers crontab. Login to your server via SSH and type "crontab -e" without the quotes and you should see it being called in there. Failing that, it may be setup in your control panel, depends how you did it when you installed WHMCS. 0 Quote Link to comment Share on other sites More sharing options...
JasonO Posted March 3, 2008 Share Posted March 3, 2008 Or, if you have cPanel change the Cron in there to what ask21900 said - should fix it. 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.