Page 1 of 1
about character set (ver 5.7.1)
Posted: Mon Jun 22, 2020 3:29 am
by winsonlee
after update 5.7.1, it's look like character set or encode is different between some web page
it has some display problem at Chinese language.
refer to my pictures might make you understand what I mean is
Re: about character set (ver 5.7.1)
Posted: Mon Jun 22, 2020 1:57 pm
by lmiltchev
I was able to recreate the issue in house, and filed an internal bug report (task_id=15177). I expect the issue to be fixed in the next release of Nagios XI. Thanks for reporting the bug!
Re: about character set (ver 5.7.1)
Posted: Wed Jun 24, 2020 11:30 pm
by jomann
Hello,
Can you please replace the latin1 line in /usr/local/nagiosxi/html/config.inc.php:
Code: Select all
"ndoutils" => array(
"dbtype" => 'mysql',
"dbserver" => 'localhost',
"user" => 'ndoutils',
"pwd" => 'n@gweb',
"db" => 'nagios',
"charset" => "latin1",
with utf8, instead of latin1, like so:
Code: Select all
"ndoutils" => array(
"dbtype" => 'mysql',
"dbserver" => 'localhost',
"user" => 'ndoutils',
"pwd" => 'n@gweb',
"db" => 'nagios',
"charset" => "utf8",
This issue should be fixed in future versions.
Re: about character set (ver 5.7.1)
Posted: Sun Jun 28, 2020 9:41 pm
by winsonlee
problem is resolved, thanks for your help.
Re: about character set (ver 5.7.1)
Posted: Mon Jun 29, 2020 7:32 am
by scottwilkerson
winsonlee wrote:problem is resolved, thanks for your help.
Great!
Locking thread