codemaster2008 Posted January 26, 2010 Share Posted January 26, 2010 Hi; Here is how i have the cron jon on cpanel: 5 * * * * php -q /home/hostadm/public_html/pipe/pop.php It should be running avery 5 minutes, right? However, whmcs is downloading messages on 15 minutes interval. Could the hosting be overriding the interval? Something like, they have a minun interval of 15 minutes? I don't know Maybe somebody out there can help me figure this out. 0 Quote Link to comment Share on other sites More sharing options...
scurrell Posted January 26, 2010 Share Posted January 26, 2010 What have you got the "Auto Refresh" interval set to on the support tickets page? 5 minutes or 15 minutes? 0 Quote Link to comment Share on other sites More sharing options...
codemaster2008 Posted January 26, 2010 Author Share Posted January 26, 2010 5 minutes, however, i wasn't counting on the auto-refresh, i was refresshing it myself, and also refreshing the webmail to see if the emails were still there. weird, right? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted January 27, 2010 Share Posted January 27, 2010 Hi; Here is how i have the cron jon on cpanel: 5 * * * * php -q /home/hostadm/public_html/pipe/pop.php It should be running avery 5 minutes, right? That would have it running on the 5th minute of every hour. You want: */5 * * * * php -q /home/hostadm/public_html/pipe/pop.php 0 Quote Link to comment Share on other sites More sharing options...
codemaster2008 Posted January 27, 2010 Author Share Posted January 27, 2010 That would have it running on the 5th minute of every hour... How could i miss that? Working now, thanks a lot!!! 0 Quote Link to comment Share on other sites More sharing options...
holodyn Posted May 5, 2010 Share Posted May 5, 2010 You can always hit the URL manually: http://www.website.com/whmcs_path/pipe/pop.php You can add that as link into your admin menubar: http://forum.whmcs.com/showthread.php?t=22447 Even 5 minutes can be long when you're expecting a message 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.