Welcome Guest, Not a member yet? Register   Sign In
Cant set CI_ENVIRONMENT
#2

In order for $_ENV to work, you need to reconfigure variables_order = "GPCSE" in your php.ini.
By default, it does not include E for $_ENV, it was originally variables_order = "GPCS"

So check your php.ini file and make sure it is set correctly.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Cant set CI_ENVIRONMENT - by thingNumber1 - 06-07-2020, 10:48 AM
RE: Cant set CI_ENVIRONMENT - by InsiteFX - 06-07-2020, 12:39 PM
RE: Cant set CI_ENVIRONMENT - by thingNumber1 - 06-07-2020, 01:04 PM
RE: Cant set CI_ENVIRONMENT - by John_Betong - 06-07-2020, 06:05 PM
RE: Cant set CI_ENVIRONMENT - by thingNumber1 - 06-07-2020, 06:10 PM
RE: Cant set CI_ENVIRONMENT - by John_Betong - 06-08-2020, 12:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB