Incorrect string value: '\xED \xE1 \xE9 ...' pt-br
Posted: Mon Jun 11, 2012 8:21 pm
hi there,
i'm using hesk 2.3 and the portuguese-brazil translation.
i am facing a issue about charset when i update or insert some message that contains words with accent.
Not only messages (mail), but all the translated phrases (/translate/br/text.php) that contains accent, shows great on the html interface but when the hesk system saves some ticket, that is translated, and contains accents, i have the following error.
Não é possível executar este comando SQL: UPDATE `hesk_tickets` SET `status`='2',`lastreplier`='1',`replierid`='1',`lastchange`=NOW() ,`priority`='2', `history`=CONCAT(`history`,'
On 2012-06-11 17:17:49 prioridade alterada para Média por Your name (Administrator)
') WHERE `id`=2 LIMIT 1
MySQL retornou:
Incorrect string value: '\xE9dia
the text.php charset is set to ISO-8859-1 and Mysql is set to UTF-8. It´s does not matter if i change mysql collation to latin1, the error remain the same.
i'm using hesk 2.3 and the portuguese-brazil translation.
i am facing a issue about charset when i update or insert some message that contains words with accent.
Not only messages (mail), but all the translated phrases (/translate/br/text.php) that contains accent, shows great on the html interface but when the hesk system saves some ticket, that is translated, and contains accents, i have the following error.
Não é possível executar este comando SQL: UPDATE `hesk_tickets` SET `status`='2',`lastreplier`='1',`replierid`='1',`lastchange`=NOW() ,`priority`='2', `history`=CONCAT(`history`,'
On 2012-06-11 17:17:49 prioridade alterada para Média por Your name (Administrator)
') WHERE `id`=2 LIMIT 1
MySQL retornou:
Incorrect string value: '\xE9dia
the text.php charset is set to ISO-8859-1 and Mysql is set to UTF-8. It´s does not matter if i change mysql collation to latin1, the error remain the same.