The view display handler custom_pagers_php_array returns an array of NULL values.

Assume that building views_plugin_style additions has changed a lot in Views3.
The $sets variable is an array of sort order data (ie: node->node_created values with a fresh test view).

What's very strange is when compared to the D6 version the custom_pagers_plugin_style_php_array->render() never fired, but in D7 it does.

Not able to move forward solving this one alone.

Comments

doublejosh’s picture

Here is the $result from custom_pagers_get_list_from_view

Also seems the dang 10 pager limit is back...
#276984: Turn off paging for view (pager only sees 10 items)
#464734: Custom Pagers limited to 10 maximum?