I get this message on an attempt to login: You found a non-fatal phpLDAPadmin bug! Error: Undefined variable: result (E_NOTICE) File: ds_ldap.php line 488, caller cmd.php Versions: PLA: 1.2.0.5, PHP: 5.3.3, SAPI: apache2handler Web server: Apache/2.2.17 (Fedora)
in addition: You found a non-fatal phpLDAPadmin bug! Error: Undefined variable: request (E_NOTICE) File: rdelete.php line 66, caller cmd.php Versions: PLA: 1.2.0.5, PHP: 5.3.3, SAPI: apache2handler Web server: Apache/2.2.17 (Fedora)
It is something related to the coding style. The default php config uses "error_reporting = E_ALL & ~E_NOTICE", whereas the production distributions (as well as Fedora) use "E_ALL & ~E_DEPRECATED" instead. It seems you should add the "& ~E_NOTICE" to your /etc/php.ini to avoid such messages. Reported upstream: https://sourceforge.net/tracker/?func=detail&aid=3136564&group_id=61828&atid=498546