J3.x

LDAP Client Missing Escape Method: Difference between revisions

From Joomla! Documentation

m Marked for translation
Marked this version for translation
 
Line 2: Line 2:


<translate>
<translate>
==Errors reported==
==Errors reported== <!--T:1-->
</translate>  
</translate>  
<translate>The LDAP authentication plugin tries to call a non-existing `escape` method on the Joomla\Ldap\LdapClient class.</translate>
<translate><!--T:2--> The LDAP authentication plugin tries to call a non-existing `escape` method on the Joomla\Ldap\LdapClient class.</translate>


<translate>
<translate>
==Versions affected==
==Versions affected== <!--T:3-->
</translate>  
</translate>  
{{tip|<translate>This pertains only to Joomla! version(s):</translate> '''3.8.0'''|title=<translate>General Information</translate>}}  
{{tip|<translate><!--T:4--> This pertains only to Joomla! version(s):</translate> '''3.8.0'''|title=<translate><!--T:5--> General Information</translate>}}  


<translate>
<translate>
==What is the cause==
==What is the cause== <!--T:6-->
</translate>  
</translate>  
<translate>A file was not correctly updated in the 3.8.0 release.</translate>
<translate><!--T:7--> A file was not correctly updated in the 3.8.0 release.</translate>


<translate>
<translate>
==How to fix==
==How to fix== <!--T:8-->
</translate>  
</translate>  
<translate>Replace the file at</translate> <tt>libraries/vendor/joomla/ldap/src/LdapClient.php</tt> <translate>with the version found at</translate> https://github.com/joomla-framework/ldap/blob/1.2.0/src/LdapClient.php
<translate><!--T:9--> Replace the file at</translate> <tt>libraries/vendor/joomla/ldap/src/LdapClient.php</tt> <translate><!--T:10--> with the version found at</translate> https://github.com/joomla-framework/ldap/blob/1.2.0/src/LdapClient.php





Latest revision as of 21:44, 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