We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
A strikingly similar issue was closed as compatibility with php 8.1 was declared complete, except this happens with the latest release.
To Reproduce Import an ldif like this one:
dn: cn=group123,ou=Group,dc=my,dc=do,dc=ma,dc=in changetype: modify add: memberUid memberUid: mynewmember
Manually adding a member through the interface works.
Trace
PHP Debug Backtrace File /var/www/localhost/htdocs/phpla/lib/functions.php (192) Function error ([a:5:{i:0;s:108:"Unrecognized error number: 8192: t...](https://www.my.domain/phpla/tools/unserialize.php?index=0)) File /var/www/localhost/htdocs/phpla/lib/functions.php () Function app_error_handler ([a:4:{i:0;i:8192;i:1;s:75:"trim(): Passing null to ...](https://www.my.domain/phpla/tools/unserialize.php?index=1)) File /var/www/localhost/htdocs/phpla/lib/import_functions.php (544) Function trim ([a:1:{i:0;N;}](https://www.my.domain/phpla/tools/unserialize.php?index=2)) File /var/www/localhost/htdocs/phpla/lib/import_functions.php (220) Function getModifyDetails ([a:1:{i:0;a:0:{}}](https://www.my.domain/phpla/tools/unserialize.php?index=3)) File /var/www/localhost/htdocs/phpla/htdocs/import.php (54) Function readEntry ([a:0:{}](https://www.my.domain/phpla/tools/unserialize.php?index=4)) File /var/www/localhost/htdocs/phpla/htdocs/cmd.php (59) Function include ([a:1:{i:0;s:49:"/var/www/localhost/htdocs/phpla/htd...](https://www.my.domain/phpla/tools/unserialize.php?index=5))
LDAP Server details (please complete the following information):
The text was updated successfully, but these errors were encountered:
I confirm this bug with the same data input using another object
Sorry, something went wrong.
Could you try my patch: #249 ?
Tried and working 100% thank you!
Please do not close this issue, when the PR is merged it will automatically close Can you re open?
Fix #247 - null pointer on trim current line (#249)
528081d
No branches or pull requests
A strikingly similar issue was closed as compatibility with php 8.1 was declared complete, except this happens with the latest release.
To Reproduce
Import an ldif like this one:
Manually adding a member through the interface works.
Trace
LDAP Server details (please complete the following information):
The text was updated successfully, but these errors were encountered: