Shath Posted January 30, 2009 Share Posted January 30, 2009 (edited) Hello, i need help, no new invoices are created, i have set the automation to generate invoices 14 days before due date, also i created the cronjob correctly with php -q /home/webstyle/public_html/whmcs/admin/cron.php what can i do its not working do i need to use all the three options ? a) 0 9 * * * php -q /path/to/home/public_html/whmcspath/adminpath/cron.php b) 0 9 * * * wget -O http://www.yourdomain.com/whmcspath/adminpath/cron.php >/dev/null c) 0 9 * * * get http://www.yourdomain.com/whmcspath/adminpath/cron.php or can i just use one? Edited January 30, 2009 by Shath 0 Quote Link to comment Share on other sites More sharing options...
Matt Wade Posted January 30, 2009 Share Posted January 30, 2009 You need to use just one option. Are you receiving the email from the cron job saying it ran? 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.