[Koha-bugs] [Bug 16554] Web installer fails to load i18n sample data on MySQL 5.6+

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 8 05:43:01 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16554

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #28 from M. Tompsett <mtompset at hotmail.com> ---
Finally got around to attempting to run it on my shiny new Ubuntu 16.04 LTS
server VM.
--- SNIP ---
loading kohastructure for it-IT | not unimarc
C4::Installer::load_sql returned the following errors while attempting to load
/home/mtompset/kohaclone/installer/data/mysql/it-IT/necessari/sample_numberpatterns.sql:
DBD::mysql::st execute failed: Incorrect string value: '\xE0 l'an...' for
column 'description' at row 5 at /usr/share/perl5/DBIx/RunSQL.pm line 273.
loading kohastructure for nb-NO | not marc21
C4::Installer::load_sql returned the following errors while attempting to load
/home/mtompset/kohaclone/installer/data/mysql/it-IT/necessari/sample_numberpatterns.sql:
DBD::mysql::st execute failed: Incorrect string value: '\xE0 l'an...' for
column 'description' at row 5 at /usr/share/perl5/DBIx/RunSQL.pm line 273.
--- END SNIP ---

So I added a note line...
#
/home/mtompset/kohaclone/installer/data/mysql/it-IT/necessari/sample_numberpatterns.sql
C4::Installer::load_sql returned the following errors while attempting to load
/home/mtompset/kohaclone/installer/data/mysql/it-IT/necessari/sample_numberpatterns.sql:
DBD::mysql::st execute failed: Incorrect string value: '\xE0 l'an...' for
column 'description' at row 5 at /usr/share/perl5/DBIx/RunSQL.pm line 273.

Fix and I'll retest.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list