Hi all,
I’ve got a problem with the {auto_path} variable in my multi-post pagination pages. The “next” link includes an extra “/” for page 2 onwards, which although looks wrong with “//” in the url, still does navigate ok. You can see this happening at:
http://www.ipcn.co.uk/en/news/P1
The main problem I’m having is that on a deeper page where I’m running the “archives” and “category” requests through the “news” index page, pagination behaves differently, in that the “next” links work fine, but “previous” links leave the “/” out entirely! So that the url page segment e.g. “P0” or “P1”, merges with the previous segment. You can see this happening at:
http://www.ipcn.co.uk/en/news/archives/2011/P1
In fact, clicking “next” and “previous” several times turns the last segment into something like “2011P1P0P0P0P0P0”!
Can anyone help figure out what is wrong?
One possible clue is that the site is bilingual, and I amended the index.php pages according to the following:
http://expressionengine.com/wiki/Multi_language_site_alternative/
Thanks,
Mark