[Koha-bugs] [Bug 8804] Quiet errors in the log from Auth.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 23 21:12:36 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8804

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12450|0                           |1
        is obsolete|                            |

--- Comment #2 from Marc Véron <veron at veron.ch> ---
Created attachment 12458
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12458&action=edit
[SIGNED-OFF] Bug 8804 - Quiet errors in the log from Auth.pm

Found three cases where variables were being
referenced which did not (in each case) exist. Adding
checks for those variables' existence.

Errors appeared when logged in and viewing a detail
page in the OPAC.

Signed-off-by: Marc Veron <veron at veron.ch>

I could reproduce both errors with the staff client, not with the Opac.

After applying the patch no more log entries regarding line 705 and line 384,
so I sign off this patch.

However I had one more similar log entry (with and without patch) that could be
addressed in a follow up:

mainpage.pl: Use of uninitialized value $pki_field in string eq at
(...)/C4/Auth.pm line 736., referer: http://(...)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list