https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306
--- Comment #79 from Marcel de Rooy <[email protected]> --- (In reply to Aleisha Amohia from comment #78) > This commit 01fbe2be9925f8586b9a2cb4dc908fc856b672a8 (Bug 10306: Core module > changes for multiple mappings) is breaking a bunch of things for me. A few > examples: > > /cgi-bin/koha/opac-user.pl - when trying to see OPAC user summary, I get > internal server error: Not an ARRAY reference at > /home/vagrant/kohaclone/C4/Biblio.pm line 1124 > /cgi-bin/koha/acqui/neworderbiblio.pl - when trying to add an order to a > basket from an existing record, I get > internal server error: Not an ARRAY reference at > /home/vagrant/kohaclone/C4/Biblio.pm line 2667 Are you sure? Please restart Plack and - in this case important - flush the cache. The cache might contain some constructs that have been outdated in view of this patch. A regular upgrade should include restarting Plack and flashing the cache too. Note that the line number 1124 does refer to a POD line in the current module. This may be an indication of the above. Please report back if this resolved the problem. Thanks. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
