Custom Field data not cleared after entering ticket from customer page

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
afeer
Posts: 24
Joined: Thu Jul 23, 2020 7:15 am

Custom Field data not cleared after entering ticket from customer page

Post by afeer »

Hi there,

After upgrading from older version to latest 3.3.2, customer page custom field entries are not flushed/cleared after submitting a ticket. Old ticket data shown/selected in default. Which is not a good thing.

Also if we disable attachments, this error appears at the bottom of page when we view ticket.

Fatal error
: Uncaught Error: Call to undefined function hesk3_output_drag_and_drop_script() in C:\XXXXX\theme\hesk3\customer\view-ticket\view-ticket.php:309 Stack trace: #0 C:\XXXXXXXX\inc\common.inc.php(2534): include() #1 C:\XXXXXXXXXX\ticket.php(262): {closure}('./theme/hesk3/c...', Array) #2 {main} thrown in
C:\XXXXXXXXX\theme\hesk3\customer\view-ticket\view-ticket.php
on line
309
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Custom Field data not cleared after entering ticket from customer page

Post by Klemen »

This is most likely caused by server-side code caching on your server.

Contact your hosting company and ask them to disable all caching for your Hesk directory. Or check in your web hosting control panel if you have a way to turn caching off.
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
afeer
Posts: 24
Joined: Thu Jul 23, 2020 7:15 am

Re: Custom Field data not cleared after entering ticket from customer page

Post by afeer »

what about the 2nd part of the question ???

Fatal error ???
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Custom Field data not cleared after entering ticket from customer page

Post by Klemen »

The old version of the code is either cached (turning caching off will fix that too), or you didn't upload all the 3.3.2 version files to your server.
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
Post Reply