Welcome Guest, Not a member yet? Register   Sign In
How to show a error page when there is a php mistake?
#2

[eluser]Jelmer[/eluser]
Check out UhOh from Dan Horrigan.

And just to get errors to show in CI without modification change the error_reporting at the top of the main index.php file:
Code:
error_reporting( E_ALL );
ini_set('display_errors', 'On');

Just don't forget to turn errors off and set error_reporting(0) once your site goes live.


Messages In This Thread
How to show a error page when there is a php mistake? - by El Forum - 07-27-2010, 09:23 AM
How to show a error page when there is a php mistake? - by El Forum - 07-27-2010, 09:24 AM
How to show a error page when there is a php mistake? - by El Forum - 07-27-2010, 09:49 AM
How to show a error page when there is a php mistake? - by El Forum - 07-27-2010, 10:26 AM
How to show a error page when there is a php mistake? - by El Forum - 07-27-2010, 10:34 AM
How to show a error page when there is a php mistake? - by El Forum - 07-27-2010, 10:43 AM
How to show a error page when there is a php mistake? - by El Forum - 07-27-2010, 10:49 AM
How to show a error page when there is a php mistake? - by El Forum - 07-27-2010, 11:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB