Closed (fixed)
Project:
Lightweight Directory Access Protocol
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2012 at 07:00 UTC
Updated:
10 Jun 2013 at 19:07 UTC
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
Comment #1
johnbarclay commentedComment #2
johnbarclay commentedI put in a catch for this. See http://drupalcode.org/project/ldap.git/commitdiff/98a5777199778d4c0bf3f3...
Comment #4
emijayne commentedFYI: 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?