Hello everybody,
In my Bootstrap.php I've deactivated the Profiler (or is it better to be activated?), and the Errors.
Now if somebody is calling an Url, maybe: /notexist, and there is no action_notexist(), the Site is blank.
My Question: How can I create a main Error Template, which should be loaded instead of the white page. E.g. If you call: http://twitter.com/notexistinguser, there is a "Page does not exist" Error, the same with Kohana3?
Thanks :)