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

--- Comment #2 from David Cook <[email protected]> ---
And I think the answer can be found by reading 
https://docstore.mik.ua/orelly/linux/cgi/ch05_05.htm

In C4::Context, in a BEGIN block, we do the following:

require CGI::Carp;
import CGI::Carp qw(fatalsToBrowser);

If you look at https://metacpan.org/release/CGI/source/lib/CGI/Carp.pm, you'll
see the HTML that is used when a Perl script dies with a 500 error - at least
when using CGI Koha.

If you're using Plack Koha (in dev mode), you'll get a stack trace instead. 

I have to try Plack Koha in prod mode...

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to