https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42222 --- Comment #3 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Created attachment 197102 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197102&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> Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> -- You are receiving this mail because: You are watching all bug changes.