HESK version 3.3.0 BETA (test version)

Helpdesk for my helpdesk software

Moderator: mkoch227

michalhana99
Posts: 33
Joined: Thu Dec 02, 2021 1:05 pm

Re: HESK version 3.3.0 BETA (test version)

Post by michalhana99 »

If I want to create a link to a phone number using a custom field in an html template

Code: Select all

Zadané tel. </span><span style="vertical-align:inherit;">číslo: </span></span></strong><a href="tel:%%CUSTOM4%%">
The value of the link changes to "252542525"

Code: Select all

Zadané tel. </span><span style="vertical-align:inherit;">číslo: </span></span></strong><a href="tel:252542525">
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK version 3.3.0 BETA (test version)

Post by Klemen »

Service messages: can you check if they are still in your database, in table hesk_service_messages? Maybe they were created for English language, but you switch the help desk to Czech and they are not showing?

Tel: looks like HTMLPurifier was causing this issue and the email template was saved as

Code: Select all

<a href="tel:252542525">%%CUSTOM4%%</a>
Please:
- upload these two files to your admin folder: https://hesk.com/preview/hesk330beta1-f3.zip
- fix your email template URL (Admin > Tools > Email templates)
- test
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
michalhana99
Posts: 33
Joined: Thu Dec 02, 2021 1:05 pm

Re: HESK version 3.3.0 BETA (test version)

Post by michalhana99 »

Service messages: have been removed from the database
HTML format: After replacing the files, and pressing the Save change button, the action ends with error 500
Klemen wrote: Mon Jun 13, 2022 12:22 pm Service messages: can you check if they are still in your database, in table hesk_service_messages? Maybe they were created for English language, but you switch the help desk to Czech and they are not showing?

Tel: looks like HTMLPurifier was causing this issue and the email template was saved as

Code: Select all

<a href="tel:252542525">%%CUSTOM4%%</a>
Please:
- upload these two files to your admin folder: https://hesk.com/preview/hesk330beta1-f3.zip
- fix your email template URL (Admin > Tools > Email templates)
- test
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK version 3.3.0 BETA (test version)

Post by Klemen »

michalhana99 wrote: Mon Jun 13, 2022 12:46 pm Service messages: have been removed from the database
That's strange, Hesk 3.3.0 doesn't make any updates to the service messages table. I will test this a bit more in the following days and see if I can spot anything.
michalhana99 wrote: Mon Jun 13, 2022 12:46 pm HTML format: After replacing the files, and pressing the Save change button, the action ends with error 500
Do you have anything on the server that might be blocking the request, such as Mod security? Anything in your error logs that might tell more about the error?
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
michalhana99
Posts: 33
Joined: Thu Dec 02, 2021 1:05 pm

Re: HESK version 3.3.0 BETA (test version)

Post by michalhana99 »

Format HTML Error

Code: Select all

Fatal error: Uncaught Error: Call to undefined function preg_replace_all() in C:\WebPage\testhesk1.mhweb.cz\admin\email_templates.php:474 Stack trace: #0 C:\WebPage\testhesk1.mhweb.cz\admin\email_templates.php(62): save_et() #1 {main} thrown in C:\WebPage\testhesk1.mhweb.cz\admin\email_templates.php on line 474
Klemen wrote: Mon Jun 13, 2022 12:56 pm
michalhana99 wrote: Mon Jun 13, 2022 12:46 pm Service messages: have been removed from the database
That's strange, Hesk 3.3.0 doesn't make any updates to the service messages table. I will test this a bit more in the following days and see if I can spot anything.
michalhana99 wrote: Mon Jun 13, 2022 12:46 pm HTML format: After replacing the files, and pressing the Save change button, the action ends with error 500
Do you have anything on the server that might be blocking the request, such as Mod security? Anything in your error logs that might tell more about the error?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK version 3.3.0 BETA (test version)

Post by Klemen »

Download this again (has been updated) and test please:
https://hesk.com/preview/hesk330beta1-f3.zip
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
michalhana99
Posts: 33
Joined: Thu Dec 02, 2021 1:05 pm

Re: HESK version 3.3.0 BETA (test version)

Post by michalhana99 »

Its OK

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

Re: HESK version 3.3.0 BETA (test version)

Post by Klemen »

Hesk 3.3.0 has now been released:
viewtopic.php?f=13&t=7069
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
Locked