Debugbar Error CI 4.0.4 |
-
ealegria Newbie

-
Posts: 4
Threads: 2
Joined: Jun 2019
Reputation:
0
(08-27-2020, 05:14 AM)InsiteFX Wrote: You need to edit the file env in the root with index.php
Find this:
Code: #--------------------------------------------------------------------
# ENVIRONMENT
#--------------------------------------------------------------------
# CI_ENVIRONMENT = production
Then add this:
Code: #--------------------------------------------------------------------
# ENVIRONMENT
#--------------------------------------------------------------------
# CI_ENVIRONMENT = production
CI_ENVIRONMENT = development
You then need to rename the env to .env
Your error should now show.
Hi, thanks for your answer, but I already have the environment set to development in the .env file.
#--------------------------------------------------------------------
# ENVIRONMENT
#--------------------------------------------------------------------
CI_ENVIRONMENT = development
anything else i can do for this problem?
|
Messages In This Thread |
RE: Debugbar Error CI 4.0.4 - by ealegria - 08-27-2020, 09:05 AM
|