How to prevent CI from reporting PHP Notice errors |
SetEnv is an Apache thing, so if your server is NGINX or other http server you will need to find the way your setup works with environmental variables.
If you are using Apache but following @InsiteFX's advice does not work then check that Apache has the env_module is enabled. |
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
|