Subject line in new tickets gets truncated

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
chrisdude
Posts: 2
Joined: Fri Dec 02, 2022 12:37 pm

Subject line in new tickets gets truncated

Post by chrisdude »

Script URL: https://hjelp.trysilhus.no
Version of script: 3.4.1
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

After upgrading from Hesk 2.5.x to the latest 3.4.1, the subject of all new tickets gets truncated when it contains nordic/norwegian characters.

If I post a ticket with i.e. subject "123456789 ø", the ticket subject in Hesk will show "56789 ø". Tickets received prior to upgrade, are unaffected, so problem is most likely related to fetching/processing of new incoming mails.

I use POP3 for fetching.

Any idea on how to fix this bug?

Thanks,

Chris
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Subject line in new tickets gets truncated

Post by Klemen »

It's an issue in one of the functions, yes. This should fix it:
viewtopic.php?p=29611#p29611
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
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Subject line in new tickets gets truncated

Post by Klemen »

Fix included in Hesk 3.4.2
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
chrisdude
Posts: 2
Joined: Fri Dec 02, 2022 12:37 pm

Re: Subject line in new tickets gets truncated

Post by chrisdude »

Perfect - thanks for your reply :)
Post Reply