Bug 9871 - Quiet warns when logging into Koha
Summary: Quiet warns when logging into Koha
Status: RESOLVED DUPLICATE of bug 11077
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-20 13:41 UTC by Katrin Fischer
Modified: 2014-01-06 04:03 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2013-03-20 13:41:13 UTC
For a standard installation using Koha's normal authentication a staff login produces 3 warns in the logs that could be suppressed:

[Wed Mar 20 14:35:37 2013] [error] [client 127.0.0.1] [Wed Mar 20 14:35:37 2013] mainpage.pl: Use of uninitialized value in string ne at /home/katrin/kohaclone/C4/Auth.pm line 674., referer: http://localhost:8080/cgi-bin/koha/mainpage.pl?logout.x=1
[Wed Mar 20 14:35:37 2013] [error] [client 127.0.0.1] [Wed Mar 20 14:35:37 2013] mainpage.pl: Use of uninitialized value $pki_field in string eq at /home/katrin/kohaclone/C4/Auth.pm line 784., referer: http://localhost:8080/cgi-bin/koha/mainpage.pl?logout.x=1
[Wed Mar 20 14:35:37 2013] [error] [client 127.0.0.1] [Wed Mar 20 14:35:37 2013] mainpage.pl: Use of uninitialized value $pki_field in string eq at /home/katrin/kohaclone/C4/Auth.pm line 784., referer: http://localhost:8080/cgi-bin/koha/mainpage.pl?logout.x=1
Comment 1 Pablo AB 2013-06-07 12:28:52 UTC
I think this bug is related to bug #9611, it may be a duplicate.
Comment 2 Mark Tompsett 2014-01-06 04:03:42 UTC
Oops! At least the created duplicate is fixed and pushed. :)

*** This bug has been marked as a duplicate of bug 11077 ***