Cronjobs not running for users

nealdxmhost

Verified User
Joined
Jan 1, 2009
Messages
237
Location
Los Angeles CA
I have noticed that the cronjobs are not running for users, I have had to go in and run them manually via ssh as root to get them going. What should I be looking for?
 
Is running cronjobs allowed by the users package?
Do users cronjobs have the correct credentials (chown username) and are executable?
Maybe /bin/bash or whatever they have mentioned in the cron is protected somehow?
 
I even added the cronjob under root doing crontab -e and it still would not run as specified. I end up having to run it manually via command line to get it to work. This has been going on since I upgraded WHMCS to version 6.0
 
I have checked to confirm that the daemon is running and also restarted it as well.

I have also checked and confirmed the location of the cronfiles as well.

Still no luck

Needless to say I gotta do it browser based daily


Hello,

Is cron daemon running at all?

I had some issues with crontab since upgraded to 6.x. but they can be easily fixed. Please note cronfiles are now located in a different place, check this: http://docs.whmcs.com/Cron_Tasks
 
Back
Top