Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] - Show or Hide Debug Bar
#7

(09-29-2020, 04:39 AM)captain-sensible Wrote: make sure that either you don't use .env or that values don't clash between direct editing in php and the .env

thats why i ignore .env because i probably won't remember I have values set in .env and others direct in php code

I changed in index.php located public dir

Code:
$_SERVER['CI_ENVIRONMENT'] = 'development';

to

Code:
$_SERVER['CI_ENVIRONMENT'] = 'production';

and back & it definitely works .

Thanks for help
Now it working fine
Kaka

Learning CI4 from my works, from errors and how to fix bugs in the community

Love CI & Thanks CI Teams

Reply


Messages In This Thread
[SOLVED] - Show or Hide Debug Bar - by nc03061981 - 09-28-2020, 07:11 PM
RE: Show or Hide Debug Bar - by captain-sensible - 09-29-2020, 01:49 AM
RE: Show or Hide Debug Bar - by nc03061981 - 09-29-2020, 01:54 AM
RE: Show or Hide Debug Bar - by InsiteFX - 09-29-2020, 01:57 AM
RE: Show or Hide Debug Bar - by nc03061981 - 09-29-2020, 01:58 AM
RE: Show or Hide Debug Bar - by captain-sensible - 09-29-2020, 04:39 AM
RE: Show or Hide Debug Bar - by nc03061981 - 09-29-2020, 05:06 AM
RE: Show or Hide Debug Bar - by Gary - 10-02-2020, 05:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB