[Bug 6480] New: Koha produces a lot of apache logs for UNIMARC
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6480 Bug #: 6480 Summary: Koha produces a lot of apache logs for UNIMARC Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: MARC Bibliographic data support AssignedTo: gmcharlt@gmail.com ReportedBy: januszop@gmail.com QAContact: koha-bugs@lists.koha-community.org CC: ian.walls@bywatersolutions.com For Koha with UNIMARC a lot of entries in apache logs are produces like the following: [Tue Jun 07 21:47:32 2011] [error] [client xxxxxxxxxxxxx] [Tue Jun 7 21:47:32 2011] opac-search.pl: Use of uninitialized value $aufirst in concatenation (.) or string at /usr/share/koha/lib/C4/Biblio.pm line 1237. [Tue Jun 07 21:47:32 2011] [error] [client xxxxxxxxxxxxx] [Tue Jun 7 21:47:32 2011] opac-search.pl: Use of uninitialized value $isbn in concatenation (.) or string at /usr/share/koha/lib/C4/Biblio.pm line 1237. [Tue Jun 07 21:47:32 2011] [error] [client xxxxxxxxxxxxx] [Tue Jun 7 21:47:32 2011] opac-search.pl: Use of uninitialized value $issn in concatenation (.) or string at /usr/share/koha/lib/C4/Biblio.pm line 1237. [Tue Jun 07 21:47:32 2011] [error] [client xxxxxxxxxxxxx] [Tue Jun 7 21:47:32 2011] opac-search.pl: Use of uninitialized value $publisher in concatenation ( .) or string at /usr/share/koha/lib/C4/Biblio.pm line 1237. [Tue Jun 07 21:47:32 2011] [error] [client xxxxxxxxxxxxx] [Tue Jun 7 21:47:32 2011] opac-search.pl: Use of uninitialized value $pubyear in concatenation (.) or string at /usr/share/koha/lib/C4/Biblio.pm line 1237. In the patch, corrections to the GetCOinSBiblio function has been introduces, in the UNIMARC section: (i.e. || '' at the end of lines that can create this problem) -- analogous as it is in the MARC21 section. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6480 --- Comment #1 from Janusz Kaczmarek <januszop@gmail.com> 2011-06-07 19:31:12 UTC --- Created attachment 4425 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4425 Proposed patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6480 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Status|NEW |ASSIGNED Patch Status|--- |Needs Signoff AssignedTo|gmcharlt@gmail.com |januszop@gmail.com Severity|enhancement |normal -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6480 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4425|0 |1 is obsolete| | --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> 2011-06-14 22:05:05 UTC --- Created attachment 4465 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4465 Bug 6480 - Koha produces a lot of apache logs for UNIMARC For Koha with UNIMARC a lot of entries in apache log lines are produced. In the patch, corrections to the GetCOinSBiblio function has been introduces, in the UNIMARC section: (i.e. || '' at the end of lines that can create this problem) -- analogous as it is in the MARC21 section. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6480 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6480 Ian Walls <ian.walls@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #3 from Ian Walls <ian.walls@bywatersolutions.com> 2011-07-15 11:38:21 UTC --- Simple change to read, provides backup initialized value in a harmless way. Marking as Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6480 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #4 from Chris Cormack <chris@bigballofwax.co.nz> 2011-07-16 08:27:11 UTC --- Pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org