Open mvvvmd opened 1 year ago
What version of phpLDAPadmin are you using ?
The latest from this repo, v1.2.6.6
Thank you! By the way the phpldapadmin package is available in newer Debian/Ubuntu versions.
hello, i am new to linux. I was facing the same problem but instead of "parameter #2", my error shows "parameter #1". Should i follow the same solution given here or does anything have to be different?
Describe the bug When changing a user gidNumber I got the following error, the change was not made. This is on php 8.2, fix included in the report, i am not a developer and created the fix using ChatGPT.
Unrecognized error number: 8192: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated
To Reproduce Steps to reproduce the behavior:
Expected behavior The change should be made.
LDAP Server details (please complete the following information):
Additional context
This error is on php 8.2, I resolved the issue by changing a function in lib/PageRender.php starting on line 920 to: