URL Error in Customer Notification

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Waqar
Posts: 3
Joined: Tue Dec 13, 2016 1:49 pm

URL Error in Customer Notification

Post by Waqar »

Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:
Has anyone experienced wrong URL in customer notification. I have had 2 instances where customer received a notification to their ticket with URL that opens up another customers ticket. I checked if there tickets were merged but could not find any evidence.
Thanks in advance for your input.
Below is the email:
(REMOVED FOR PRIVACY)
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: URL Error in Customer Notification

Post by Klemen »

This indeed happens if the tickets have been merged.

- login to the admin panel
- open the ticket from admin side
- go to the bottom where it says "Ticket history" and check for any "merged" messages.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Waqar
Posts: 3
Joined: Tue Dec 13, 2016 1:49 pm

Re: URL Error in Customer Notification

Post by Waqar »

Thanks Klemin,

The issue is that same link to one ticket has been sent over 300 times to customers who are not related to that ticket at all. This is happening since November 20th. Yesterday I created a ticket from my email and in the email notification it was the link to same ticket.

What to do? Please help. This problem needs a fix?
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: URL Error in Customer Notification

Post by Klemen »

I found the issue:

when you modified email notification template, you hard-coded that URL into it:
https://www.itihad.co.ae/cs/language/en ... ticket.txt

Replace the ticket URL in the template with this "special code"

Code: Select all

%%TRACK_URL%%
and the automatically-generated URL will be used (in Admin > Tools > Email templates).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Waqar
Posts: 3
Joined: Tue Dec 13, 2016 1:49 pm

Re: URL Error in Customer Notification

Post by Waqar »

:D :D
Thank you.
Post Reply