Jump to content

Duplicate Tickets


deezon

Recommended Posts

I've been using Google Apps to pipe emails into ticketing system for over 3 years now. I use the following CRON job:

 

*/5 * * * * php -q /home/xyzuser/public_html/clients/pipe/pop.php

 

From past couple of months, I'm facing a strange error. Whenever a new email arrive, it's imported over and over again into the ticketing system and I end up having 150+ tickets. Each subsequent duplicate ticket arrive within 5 minutes of each other. Also, now the previously imported tickets are again being re-imported into the system.

 

Clients have started calling what's going on with our system and I'm left without a clue as to how to resolve it. WHMCS technical support has tried to help but in vain. I'm using the latest version now but the error still persists.

 

Can someone please guide me with this?

Link to comment
Share on other sites

Is there something on the Google side, where you can tell it to remove the email from the server once it's downloaded? Another words, once the email is retrieved via POP, it probably needs to be deleted from Google. It sounds like the email is remaining on the mail server, and being downloaded each time your cron job runs.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated