gschhabra Posted March 25, 2011 Share Posted March 25, 2011 Every invoice is created 2 times e.g a invoice of $500 for client A is being created and email to client 2 times with different invoice no. or in a single invoice sometime it shows 2 items with $500 and making it $1000. I also get Cron Job activity report in my email 2 times. I check crons its only 3 crons are set. (1) for sync (2) PHP cron.php (3) GET cron.php. Can someone give me some clue why its happening 0 Quote Link to comment Share on other sites More sharing options...
easyhosting Posted March 25, 2011 Share Posted March 25, 2011 Every invoice is created 2 times e.g a invoice of $500 for client A is being created and email to client 2 times with different invoice no. or in a single invoice sometime it shows 2 items with $500 and making it $1000. I also get Cron Job activity report in my email 2 times. I check crons its only 3 crons are set. (1) for sync (2) PHP cron.php (3) GET cron.php. Can someone give me some clue why its happening Have you recently moved your WHMCS to another server/site? If so checked that you removed the old installation and cron jobs 0 Quote Link to comment Share on other sites More sharing options...
bear Posted March 25, 2011 Share Posted March 25, 2011 (2) PHP cron.php (3) GET cron.php.Can someone give me some clue why its happening You're calling the cron that creates invoices (and does other things) twice. The two methods of calling cron.php are in case one or the other doesn't work. Use only one of those, not both. 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.