[Bug 14372] New: Error font in Koha Vietnamese
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14372 Bug ID: 14372 Summary: Error font in Koha Vietnamese Change sponsored?: --- Product: Koha Version: 3.18 Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: hien.pham@dlcorp.com.vn QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Created attachment 40058 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40058&action=edit Font error image While I renew items on Koha, the font error occurred in renewal. Please check help me this error -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14372 hienpn <hien.pham@dlcorp.com.vn> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Priority|P5 - low |P3 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14372 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Which version of Koha? 3.18? Did you try 3.20? The problem only occurs on 1 page? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14372 --- Comment #2 from hienpn <hien.pham@dlcorp.com.vn> --- Hi Jonathan Druart I use Koha 3.18.04. When I use Koha 3.16.01, the font error occurred in renewal but I can fix error by edit file Database.pm. With koha 3.18.04 I can't fix error. With Koha 3.20 Beta, this error was fix. I see this error often occurs when database call from mysql. Thank! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14372 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Do you mean it's working in 3.20 and 3.16, but not in 3.18? What did you change on Database.pm? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14372 --- Comment #4 from hienpn <hien.pham@dlcorp.com.vn> --- I changes line 57-59 of file Database.pm in folder /usr/share/koha/lib/koha to fix error font in koha 3.16.01: From: my $db_opts = ($db_driver eq 'mysql') ? { mysql_enable_utf8 => 1 } : ($db_driver eq 'Pg') ? { pg_enable_utf8 => 1 } : { }; To: my $db_opts = ($db_driver eq 'Pg') ? { pg_enable_utf8 => 1 } : { }; However with Koha 3.18.04 can not fix this by -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14372 --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- You should try and use the 3.20 version, especially if it fixes your issue. A big work (bug 11944) to simplify and fix encoding issues has been done in this last version. Encoding issues in previous versions will certainly not be fixed. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org