You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you sure you made the changes in the correct file? It should be the user/config/system.yaml?
If so, the issue might be that debugbar is incompatible with your theme. Debugbar is based on JQuery and sometimes that doesn't play nice with modern themes. The other option is to try the Clockwork (default) debugger that does not add anything to the page, it communicates with a client to display the debug data: https://learn.getgrav.org/17/advanced/debugging
Grav has many ways to output debug data.. there's {{ dump(foo) }} with uses Grav's debugger, but also {{ vardump(foo) }} which uses Symfony's dump command to dump inline into the HTML. Also I wrote a plugin to integrate Spatie's Ray debugger: https://github.com/trilbymedia/grav-plugin-grav-ray
Hello,
At my workplace, we currently use WordPress, but I was told by my boss to look at alternatives that we can explore.
I am currently following the documentation for the latest grav, and I am liking it at the moment.
The issue I am currently facing is the twig dump (I am using it in the file
default.html.twig
) is not working for whatever reasonI have enabled all the necessary settings in
system.yaml
as shown belowGRAV VERSION
Thanks
The text was updated successfully, but these errors were encountered: