I have a homepage view called FrontPage. Currently, it shows the pagination link like “1, 2, 3 Next->” as it should; when I click on Next, it goes to http://example.com, not http://example.com/page/1/0.
I have checked the taxonomy archive, and it is has the same problem. The same is true for the Blog posts.
I checked pager.inc, but I don’t see any problem. I haven’t hooked anything in template.php.
Why is the Next link pointing to the wrong page, and what could I do to fix it?