in my views i use an AJAX pager,
works all fine :D

but, if logged in as admin (user:1), with Admin Toolbar Plugin enabled (same behavoir if disabled ..)
the pager just disappears .., for all other roles it shows up - looked also for the right .., but user:1 should have them all.

i simply created the views by copying the taxonomy_term one,
changed to TermID > Term to ID conversion
pager is set to 1 item per page
showing nodes with full content

Comments

ytsurk’s picture

have to mention that other roles are also using the Admin Toolbar ..
and pager shown !

maybe related to this
- provided patch didn't help ..
http://drupal.org/node/1046170

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

Short question: If you disable ajax, does it work then?

Did you had a look into the html. Is the pager rendered, but perhaps hidden via css/js?

ytsurk’s picture

it also doesn't work with ajax disabled,
the pager is missing completly (also in source)

there's an error msg i get sometimes

Undefined offset: 0 in field_views_field_label() 

so probably the offset 0 causes the problem .. ?
maybe there's something corrupt with my install ... working already 4 weeks on that ...
(updating etc .. - last complete new setup was like 2 weeks ago)

dawehner’s picture

The error doesn't have to do with this problem.

ytsurk’s picture

do you need (or want ;)) more information ?

tell me if so

esmerel’s picture

Did you had a look into the html. Is the pager rendered, but perhaps hidden via css/js?

ytsurk’s picture

yes - but it's missing completly

merlinofchaos’s picture

Do you have something else on the page that might also have a pager (which may not be visible) -- try changing the pager ID in the pager settings to 1.

ytsurk’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

setting pager ID to 1 makes it show again - thx
although i don't know about any other pager on that page ..