CodeIgniter Forums
debugbar not visible - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: debugbar not visible (/showthread.php?tid=76126)



debugbar not visible - Filippo_CI - 04-15-2020

Hello, I'm using a MAC, with OS X Catalina, VScode, CodeIgniter4 via Composer app starter.
I did all configurations to use my apache server in the root folder of my Mac.
using Xdebug.

I face a problem, I switch my environment to DEVELOPMENT and I can see errors, but I cannot see debubar
and if I watch the error message of the browser it says to me  : 

Failed to load resource.... http://localhost/public/index.php?debugbar

where did i go wrong?
Thank you.


RE: debugbar not visible - jreklund - 04-17-2020

Your url are incorrect somewhere.

You need to set your baseUrl to the correct address.


RE: debugbar not visible - Filippo_CI - 04-20-2020

my base url now is : app.baseURL = 'http://localhost/TT_CI/public/'

MI htppd.conf point to virtual hosts, and one points to this folder