J3.x

LDAP Client Missing Escape Method: Difference between revisions

From Joomla! Documentation

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..."
 
mNo edit summary
Line 8: Line 8:


==What is the cause== <!-- Cause if known -->
==What is the cause== <!-- Cause if known -->
Apparently some pull request updating the file didn't get applied (or submitted?).
A file was not correctly updated in the 3.8.0 release.




==How to fix== <!-- How to fix it if known -->
==How to fix== <!-- How to fix it if known -->
Replace the file with https://github.com/joomla-framework/ldap/blob/1.2.0/src/LdapClient.php
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




__NOTOC__
__NOTOC__
<!-- Change if needed -->
 
<noinclude>
[[Category:Version 3.8 FAQ]]
[[Category:Version 3.8.0 FAQ]]
[[Category:FAQ]]
[[Category:Joomla! 3.8]]
</noinclude>

Revision as of 19:50, 19 September 2017


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