https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42222 Bug ID: 42222 Summary: Use of uninitialized string in string eq in Auth.pm Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Authentication Assignee: koha-bugs@lists.koha-community.org Reporter: ephetteplace@cca.edu QA Contact: testopia@bugs.koha-community.org CC: dpavlin@rot13.org I noticed in the error logs "Use of uninitialized value in string eq at /kohadevbox/koha/C4/Auth.pm line 198". This occurs when you're 1) already authenticated and 2) doing any POST request, on both the public and staff sides. It's because `$in->{query}->param('login_op')` is undef when the user isn't logging in. Patch coming shortly. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.