How can I turn the debug bar on? |
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. : |
Welcome Guest, Not a member yet? Register Sign In |