J3.x

LDAP Client Missing Escape Method: Difference between revisions

From Joomla! Documentation

m Marked for translation
Line 1: Line 1:
<!-- Start with an intro below this line -->
<noinclude><languages /></noinclude>


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


==Versions affected== <!--refers to and other information below -->
<translate>
{{tip|This pertains only to Joomla! version(s): '''3.8.0'''|title=General Information}} <!-- add the version(s) you need -->
==Versions affected==
</translate>  
{{tip|<translate>This pertains only to Joomla! version(s):</translate> '''3.8.0'''|title=<translate>General Information</translate>}}  


==What is the cause== <!-- Cause if known -->
<translate>
A file was not correctly updated in the 3.8.0 release.
==What is the cause==
</translate>  
<translate>A file was not correctly updated in the 3.8.0 release.</translate>


 
<translate>
==How to fix== <!-- How to fix it if known -->
==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
</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




Line 18: Line 25:


<noinclude>
<noinclude>
[[Category:Version 3.8 FAQ]]
[[Category:Version 3.8 FAQ{{#translation:}}]]
[[Category:Version 3.8.0 FAQ]]
[[Category:Version 3.8.0 FAQ{{#translation:}}]]
[[Category:FAQ]]
[[Category:FAQ{{#translation:}}]]
[[Category:Joomla! 3.8]]
[[Category:Joomla! 3.8{{#translation:}}]]
</noinclude>
</noinclude>

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