Running into an issue with views integration that might be related to this?
http://drupal.org/node/1217506

If any new properties are added via hook_entity_load, they are indexed and recognized by views (all that works fine), but then, strangely, the pager is no longer rendered with the view. Remove the hook, and it reappears.

Any idea what could be causing this?

Comments

drunken monkey’s picture

This is indeed very strange, and no, I don't have any idea what this could be caused by.
Will have to further look into this when there's time …

circuscowboy’s picture

Status: Active » Needs review

I had the same problem. I was using a rendered view with display suite with an embedded view - work great but pager disappeared. Ended up finding this post while searching and it saved the day http://theaccidentalcoder.com/content/where-my-drupal-view-pager

I changed my pager element from 0 to 1 and all was fixed.

Perhaps this will save some one an hour of head banging and searching.

This is old and could probably get closed but I will leave it as needs review just in case jeremdow is still looking for a solution.

minneapolisdan’s picture

Thanks, #2 helped me out.

drunken monkey’s picture

Category: bug » support
Status: Needs review » Fixed

Great, thanks for posting your solution, circuscowboy!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.