Reply message not visible in reply box

Everything related to Hesk - helpdesk software

Moderator: mkoch227

Post Reply
Mciv
Posts: 2
Joined: Tue Mar 23, 2021 10:08 am

Reply message not visible in reply box

Post by Mciv »

Hi everyone
HESK version 3.2.2

We have an issue that when a customer clicks the link on the email reply and the support page opens there is no message shown in the reply box, just the Reply by and the time and a print icon
https://snipboard.io/BthFjY.jpg

Any ideas whats wrong :?:
Klemen
Site Admin
Posts: 10136
Joined: Fri Feb 11, 2005 4:04 pm

Re: Reply message not visible in reply box

Post by Klemen »

Could you double-check what version you use? This was an issue in 3.2.0 and 3.2.1, but should be fixed in 3.2.2?

You can also try running this SQL in your database using a tool such as phpMyAdmin and see if that helps:

Code: Select all

UPDATE `hesk_replies` SET `message_html`=`message` WHERE `message_html` IS NULL
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
Mciv
Posts: 2
Joined: Tue Mar 23, 2021 10:08 am

Re: Reply message not visible in reply box

Post by Mciv »

Thanks for reply
definitely updated to version 3.2.2

As we had to get it working we cleared the install and have installed/setup again so all working as it should.
Post Reply