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

            Bug ID: 26112
           Summary: Errors in marc21_authorities files for uk-UA
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Installation and upgrade (web-based installer)
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

Created attachment 107630
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107630&action=edit
uk-UA fixed queries for default authority

Upon fresh install when I choose to add authorities, the following error shows
near every authorities file

 install.pl: DBD::mysql::st execute failed: Incorrect integer value: '' for
column `koha_sql`.`auth_tag_structure`.`repeatable` at row 1

After completing install, I tried executing those SQL commands in phpmyadmin
and it seems that in mandatory and repeatable columns have values '' or 1. I
tried replacing those empty strings with zero and it worked.

Seems like each SQL query in those files should be checked and columns
mandatory, repeatable should only have values 0 or 1 as it is type tinyint(4).

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to