Hi Tommaso, in this case the problem comes form line 7 of file installer/data/mysql/it-IT/marcflavour/unimarc/necessari/unimarc_framework.sql
SET FOREIGN_KEY_CHECKS=0; There is a space at the end of the line, that space makes new Dbix::RunSQL module to fail :( This is addressed on Bug 16554 [1], for Italian and other languages. Try removing that ending space. Regards, Bernardo [1] https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16554 -- Bernardo Gonzalez Kriegel [email protected] On Mon, Jun 13, 2016 at 10:06 AM, tommaso spazzali <[email protected]> wrote: > Hi everybody, > > I got an error while installing Koha package 3.22.07 (oldstable) with > italian localization on Ubuntu 14.04.4 (MySQL 5.5.49). > > While creating default tables (unimarc_framework) the third step of > installation procedure raise the error (see also attached file): > > unimarc_framework.sql > [Thu Jun 9 23:20:14 2016] install.pl: DBD::mysql::st execute failed: You > have an error in your SQL syntax; check the manual that corresponds to > your MySQL server version for the right syntax to use near 'insert into > `biblio_framework`(`frameworkcode`,`frameworktext`) values ('MN','M' > at line 11 at /usr/share/perl5/DBIx/RunSQL.pm line 273 > > > > Whith the same configuration it is possible to install, without errors: > > Unimarc in english > Marc21 in italian > > so I suppose the problem is connected with the italian localization. > > It looks like this: > https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13669 > > but this bug is closed with the 3.22.07 that is exactly the package I'm > using. > > > If you have any idea it will be very much appreciated. > > thanks > tommaso > > > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > https://lists.katipo.co.nz/mailman/listinfo/koha > _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

