[Bug 23239] New: install.pl: DBD::mysql::st execute failed: Incorrect integer value
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23239 Bug ID: 23239 Summary: install.pl: DBD::mysql::st execute failed: Incorrect integer value Change sponsored?: --- Product: Koha Version: 19.05 Hardware: PC OS: Linux Status: NEW Severity: minor Priority: P5 - low Component: Installation and upgrade (web-based installer) Assignee: koha-bugs@lists.koha-community.org Reporter: ashwinloyal@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com I'm using Koha 19.0500000 from Koha official PPA. The DB server that I use is latest Maria BD 10.4 from their official PPA. During MARC 21 setup, I get this error: [Mon Jul 1 07:12:57 2019] install.pl: DBD::mysql::st execute failed: Incorrect integer value: '' for column `koha_library`.`auth_subfield_structure`.`linkid` at row 148 at /usr/share/perl5/DBIx/RunSQL.pm line 273. But, installation completes successfully. Is this a serious error? How can I prevent it? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23239 Javier <javi@legido.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |javi@legido.com --- Comment #1 from Javier <javi@legido.com> --- I can reproduce the issue with Koha 18.11.05-1 and MariaDB 10.2.10: ii koha-common 18.11.05-1 all integrated (physical) library management system mysql Ver 15.1 Distrib 10.2.10-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23239 --- Comment #2 from Javier <javi@legido.com> --- Fix: use MariaDB 10.1.40 Snippet of docker-compose file: ---------------------------------------------------------------------- version: '3.7' services: koha-db: container_name: koha-db # issue: install.pl: DBD::mysql::st execute failed: Incorrect integer value (edit) #image: mariadb #image: mariadb:10.0.15 image: mariadb:10.1 environment: MYSQL_ROOT_PASSWORD: koha koha: container_name: koha image: kedu/koha-community cap_add: - SYS_NICE - DAC_READ_SEARCH depends_on: - koha-db environment: LIBRARY_NAME: koha SLEEP: 3 INTRAPORT: 8080 DB_HOST: koha-db DB_ROOT_PASSWORD: koha ports: - "80:80" - "8080:8080" ---------------------------------------------------------------------- -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23239 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jonathan.druart@bugs.koha-c | |ommunity.org Resolution|--- |DUPLICATE --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Fixed on bug 22919. *** This bug has been marked as a duplicate of bug 22919 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org