How to show a error page when there is a php mistake? |
[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 ); 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
|