My problem is about custom error pages after upgrading to Codeigniter 3.0.
I used to have a Errors controller which handled 404 error page of the websi
Errors
It's not working in codeigniter 3, I overwrite the default view (application/views/errors/html/error_404.php) and added my custom view, now show_404() is working fine.
application/views/errors/html/error_404.php
show_404()