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
After ticket creation, users cannot view existing ticket in console. Displays "Error Ticket not found!"
Moderator: mkoch227
-
- Posts: 2
- Joined: Wed Aug 19, 2020 3:34 pm
Re: After ticket creation, users cannot view existing ticket in console. Displays "Error Ticket not found!"
Any chance you can share your help desk URL so we can test it?
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
-
- Posts: 2
- Joined: Wed Aug 19, 2020 3:34 pm
Re: After ticket creation, users cannot view existing ticket in console. Displays "Error Ticket not found!"
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
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