codeigniter-uhoh
codeigniter-uhoh copied to clipboard
A port of the Kohana v3 Error Handler for CodeIgniter.
Hi Last commit introduced a bug in my cibox, as I [stated here](https://github.com/dhorrigan/codeigniter-uhoh/commit/8e2207dbcdb8effe4ddf9f67a49f64d5862db27f#comments) Maybe it has to do with WAMP default php bin location. Isolated hunk at [line 195](https://github.com/dhorrigan/codeigniter-uhoh/commit/8e2207dbcdb8effe4ddf9f67a49f64d5862db27f#libraries/MY_Exceptions.php-P31) and...
When printing traces that has HTML entities within, some items can end up partially or completely hidden. To quickly patch this problem the output on, errors/error_php_custom.php@142 is wrapped in htmlentities....
I'm using CI version 1.7.2 and when my program runs into a MySQL error, it throws the following error: http://postimage.org/image/qtbfo41dn/ ErrorException [ Fatal Error ]: Wrong parameters for ErrorException([string $exception...
Documentation addition: You might want to change the name of My_exceptions.php based on your prefix config. $config['subclass_prefix'] = 'app_';
This file should be loaded in index.php and respect the ENVIRONMENT that is set in 2.0 Reactor. This file will override the default Exception class and error handlers completely.