Hello,
I think there is a BUG in the POP fetching, so wenn a customer reply's to a ticket what is closed it will create a new ticket. The customers are able to open closed tickets.
POP fetching changed ticket, creates new ticket!
Moderator: mkoch227
POP fetching changed ticket, creates new ticket!
Last edited by lupolo on Fri Jan 04, 2013 7:49 am, edited 1 time in total.
Re: POP fetching closed ticket, creates new ticket
I just tested it and it works fine on my server - even closed tickets are properly updated.
Did you make any changes to the hesk_email2ticket function? The original function will match ticket ID with any ticket, not just open ones.
If you didn't make any changes, what was the exact subject of the email you received an wasn't detected as a reply?
Did you make any changes to the hesk_email2ticket function? The original function will match ticket ID with any ticket, not just open ones.
If you didn't make any changes, what was the exact subject of the email you received an wasn't detected as a reply?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: POP fetching closed ticket, creates new ticket
Could it be that the ticket category is chanced in the mean time?
A customer will email the ticket after its add in the Hesk whe will move it to the righy category.
How can i fix this?
A customer will email the ticket after its add in the Hesk whe will move it to the righy category.
How can i fix this?
Re: POP fetching changed ticket, creates new ticket!
No, category change doesn't affect anything.
The only reason a new ticket would be created instead of updating the old one here would be missing the required tracking ID [#XXX-XXX-XXXX] in the reply email subject.
The only reason a new ticket would be created instead of updating the old one here would be missing the required tracking ID [#XXX-XXX-XXXX] in the reply email subject.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: POP fetching changed ticket, creates new ticket!
found the problem! The text in text.php was double one without the tracking ID 
