1 users online. Create an account or sign in to join them.Users
?debug=xml fails on index page
This is an open discussion with no replies, filed under Troubleshooting.
Search
Create an account or sign in to comment.
1 users online. Create an account or sign in to join them.Users
This is an open discussion with no replies, filed under Troubleshooting.
Create an account or sign in to comment.
Symphony • Open Source XSLT CMS
--with-xsl)
I recently updated my site to Symphony 2.2, and I have debugdevkit included as a submodule with the latest commit.
On both my development and production site,
?debug=xmlfails only on the index page. Everything else in the debugger works fine; for that one section on this one page, I do not get any output in the left panel.If I checkout the previous commit, then it works fine. The debugger loads without issue. Since only one file was changed between commits, it was easy enough to start copying and pasting until I found the change that breaks the debugger. It looks like the removal of a single newline character from the regex in the
processTabs()function is the cause. If I add back\n,?debug=xmlworks again on the index page (and every other page).It's weird that it only fails on this one page; has anyone else encountered a problem like this? Was the omission of the
\ncharacter unintentional?