1 users online. Create an account or sign in to join them.Users
Connection interrupted on ?debug
A bug in 2.2, submitted by miika on 03 February 2011
Announcement
Symphony's issue tracker has been moved to Github.
Issues are displayed here for reference only and cannot be created or edited.
Browse
Closed#532: Connection interrupted on ?debug
Apparently, it had to do with the regular expressions in content/content.debug.php. Especially the long comment-block in the date-time.xsl utility (or some lines of it) of the default workspace was the problem.
I’ve pushed a refactorization of the broken code to Github. It gets rid of the regex-based solution in favor of one based on SimpleXML and Xpath.
I asked Miika to try and see if it fixes the issue.
Miika confirmed that this commit fixes the problems he’s having.
[…] I replaced content.debug.php with phoques new code and tried to debug and it worked.
Looks fine to me phoque, what made you think of changing that?!
I’ve asked Rowan to look at it today to confirm, but if don’t hear from him, as far as I’m concerned this is a legit fix and is the correct way this should be done :)
Looks fine to me phoque, what made you think of changing that?!
The issue Miika reported. Or what was the question?
This issue is closed.
Appending
?debugto the URL causes connection interrupted, but?profileworks.See this thread for more information.