[Koha-bugs] [Bug 29744] Harmonize psgi/plack detection methods

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 20 06:54:42 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29744

--- Comment #6 from David Cook <dcook at prosentient.com.au> ---
(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.


More information about the Koha-bugs mailing list