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
After looking into it, I managed to correct it. It seems the if $condition`` was not escaped. So on /system/View/Parser.php```, line 510, I added double quotes like this:
Since a few days I've been getting this error in the logs, while in the browser console a 500 error appeared whenever the DebugBar was due to appear.
After looking into it, I managed to correct it. It seems the
if $condition`` was not escaped. So on
/system/View/Parser.php```, line 510, I added double quotes like this:Hope it helps
The text was updated successfully, but these errors were encountered: