Script URL: suport.baixemporda.cat
Version of script: 3.2.0
Hosting company: own hosted
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: merge
Write your message below:
Since version 3.2.0 it seems that when I merge two or more tickets the messages are deleted or not showed
Merging tickets error v3.2.0
Moderator: mkoch227
Re: Merging tickets error v3.2.0
You are right, this is indeed a bug when rich-text is on. Thank you for reporting it.
We will issue a fix in the next days. For now, you can manually restore the message by running this command in your MySQL database:
We will issue a fix in the next days. For now, you can manually restore the message by running this command in your MySQL database:
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 
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


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
Re: Merging tickets error v3.2.0
Hi,
We are facing the same issue.
Replies recieved by email are also hidden, not only merged messages. Replies can be seen by editing the reply.
The SQL command is helping but we need to execute it very soon.
Code: Select all
UPDATE `hesk_replies` SET `message_html`=`message` WHERE `message_html` IS NULL
We hope you will publish the fix soon
Thanks in advance
Stéphane
We are facing the same issue.
Replies recieved by email are also hidden, not only merged messages. Replies can be seen by editing the reply.
The SQL command is helping but we need to execute it very soon.
Code: Select all
UPDATE `hesk_replies` SET `message_html`=`message` WHERE `message_html` IS NULL
We hope you will publish the fix soon

Thanks in advance
Stéphane
Re: Merging tickets error v3.2.0
Working on it as we speak, I hope to release 3.2.1 tomorrow as this is a bug that will affect many users.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Re: Merging tickets error v3.2.0
Thank you very much Klemen!Klemen wrote: Wed Mar 10, 2021 4:26 pm You are right, this is indeed a bug when rich-text is on. Thank you for reporting it.
We will issue a fix in the next days. For now, you can manually restore the message by running this command in your MySQL database:Code: Select all
UPDATE `hesk_replies` SET `message_html`=`message` WHERE `message_html` IS NULL
Good job!
Re: Merging tickets error v3.2.0
Fixed in 3.2.1
1. Login to your HESK admin panel
2. Go to "Settings" and click the "Check for updates" link
3. See available update options
1. Login to your HESK admin panel
2. Go to "Settings" and click the "Check for updates" link
3. See available update options
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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