Two reports of this error:
Everything works fine, except the pagination. “prevPageURL()” and “nextPageURL()” return urls that are not valid. e.g. for page 2 they return “/page:2” which leads to a “Forbidden” page, when the correct url would be “/blog/page:2”.
and
But I have a problem, if I e.g. look at a page Archive for tag “green”, if this tag is used at many posts, so that this page uses the pagination.If I click on one of the pagination links (e.g. “>” or “>>”), then the next page will show a pagination of all posts (and not only the pagination of the posts with the tag “green”).
I have tested this with Apache/2.4.16 (Win32) PHP/5.6.12 on Win7 64-bit locally, installing your plugin with Kirby 2.1.1 directly in the path \xampp_5.6.12\htdocs.
But this is the same, if I run Apache/2.4.9 (Win32) PHP/5.4.27.
I get the same error with kirby-nightly-2.2.0 - 2015-10-23 15:00:47 on XAMPP with windows.
=>
My description of the error:
The pagination in Kirby fetches the URL of the content file and not the URL of an active route!
@all :
Please build an issue at Github! Thanks.
The first issue is not related to routing (it is related to the local dev environment).
The second issue has already been posted by you in the other topic and is probably related to Blogprint. Please don’t spam the forum.