PDA

View Full Version : Daily Cron Jobs Not Working...



timcel
03-04-10, 02:31 PM
Hello,

Using the advice of WHMCS and others, I'm changed my original /admin directory to another name. In my Automation setup for daily cron jobs it seemed to automatically change the necessary information to the new directory name. But, now my nightly backups are not working. Was there something else I was suppose to change when I changed the /admin folder to the new name?

Thanks for your help!

HostRW
03-04-10, 02:56 PM
Did you remember to update your cron job to reflect the new WHMCS directory?

timcel
03-04-10, 03:08 PM
Did you remember to update your cron job to reflect the new WHMCS directory?


I thought I had done that. Perhaps there's something I'm misunderstanding about it.

Here's what was listed before under automation....

php -q /home2/businessname/public_html/client/oldname/cron.php

and the new version....

php -q /home2/businessname/public_html/client/newname/cron.php

John
03-04-10, 03:55 PM
You need to actually update the cron command in control panel too.

timcel
03-04-10, 04:49 PM
You need to actually update the cron command in control panel too.

Perfect. Totally makes sense.

I appreciate the help. Thanks again!

Tim