J3.x

LDAP Client Missing Escape Method

From Joomla! Documentation

Other languages:
Deutsch • ‎English • ‎français

Errors reported[edit]

The LDAP authentication plugin tries to call a non-existing `escape` method on the Joomla\Ldap\LdapClient class.

Versions affected[edit]

General Information

This pertains only to Joomla! version(s): 3.8.0

What is the cause[edit]

A file was not correctly updated in the 3.8.0 release.

How to fix[edit]

Replace the file at libraries/vendor/joomla/ldap/src/LdapClient.php with the version found at https://github.com/joomla-framework/ldap/blob/1.2.0/src/LdapClient.php