Crexweb Posted December 13, 2005 Share Posted December 13, 2005 I set up the cron job as instructed and keep getting the following response via email after each cron job runs: No input file specified What does this mean and how do I correct this?? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted December 13, 2005 WHMCS CEO Share Posted December 13, 2005 Hi, Try using: GET (url to file) Let me know if that doesn't work and I'll look into it furthur. Regards, Matt 0 Quote Link to comment Share on other sites More sharing options...
Roger Posted January 6, 2006 Share Posted January 6, 2006 Matt I've tried the solution and the problem persists. Any help much appreciated. -Roger 0 Quote Link to comment Share on other sites More sharing options...
Chainsaw76 Posted January 6, 2006 Share Posted January 6, 2006 Try the command(s) from the command line (SSH) and see if they work (or not). Once you get a command that works, add it to cron. I use wget --no-check-certificate [url]https://www.servername.com/Billing/admin/cron.php[/url] (all on one line) Although thinking about it, since it's on the same server https is a waste so: wget [url]http://www.servername.com/Billing/admin/cron.php[/url] Would do just as good. -Jason 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.