Zend_Ldap_Collection_Iterator_Default::next() throws the following error:
0x54 (Decoding error): getting next entry (0x54 (Decoding error))
I am am searching a Apple OpenLdap ODM. The following code throws the error:
$result = $this->_ldap->search("cn=*schoolofp*",
$this->_ldapOptions['baseDn'], $limit, $this->_groupRecordAttributes, 'asc',
null);
$result->toArray();
Is there a problem in the library or is this particular to my code / ldap?
Has anyone else hit this? My best guess, from what i can see, is that it
throws the error when the iterator tries to get the last record, which does
not exist due to the array index being out by one.
Thanks
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Zend-Ldap-Collection-Iterator-Default-next-error-tp2164783p2164783.html
Sent from the Zend Framework mailing list archive at Nabble.com.