Drupal 7 pager not visible/ showing

sivaji's picture

Of late in two of my Drupal sites I found that pagers were not shown. This happened independent of active theme and modules generating the page (views,  panels, or core blog module). Essentially I reproduced this in the Recent logs messages page and default Blogs listing page (?q=blog). Below is the snapshot of how it looked to me.

After spending a couple of hours I found it Views module, that was causing this problem. Strictly speaking this is not bug perhaps by design. It is found that two or more views sharing the same pager id is what likely to cause this issue. In my case, I was able to narrow down that the views invoked through a global context was causing this problem. Seriously I didn't find any options to change pager id instead I changed the view to show all items as I control the limit and order of items from Nodequeue. I suppose this could succour those come across this issue.

Comments

Useful one!

This is related to Views.  Specifically, when the Archive View is activated. 

I had the problem mentioned above.  When I deactivated the Archive View, the default pagination returned.