Error Module
Hi!
Due to the fact that already now we have a lot of sites working in production, I propose to consider a proposal to import with subsequent development any Error Module like Kohana Errors
I propose to create a clear and customizable views at least for the following types of errors:
- 403
- 404
- 500
- 503
That decision, which we have now is not enough informative for users, not flexible enough for the programmers and nonprofessional in terms of design.
@sandeepone If you find it useful to us, please do so in the first place. But at least this issue relates to the 1.0 milestone.
Thanks!
In production mode, those errors will be suppressed, we have simple error views for http exceptions.
The current solution have not a very good templating engine and generated views
so what do you suggest?
with modifications we can use the errors class.
- More useful error views that contain the minimum information to users about the type of exception
- Error views based on the current templating engine using the current theme
- Error views containing such useful things as site navigation, site search, suggestion to go to what some other site section, may be a contact form to send the error message (for 404)
- ...