To reproduce: On a fresh devbox, perform an OPAC search for the term 'a'. => FAIL: You see in the logs the following for each record that doesn't have 245$b Use of uninitialized value in concatenation (.) or string at /kohadevbox/koha/Koha/Biblio.pm line 562.
Created attachment 92848 [details] [review] Bug 23627: Reduce Koha::Biblio->get_coins noise if no 245 Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
I've even seen the whole OPAC exploding in an error related to coins before I turned it off via syspref. Could it be related?
(In reply to Katrin Fischer from comment #2) > I've even seen the whole OPAC exploding in an error related to coins before > I turned it off via syspref. Could it be related? I don't think so, but worth reproducing. I think it might be related to reports of records not being able to be decoded.
Created attachment 93060 [details] [review] Bug 23627: Reduce Koha::Biblio->get_coins noise if no 245 Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Maryse Simard <maryse.simard@inlibro.com>
Created attachment 93178 [details] [review] Bug 23627: Reduce Koha::Biblio->get_coins noise if no 245 Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Nice work! Pushed to master for 19.11.00
(In reply to Tomás Cohen Arazi from comment #3) > (In reply to Katrin Fischer from comment #2) > > I've even seen the whole OPAC exploding in an error related to coins before > > I turned it off via syspref. Could it be related? > > I don't think so, but worth reproducing. I think it might be related to > reports of records not being able to be decoded. Can't reproduce it right now with the patch - I think it might have fixed it :)
Pushed to 19.05.x for 19.05.05
missing dependency for 18.11.x, no backport