teknoge3k Posted January 13, 2016 Share Posted January 13, 2016 I don't have any cron job reports enabled on my vps, yet I am getting a report each time cron runs (multiple times a day obviously) - There has to be something in whmcs to turn off but I cannot find it, or I've overlooked it. Can someone please point me in the direction to turn off the cron reports? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted January 13, 2016 Share Posted January 13, 2016 use cron job flag "skip_report", more information here: http://docs.whmcs.com/Cron_Tasks#System_Cron_Option_Flags 0 Quote Link to comment Share on other sites More sharing options...
teknoge3k Posted January 13, 2016 Author Share Posted January 13, 2016 Ok I added skip _report to the end of my GET on each of the 3 reports. I didn't figure I needed to do that since I had reports turned off on each one to begin with but we'll see how it acts. Thanks! 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted January 13, 2016 Share Posted January 13, 2016 /crons-directory/cron.php skip_report 0 Quote Link to comment Share on other sites More sharing options...
teknoge3k Posted January 15, 2016 Author Share Posted January 15, 2016 Here's what I have, GET http://www.MYURL.net/dst/crons/cron.php skip_report It is still sending the reports though. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted January 15, 2016 Share Posted January 15, 2016 with the GET method it should be like that: GET http://www.MYURL.net/dst/crons/cron.php?skip_report 0 Quote Link to comment Share on other sites More sharing options...
teknoge3k Posted January 15, 2016 Author Share Posted January 15, 2016 Ok I've changed it. We'll see how it works today. Thanks again! 0 Quote Link to comment Share on other sites More sharing options...
teknoge3k Posted January 19, 2016 Author Share Posted January 19, 2016 Still did not work, I am still getting the reports. I changed my GET method to what you put, and it didn't work. Any other suggestions? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted January 21, 2016 WHMCS Support Manager Share Posted January 21, 2016 Hi, With the GET command syntax, options flags are used as follows: GET http://www.MYURL.net/dst/crons/cron.php?skip_report=1 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.