Page 1 of 1

After ticket creation, users cannot view existing ticket in console. Displays "Error Ticket not found!"

Posted: Wed Aug 19, 2020 4:54 pm
by chuck.hitchcock
Write your message below:

Installed 3.1.2, just testing it now.
When users create a ticket, they have the option to view the ticket. If they do this via the url provided to them, it displays error "Ticket not found! Please make sure you have entered the correct tracking ID!".

The ticket is posted to the open tickets section of the admin console.
The following script displays the name and ticket number in the mySQL db as well:

select trackid, name, email, message, lastchange from hesk_tickets

Not sure what is wrong if anyone can offer up a suggestion...

Thanks you

Re: After ticket creation, users cannot view existing ticket in console. Displays "Error Ticket not found!"

Posted: Wed Aug 19, 2020 6:06 pm
by Klemen
Any chance you can share your help desk URL so we can test it?

Re: After ticket creation, users cannot view existing ticket in console. Displays "Error Ticket not found!"

Posted: Wed Aug 19, 2020 7:12 pm
by chuck.hitchcock
Actually, figured it out.
Had the sql connection setting set to 127.0.0.1 instead of the IP address of the server.
Thanks for msg'ing.

Have a good one.
Chuck