https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16554 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #28 from M. Tompsett <mtompset@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.