LDAP Client Missing Escape Method: Difference between revisions
From Joomla! Documentation
mNo edit summary |
m Mbabker moved page J3.x:J3.8.0 LDAP to J3.x:LDAP Client Missing Escape Method |
(No difference)
| |
Revision as of 19:53, 19 September 2017
Errors reported
The LDAP authentication plugin tries to call a non-existing `escape` method on the Joomla\Ldap\LdapClient class.
Versions affected
General Information
This pertains only to Joomla! version(s): 3.8.0
What is the cause
A file was not correctly updated in the 3.8.0 release.
How to fix
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