When I set the option "use pager" to "Display all items" gives a notice:
Notice: Undefined property: ldap_views_plugin_query_ldap::$limit in ldap_views_plugin_query_ldap->execute() (line 245 of /var/www/enterprise/html/sites/all/modules/ldap/ldap_views/plugins/ldap_views_plugin_query_ldap.inc).
Notice: Undefined property: ldap_views_plugin_query_ldap::$offset in ldap_views_plugin_query_ldap->execute() (line 246 of /var/www/enterprise/html/sites/all/modules/ldap/ldap_views/plugins/ldap_views_plugin_query_ldap.inc).

Comments

johnbarclay’s picture

Version: 7.x-2.0-beta1 » 7.x-2.x-dev
johnbarclay’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

emijayne’s picture

FYI: I am using `7.x-2.0-beta5` and receiving this same error on line 247.

Would it be possible to add in a catch for the non-existence of the $offset property as well as the $limit property?