nikos Posted December 21, 2007 Share Posted December 21, 2007 i ve searched a lot here, but i m not sure about the answer. Sorry if it sounds as a stupid question. Which are all the cron jos need to be run? I have the below 2: php -q /home/USERNAME/public_html/WHMCS/pipe/pipe.php php -q /home/USERNAME/public_html/WHMCS/admin/cron.php Are they correct? Are more cron jobs need to be set up? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted December 21, 2007 WHMCS CEO Share Posted December 21, 2007 The pipe file is not a cron. It's for interpreting emails only when they are received so that shouldn't be setup as a cron. The cron.php file is all you need to setup as guided in Config > Automation Settings. Matt 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted December 21, 2007 Share Posted December 21, 2007 If you're using the FuturePay gateway you'll also need to setup a cron for that; more details in the manual. 0 Quote Link to comment Share on other sites More sharing options...
9DollarDomains Posted January 18, 2008 Share Posted January 18, 2008 The pipe file is not a cron. It's for interpreting emails only when they are received so that shouldn't be setup as a cron. The cron.php file is all you need to setup as guided in Config > Automation Settings.I'm confused. I thought the instructions were to setup the pipe.php file as a cron event (every 5 minutes sugested) so that it would import messages from a POP3 mailbox into the trouble ticket system. Is that not the case? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Developer WHMCS Andrew Posted January 18, 2008 WHMCS Developer Share Posted January 18, 2008 The cron for the emails is the one referencing pop.php not pipe.php php -q /home/USERNAME/public_html/WHMCS/pipe/pop.php 0 Quote Link to comment Share on other sites More sharing options...
9DollarDomains Posted January 18, 2008 Share Posted January 18, 2008 Oh, right, my bad, thank you. I'm struggling to get my pop.php to run via the cron, and I've been searching the forums for a clue here. When I saw this, I thought I was totally out to left field, but I just read it incorrectly. Yes, whmcs/pipe/pop.php is what I'm trying (unsucessfully) to run. Thank you. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Developer WHMCS Andrew Posted January 18, 2008 WHMCS Developer Share Posted January 18, 2008 have you put the pop details in your department configurations? What do you get when you goto the page manually in a browser? 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.