Hiya,
It’s been a while since I was here, but I ran into a bit of an issue after upgrading from 2.7.3 to 2.8.0.
All of the URL’s in the CP are wrong, so it is very hard to use now. For example, this is what my URL to the template manager looks like:
<a href="http://www.domain.com/admin.php/cp/admin.php?/cp/design/manager">http://www.domain.com/admin.php/cp/admin.php?/cp/design/manager</a>Which should of course be:
<a href="http://www.domain.com/admin.php/cp/design/manager">http://www.domain.com/admin.php/cp/design/manager</a>I quite like the new URL style, but now it’s just appending the URL I’m navigating to, to the current URL.
Obviously it has something to do with the new cp_url helper which uses SELF as the base for the url (no slash in front) and therefore it is treated as a relative link. Links using BASE have the same problem because they are also based on the SELF global.
Is this something more people have run into or is it something I did?
– Wouter