cms icon indicating copy to clipboard operation
cms copied to clipboard

Error Module

Open sergeyklay opened this issue 12 years ago • 5 comments

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!

sergeyklay avatar Jul 03 '13 09:07 sergeyklay

In production mode, those errors will be suppressed, we have simple error views for http exceptions.

sandeepuno avatar Jul 03 '13 11:07 sandeepuno

The current solution have not a very good templating engine and generated views

sergeyklay avatar Jul 03 '13 11:07 sergeyklay

so what do you suggest?

sandeepuno avatar Jul 03 '13 11:07 sandeepuno

with modifications we can use the errors class.

sandeepuno avatar Jul 03 '13 12:07 sandeepuno

  • 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)
  • ...

sergeyklay avatar Jul 03 '13 12:07 sergeyklay