문제

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 &.

도움이 되었습니까?

해결책

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)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top