Welcome Guest, Not a member yet? Register   Sign In
How can I turn the debug bar on?
#15

Hello,

I am discovering CodeIgniter and would like to use it for my app so began tutorial and all worked fine until I have the same problem (no debug bar).

I have checked my files for all that is mentionned here, but all seems to be ok :

In .env :
CI_ENVIRONMENT = development
app.baseURL = 'http://localhost'

In App.php :
$baseURL = 'http://localhost:8080'

 In htacess files :
I found nothing about CI_ENVIRONMENT

In Filter class (globals array) :
'toolbar' is uncommented.

CI development server is started at http://localhost:8080.

Nevertheless my browser console indicates that message : GET http://localhost/index.php?debugbar net::ERR_CONNECTION_REFUSED

Can you please tell me what's going wrong?


Thank you in advance.



:
Reply


Messages In This Thread
How can I turn the debug bar on? - by YanKleber - 04-24-2020, 03:06 PM
RE: How can I turn the debug bar on? - by Gary - 04-24-2020, 04:33 PM
RE: How can I turn the debug bar on? - by Gary - 04-24-2020, 04:47 PM
RE: How can I turn the debug bar on? - by Gary - 04-24-2020, 05:02 PM
RE: How can I turn the debug bar on? - by Gary - 04-24-2020, 05:13 PM
RE: How can I turn the debug bar on? - by Gary - 04-29-2020, 05:36 PM
RE: How can I turn the debug bar on? - by easyD - 04-30-2020, 01:59 AM
RE: How can I turn the debug bar on? - by Veilleuse - 02-16-2023, 09:56 AM
RE: How can I turn the debug bar on? - by ben_ci - 03-09-2024, 01:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB