Welcome Guest, Not a member yet? Register   Sign In
video tutorials and debug bar ?
#4

(06-26-2019, 07:23 AM)MGatner Wrote: Debug toolbar is enabled by default for development - likely you need to set your environment. Best bet is to rename (in the root) env to .env and uncomment and set CI_ENVIRONMENT to "development" (see also https://codeigniter4.github.io/CodeIgnit...ments.html).

On the off chance that it isn't an environment issue, the Toolbar config is located at app/Config/Toolbar.php and it is activated by app/Config/Events.php ("Debug Toolbar Listeners"). Good luck!

And here we go  Confused

I've done and checked all that points, Chrome Dev Tools shows that my pages are generating javascript stuff for the Toolbar, tings are "collected" but the presentation layer don't show up.

It seems like i'm getting a 500 more because of the cookie, the sessions or who knows what else.

As I never saw the Toolbar in action i can't say that i miss it ^^ but il would be nice to see it. The toolbar of Symfony is helpful, so i guess i'll enjoy the CI's one if i can.

Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
video tutorials and debug bar ? - by yarek - 06-26-2019, 02:13 AM
RE: video tutorials and debug bar ? - by ciadmin - 06-26-2019, 07:08 AM
RE: video tutorials and debug bar ? - by MGatner - 06-26-2019, 07:23 AM
RE: video tutorials and debug bar ? - by AndreiCurelaru - 10-16-2019, 02:01 PM
RE: video tutorials and debug bar ? - by MGatner - 10-16-2019, 03:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB