https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14957
Christian Stelzenmüller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christian.stelzenmueller@bs | |z-bw.de --- Comment #228 from Christian Stelzenmüller <[email protected]> --- I got an error at testing on step 4: Click the new link "MARC merge rules" in the "Catalog" section of the Koha administration page. Error trace: Could not compile /kohadevbox/koha/admin/marc-merge-rules.pl: Global symbol "$bib_items_added" requires explicit package name (did you forget to declare "my $bib_items_added"?) at /kohadevbox/koha/C4/ImportBatch.pm line 676. Global symbol "$bib_items_replaced" requires explicit package name (did you forget to declare "my $bib_items_replaced"?) at /kohadevbox/koha/C4/ImportBatch.pm line 676. Global symbol "$bib_items_errored" requires explicit package name (did you forget to declare "my $bib_items_errored"?) at /kohadevbox/koha/C4/ImportBatch.pm line 676. Global symbol "$bib_items_added" requires explicit package name (did you forget to declare "my $bib_items_added"?) at /kohadevbox/koha/C4/ImportBatch.pm line 677. Global symbol "$bib_items_replaced" requires explicit package name (did you forget to declare "my $bib_items_replaced"?) at /kohadevbox/koha/C4/ImportBatch.pm line 678. Global symbol "$bib_items_errored" requires explicit package name (did you forget to declare "my $bib_items_errored"?) at /kohadevbox/koha/C4/ImportBatch.pm line 679. syntax error at /kohadevbox/koha/C4/ImportBatch.pm line 684, near "HEAD ModAuthority" Compilation failed in require at /kohadevbox/koha/admin/marc-merge-rules.pl line 33. BEGIN failed--compilation aborted at /kohadevbox/koha/admin/marc-merge-rules.pl line 33. at /usr/share/perl5/CGI/Compile.pm line 132 -- You are receiving this mail because: 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/
