https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18205
--- Comment #37 from Marcel de Rooy <[email protected]> --- (In reply to David Cook from comment #33) > (In reply to David Cook from comment #30) > > Easy peasy lemon squeezy. > > It really was that easy. Good call, Martin from several years ago. Hmm. Too easy to be true? I tried the same yesterday. And got things like: The application raised the following error: Can't call method "error" on an undefined value at /usr/share/perl5/Mojolicious/Plugin/DefaultHelpers.pm line 94. and the StackTrace middleware couldn't catch its stack trace, possibly because your application overrides $SIG{__DIE__} by itself, preventing the middleware from working correctly. Remove the offending code or module that does it: known examples are CGI::Carp and Carp::Always. -- 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/
