Jump to content

Cron Job


Klaus

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated