J3.x

J3.x:LDAP Client Missing Escape Method

From Joomla! Documentation

Revision as of 19:50, 19 September 2017 by Mbabker (talk | contribs)


Errors reported

Currently failing with line 119 of ldap.php file, specifically the $ldap->escape method that upon further inspection does not exist in the LdapClient.php file.

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