https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39305 --- Comment #22 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Alan from comment #21)
Is this working correctly? I see the error on my page (in 25.05) Koha is running in CGI mode. This is a security issue! Run Koha using Plack for CSRF (cross-site request forgery) protection. More information: koha-plack --help
However, When I check if Plack is running, it says it is for my instance - from the command line. Maybe it is a false message?
koha-plack --status eunc * Plack running for eunc [ OK ]
Try to restart koha-common (services need to be restarted in the correct order). -- You are receiving this mail because: You are watching all bug changes.