Weird pagination issue is happening on my site.
We have just over 10000 articles that are available under one category.
Show 5 articles per page
Pagination shows max pages at over 2000
Problem comes that we are unable to navigate to a page higher than 1502, if we do it returns a 404.
Can you replicate the problem using Twenty Eleven with all plugins deactivated?
Ive just worked out the issue.
Seems that WP uses the 'posts_per_page' to work out the max page in the url but out templates use custom values due to diffrences between our categories.
I wander if there is a filter to adjust this on the fly.