J3.x

J3.x:LDAP Client Missing Escape Method

From Joomla! Documentation

Revision as of 19:37, 19 September 2017 by Brian (talk | contribs) (Created page with "<!-- Start with an intro below this line --> ==Errors reported== <!-- Fill errors below --> Currently failing with line 119 of ldap.php file, specifically the $ldap->escape m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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

Apparently some pull request updating the file didn't get applied (or submitted?).


How to fix

Replace the file with https://github.com/joomla-framework/ldap/blob/1.2.0/src/LdapClient.php