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

            Bug ID: 34029
           Summary: Import breaks on too long publishercode
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Cataloging
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st
execute failed: Data too long for column 'publishercode' at row 1 at
/usr/share/koha/Koha/Object.pm line 170

DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st
execute failed: Data too long for column 'publishercode' at row 1 at
/usr/share/koha/Koha/Object.pm line 170

Use of uninitialized value $record_number in concatenation (.) or string at
/usr/share/koha/C4/Biblio.pm line 2431.
C4::Biblio::ModZebra(): DBI Exception: DBD::mysql::st execute failed: Column
'biblio_auth_number' cannot be null at
/usr/share/koha/Koha/SearchEngine/Zebra/Indexer.pm line 61
ModZebra( $record_number, $op, $server );

Whats happening here?
Two records have a too long publishercode.
Two undef's (from AddBiblio) are pushed to array @biblio_ids.
Indexing crashes after the import.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
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