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

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
chuck.hitchcock
Posts: 2
Joined: Wed Aug 19, 2020 3:34 pm

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

Post 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
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

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

Post by Klemen »

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 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
chuck.hitchcock
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!"

Post 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
Post Reply