roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.57k stars 1.6k forks source link

PHP Warning: Undefined array key "scope" in rcube_ldap.php on line 1081 #9429

Closed tanimientras closed 2 weeks ago

tanimientras commented 2 weeks ago

Hi.

Our dockerized roundcube 1.6.1 complains/warns the following:

$ tail -f www/logs/errors.log
[29-Apr-2024 08:36:58 UTC] PHP Warning:  Undefined array key "scope" in /var/www/html/program/lib/Roundcube/rcube_ldap.php on line 1081
[29-Apr-2024 08:39:01 UTC] PHP Warning:  Undefined array key "scope" in /var/www/html/program/lib/Roundcube/rcube_ldap.php on line 1081
[29-Apr-2024 08:39:40 UTC] PHP Warning:  Undefined array key "scope" in /var/www/html/program/lib/Roundcube/rcube_ldap.php on line 1081

Any idea how to resolve/further debug what's going on? Regards.

alecpl commented 2 weeks ago

This is just a warning. Fixed.

tanimientras commented 2 weeks ago

wow. that was fast! Thanks