rudberg Posted August 14, 2009 Share Posted August 14, 2009 The command: php -q /home/websiteuser/website.tld/whmcsfolder/cron.php escalations does not work for me at my shared dreamhost hosting account where it gives me a sh: php: command not found error. What should I write instead in order to be able to pass forward just the "escalation" command so I won't be getting a status report and a backup of the system every 5 minutes (as I understand the rest of the cron.php do for me)? 0 Quote Link to comment Share on other sites More sharing options...
rudberg Posted August 25, 2009 Author Share Posted August 25, 2009 A humble bump... Anyone know how I could make sure these runs instead, or should I go for Kayako and hope they have a solution I can use? 0 Quote Link to comment Share on other sites More sharing options...
atDev Posted August 29, 2009 Share Posted August 29, 2009 Ask your web host what the path to PHP is. Then in the command replace "php" with the path they give you like: /path/to/php -q /home/websiteuser/website.tld/whmcsfolder/cron.php escalations 0 Quote Link to comment Share on other sites More sharing options...
mylove4life Posted May 24, 2010 Share Posted May 24, 2010 can this be run in a web browser? 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted May 24, 2010 Share Posted May 24, 2010 Yes it can... quite a long string though if you only want the escalations to run. Obviously change the domain and whmcs/admin path http://yourdomain.com/whmcs/admin/cron.php?escalations=1&skip_invoices=1&skip_latefees=1&skip_ccprocessing=1&skip_invoicereminders=1&skip_domainrenewalnotices=1&skip_suspensions=1&skip_terminations=1&skip_cancelrequests=1&skip_closetickets=1&skip_affreports=1&skip_ccexpirynotices=1&skip_usagestats=1&skip_backups=1 If you want the normal cron to run as well use http://yourdomain.com/whmcs/admin/cron.php?escalations=1 0 Quote Link to comment Share on other sites More sharing options...
mylove4life Posted May 24, 2010 Share Posted May 24, 2010 cool, I did not think of that, I did use the later one... 0 Quote Link to comment Share on other sites More sharing options...
CB-HS Matt Posted May 31, 2010 Share Posted May 31, 2010 If you don't want a status report on everything every 5 minutes than change the cron runtime to once a day. You should only get your report once a day. If you are talking about e-mail piping you an dev/null the command it is real easy explains how to do it run in the cron setup page of your cpanel account 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.