Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2009 at 06:16 UTC
Updated:
18 Nov 2009 at 06:07 UTC
Jump to comment: Most recent file
Comments
Comment #1
malukalu commentedoddly enough it does seem to work for some of my blocks... cant seem to figure out how/why it doesnt for the others.
Comment #2
dawehnercould you share more informations,
for example is the view embedded into a panel? etc. additional you could export your view here
thx!
Comment #3
malukalu commentedSorry for the delay. Here is my view. So locally on my dev machine i was only ever able to get the pager to display in mini mode...however once I pushed up my instance to a dev server the pagers disappeared completely. I was using panels before however now im just displaying the block in my node template ( by assigning the block to a region )... any ideas?
im assuming this bit here
is all that should be needed to display the pager?
Comment #4
malukalu commentedhere is another one of my views which actually does have the pager working ( mini)
Comment #5
m_rookie commentedWe are having a similar issue, where the pager just seems to break. It will display for a little while and then it just disappears. Generally this occurs on page 2 or 3. Changing the number to display per page will help temporarily but it will disappear again a few mins later.
This has only recently started to happen.
We have ajax turned off but we have views caching turned on.
Comment #6
vordude commentedSubscribing--
Just a standard view on the page-- Pager might function as expected, and then disappears for my authenticated users. (using a custom node access module) ..
While I'm having issues, I log in as User 1 and see the pager, log in as a "normal" user, and do not see the pager.
It may have to do with caching, since the behavior began only after turning caching on.
No Ajax.
I can make the pager come back by changing the pager settings, then re-saving the view.
(switching between full and mini pager, or changing the index) I've tried different (and sometimes large) index numbers, with the same behavior.
At this time, I can't find a pattern as to when it disappears.
Comment #7
vordude commentedCan I help with more info?
Comment #8
bramley commentedSubscribing.
I also have a problem with the pager not showing in some views. It seems to happen when there is a relationship set? I'm adding a relationship to be able to show content from a CCK content taxonomy field in a table view.
Comment #9
khan2ims commentedI have posted this at other forums too.
For me, the pager is not showing up if I set the Row Style to "Node". If I keep it fields and add in fields, then the pager shows up. And it doesn't matter if I have multiple views on that page with pager enabled.
F1 F1 F1 !!
Comment #10
momper commentedsubscribe
Comment #11
oseldman commentedHaving the same problem as khan2ims. Pager doesn't show up if Row Style is set to "Node".
Comment #12
merlinofchaos commentedcaching + node_access modules could definitely be problematic. You may need to disable caching for this case, as the caching may simply not be granular enough for your needs.
I'm not sure there is really a fix for caching + node_access + paging.
If using the 'node' row style, if displaying comments, then you need to change the pager element id (in the use pager setting) because comments use the 0 id and will overwrite the values for Views' pager.