Posts: 1,020
Threads: 15
Joined: Jun 2015
Reputation:
50
Maybe it's just tucked away. Do you see a CodeIgniter logo on the bottom right of your display? Is so, click it to open the toolboar.
If that's not the problem come on back and we'll try something else.
Posts: 1,285
Threads: 65
Joined: Oct 2014
Reputation:
82
Ensure that the baseURL set in Config\App matches where you're hosting it. I'll have times hosting it through "spark serve" where I didn't end the last session cleanly so the port is already taken, switch to another port, and forget to change my baseURL.
Posts: 11
Threads: 3
Joined: Feb 2017
Reputation:
0
rename env files .env and CI_ENVIRONMENT = "development "
Sercan YANBULOGLU
SEO links REDACTED, per forum policy
Posts: 4,450
Threads: 103
Joined: Oct 2014
Reputation:
146
It should be like this no quotes!
CI_ENVIRONMENT = development
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
Posts: 4
Threads: 0
Joined: Aug 2019
Reputation:
0
Just rename env file to .env & change # CI_ENVIRONMENT = production to CI_ENVIRONMENT = development (Delete #)