Just had a client report a bug to me with their blog and pagination.
They said they are getting a 404 error when clicking the links for other pages.
This is, in fact, happening.
What’s happening is that their blog page “listing” (ie, the main blog page) has a Pages module name so it’s easy to link to. For example: http://example.com/news vs. http://example.com/blog/articles.
When you are at http://example.com/news and click one of the pagination links, it tries to send you to http://example.com/news/P6, which doesn’t exist, obviously (the correct link would be http://example.com/blog/articles/P6, which DOES work).
Thoughts? Is this a setting somewhere?