[eluser]veledrom[/eluser]
There is a bug in here!
If I use
core\MY_router and try to change
$route['404_override'] = 'my_error_folder/error'; won't work together. Either use
MY_router or $route['404_override'].
Redirecting all errors to a controller works if we
don't use this route extension class however this time we cannot use multi level for controllers!!!
Any solution?