You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2015-02-18 12:10:25

pistriger
Member
Registered: 2015-02-18
Posts: 1

Bug in auto email after ticket create, close e.t.c. Encode bug.

After create ticket i receive mail with incorrect encoding.

=-=-=-= Чтобы ответить по email, пишите выше этой линии =-=-=-= 

Дата решения : 2015-02-18 12:29
Тип решений : 
Решение : 
.....................
-- 
SIGNATURE
Автоматически сгенерированно GLPI 0.85.2

=_=_=_= Чтобы ответить по email, пишите ниже этой линии =_=_=_= 

After mining i find problem in ticket.class.php , line 6033

$dom->loadHTML($html);

After changing to

$dom->loadHTML(mb_convert_encoding($html, 'HTML-ENTITIES', 'UTF-8'));

email became looks correct

=-=-=-= Чтобы ответить по email, пишите выше этой линии =-=-=-= 

Дата решения : 2015-02-18 12:31
Тип решений : 
Решение : 
dfsd
Заявка: Описание
Заголовок :выавапаплопл 
Заказчики : Никитин Кирилл 
Дата открытия :2015-02-18 09:37 
Дата закрытия : 
Источник запроса :E-Mail

Please, commit it to repo.

P.S. sorry for my English.

Offline

#2 2015-04-09 16:40:21

MoYo
GLPI - Lead
From: Poitiers
Registered: 2004-09-13
Posts: 14,513
Website

Re: Bug in auto email after ticket create, close e.t.c. Encode bug.

content must already be converted to UTF8...
I do not understand.
I think the trouble is not here....

0.85.3 include several bug fixes on mail encoding.
Could yo u try with the daily tarballs on a test environnement ?


MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI :    Support     Contribute     References     Freshmeat

Offline

Board footer

Powered by FluxBB