https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42222 --- Comment #2 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 196592 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196592&action=edit Bug 42222: Use of uninitialized string in string eq in Auth.pm Testing: - Follow plack intranet and/or opac error logs, tail -f /var/log/koha/kohadev/plack-*-error.log - Login using web browser - Do a POST request on either intranet or OPAC, for instance: - Staff: Reports > create a new SQL report "select 'hello'" - Public: search, select a book, add to a list - 'uninitialized string' error appears in respective logs - Apply patch - restart_all - Do another POST request - No further errors should appear in the logs Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> -- You are receiving this mail because: You are watching all bug changes.