http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8970 Priority: P5 - low Change sponsored?: --- Bug ID: 8970 Assignee: gmcharlt@gmail.com Summary: MARC import gives error under Starman/Plack Severity: major Classification: Unclassified OS: All Reporter: jcamins@cpbibliography.com Hardware: All Status: NEW Version: master Component: MARC Bibliographic record staging/import Product: Koha When trying to import records under Starman/Plack (this probably does not happen with Plack alone), one gets an error "Failed to submit form: parsererror" with the following in the error log: Subroutine redo_matching redefined at /home/jcamins/kohaclone/tools/manage-marc-import.pl line 142. Subroutine create_labelbatch_from_importbatch redefined at /home/jcamins/kohaclone/tools/manage-marc-import.pl line 186. Subroutine import_batches_list redefined at /home/jcamins/kohaclone/tools/manage-marc-import.pl line 206.Subroutine commit_batch redefined at /home/jcamins/kohaclone/tools/manage-marc-import.pl line 234.Subroutine revert_batch redefined at /home/jcamins/kohaclone/tools/manage-marc-import.pl line 263.Subroutine put_in_background redefined at /home/jcamins/kohaclone/tools/manage-marc-import.pl line 292. Subroutine progress_callback redefined at /home/jcamins/kohaclone/tools/manage-marc-import.pl line 327. Subroutine add_results_to_template redefined at /home/jcamins/kohaclone/tools/manage-marc-import.pl line 337. Subroutine add_saved_job_results_to_template redefined at /home/jcamins/kohaclone/tools/manage-marc-import.pl line 343. Subroutine import_records_list redefined at /home/jcamins/kohaclone/tools/manage-marc-import.pl line 351. Subroutine batch_info redefined at /home/jcamins/kohaclone/tools/manage-marc-import.pl line 413. Subroutine add_matcher_list redefined at /home/jcamins/kohaclone/tools/manage-marc-import.pl line 445. Subroutine add_page_numbers redefined at /home/jcamins/kohaclone/tools/manage-marc-import.pl line 458. -- You are receiving this mail because: You are watching all bug changes.