Closed michaelgriffindrake closed 3 years ago
Never seen that before. PHPDebugBar uses JQuery, so can you ensure that is being loaded? Also what theme are you using?
I figured out what's causing the problem! I'm using BrowserSync to proxy the built in PHP server (using those just for development) and when I visit the non-proxied address localhost:9000 the PHPDebugBar loads just fine! Looks like the BrowserSync proxy is messing with that somehow. It makes sense that that would be the element not properly escaped as it's the server address.
Hey there!
I'm loving Grav so far. I wanted to check out the debugger to get some more insights into the theme I'm developing, but I can't get it to load due to a javascript syntax error.
Invalid Escape Sequence in
phpDebugbar.addDataSet()
callHere's the specific offending part:
Any thoughts on how to fix this?