Closed (won't fix)
Project:
Drupal core
Version:
7.10
Component:
page.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2012 at 22:35 UTC
Updated:
23 Jul 2012 at 04:15 UTC
Hi a while ago I noticed that number of pages on my front page in pager does not go anywhere beyond 2. Also, in my Forum i can see 2 pages as well, even if there is only one post.
I have large number of content promoted to front page, but even if I limit to 1 per page, it still shows only 2 pages in the pager.
Any idea what could cause this?
The site is live and you can see the pager on the front page: www.scallagrims.com
Thank you in advance.
Comments
Comment #1
dpovshed commentedHi there,
it is hard to guess remotely what exactly wrong here, one of possible easy-to-fix reasons can be a purging cache.
In fact all your content accessible (like: http://www.scallagrims.com/node?page=6 ) and pager works, just these links aren't rebuilding as they should.
You can do cache clear via admin menu and see will it helps you or not.
Comment #2
sashkernel commentedYeh, I cleared cache like a 1000 times since this issue came up. Did not help.
What I did for the front page is used Views to create a different view with all the promoted to front page content. So this worked around the problem for the front page.
Now, I've got same story with Advanced Forum, it shows 2 pages even if you don't even have comments. Besides that, it marks all items as HOT topics despite the minimum set to 15 :-/.
Comment #3
dpovshed commentedThen I have no idea how to solve this without debugging.
Last thing - just to be sure - by clearing cache I mean manual truncation of all DB tables where names starts with "cache_". It is a way when you be sure cache gone away. Hope you tested this as well.
Comment #4
cweagansSupport requests are neither major nor critical.
Comment #5
jody lynnYou seem to have fixed it.
Comment #6
marquitz commentedI recently solved this problem on my site. Another view had a pager on the same page. Apparently this causes a conflict if they have the same pager ID. Change one of the IDs and the problem is solved. The pager ID can be found while editing the view.