receiving error undefined index on two variables

Posted by Brad on Stack Overflow See other posts from Stack Overflow or by Brad
Published on 2010-05-06T16:23:39Z Indexed on 2010/05/06 16:28 UTC
Read the original article Hit count: 438

Filed under:
|
|

Using adLDAP.php class

receiving following error: Notice: Undefined index: memberof in /web/ee_web/include/adLDAP.php on line 762

line 762: if (is_array($groups[0]["memberof"])) {

Also receiving error: Notice: Undefined index: count in /web/ee_web/include/adLDAP.php on line 982

line 982: $entries[0]["memberof"]["count"]++;

Unsure of what I need to do to resolve these error messages, it seems that the script is working fine, but I'd like get rid of these errors.

Using: http://adldap.sourceforge.net/wiki/doku.php?id=api

© Stack Overflow or respective owner

Related posts about adldap

Related posts about php