https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42527 Bug ID: 42527 Summary: Impossible to log into OPAC after error when OpacPublic disabled Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org There's a couple problems here. First: If you disable OpacPublic and go to http://localhost:8080/cgi-bin/koha/bad It generates a form action of "/cgi-bin/kohaerrors/404.pl" because Koha/AuthUtils.pm's get_script_name isn't returning the script name correctly for middleware handled errors. Second: C4/Auth.pm's checkauth probably should allow "errorpage.tt" as part of "@allowed_scripts_for_private_opac". -- You are receiving this mail because: You are watching all bug changes.