Ticket #1126 (closed enhancement: fixed)
better handling of error, with a template
| Reported by: | laurentj | Owned by: | laurentj |
|---|---|---|---|
| Priority: | highest | Milestone: | Jelix 1.3 beta 1 |
| Component: | jelix | Version: | |
| Severity: | major | Keywords: | |
| Cc: | mr.thiriot@… | Php version: | |
| Hosting Provider: | Blocked By: | ||
| Documentation needed: | yes | Blocking: |
Description
Some error, like critical errors generated by a die() during the startup of the framework, and more generally, when an exception is not catched, the error message is displayed directly without nothing else.
We should have the possiblity to provide a static html page (or a simple php file) which displays a nice web page with or without details of the error.
For this work, we should also convert all this die() by exceptions.
Change History
Note: See
TracTickets for help on using
tickets.
