Question

I'm working on my localhost and on a system where all administrator URL's which contain a &, & is changed to & and that in turn breaks the system.

What setting is doing this? What do I need to disable? My localhost is PHP 5.3. I have to mention that other Joomla system's are working perfectly fine and the & in the url are not converted to &.

Was it helpful?

Solution

There is no setting that can do this in Joomla 2.5 (as far as I know).

The only think capable of doing such a thing would have to be a system plugin that will re-encode the URLs.

So my first idea would be to check all the System plugins that may be URL related (like SEF things, or redirect plugins or some routing plug in and so on).

If that fails try to disable all System plugins and see if that fixes the issue.

Another way to test is to get a new fresh Joomla install and add one by one the components that you have on the broken install.

PS: Turns out it was a custom system plugin. (see comments)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top