How to prevent CI from reporting PHP Notice errors |
@shepparddigital,
What version of CI is it? If it is 3.x then here is the documentation: https://codeigniter.com/user_guide/gener...r-handling - in your switch case for 'production' add this statement: error_reporting(0); |
Messages In This Thread |
How to prevent CI from reporting PHP Notice errors - by shepparddigital - 07-03-2019, 08:35 AM
RE: How to prevent CI from reporting PHP Notice errors - by php_rocs - 07-03-2019, 10:28 AM
RE: How to prevent CI from reporting PHP Notice errors - by shepparddigital - 07-04-2019, 02:06 AM
RE: How to prevent CI from reporting PHP Notice errors - by hc-innov - 07-10-2019, 08:36 AM
RE: How to prevent CI from reporting PHP Notice errors - by johnmario - 09-06-2019, 11:28 PM
RE: How to prevent CI from reporting PHP Notice errors - by InsiteFX - 09-07-2019, 03:52 AM
RE: How to prevent CI from reporting PHP Notice errors - by dave friend - 09-08-2019, 05:11 AM
|