https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21067
Bug ID: 21067
Summary: Under plack, 500 errors only show as "Internal Server
Error"
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
When plack is not running, 500 errors will show the error message of the perl
file where the error occurred, as well as a contact email address, something
like this:
500 Internal Server Error
Use of uninitialized value within @itemnumber in string ne at
/usr/share/koha/intranet/cgi-bin/reserve/modrequest.pl line 70.
To report a broken link or any other issue, please contact the Koha
Administrator.
(I think the text is actually from
koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt)
Under plack, all we see is
Internal Server Error
This means that
a) Errors are less likely to be reported to the server administrator because
there's no mailto.
b) We can't immediately see the error message when the error is reported.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/