https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29744
--- Comment #6 from David Cook <[email protected]> --- (In reply to Fridolin Somers from comment #5) > I cant get this working. > With Bug 29420 and this one I get directly the error : > > psgi:exit at /kohadevbox/koha/C4/Auth.pm line 59 > 59: if (C4::Context::psgi_env) { die 'psgi:exit' } > > I tried to remove manually the session cookie but same problem. I just applied bug 29420 and bug 29744 to master, ran "koha-plack --restart kohadev", and navigated through both the OPAC and staff interface with no problems. However, when I logged out of the Staff Interface, I encountered the same problem as Fridolin (as the logout code calls C4::Auth's safe_exit function). I'll do a little bit of troubleshooting on this, but I think the answer is to not change the BEGIN block in this bug report, since it's really a secondary change that doesn't really relate to the majority of what this bug report is trying to accomplish... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
