-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP Notice: Undefined offset: 2 #115
Comments
I had the same issue, and the fix works for me as well! |
Hi @jonathanjuursema , @Yarisrespect , has this been fixed on the repository or not? Just so future devs wouldnt encounter this. Cheers! |
This repo is dead! Use Adldap2/Adldap2 instead. |
Good to know. It seems we have already migrated away from this repo. :) |
blackburn2
added a commit
to blackburn2/adLDAP
that referenced
this issue
Sep 4, 2018
Fixing PHP Notice: Undefined offset as explained here: adldap#115
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When user is member of multiple groups.
After research, I fiund out that $i <= $attributes[$key]['count'] should be rewritten $i < $attributes[$key]['count']
adldap\adldap\src\Objects\Ldap\Entry.php at line 52
The text was updated successfully, but these errors were encountered: