J3.x

LDAP Client Missing Escape Method: Difference between revisions

From Joomla! Documentation

mNo edit summary
Marked this version for translation
 
(2 intermediate revisions by 2 users not shown)
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== <!--T:1-->
</translate>
<translate><!--T:2--> 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== <!--T:3-->
</translate>  
{{tip|<translate><!--T:4--> This pertains only to Joomla! version(s):</translate> '''3.8.0'''|title=<translate><!--T:5--> 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== <!--T:6-->
</translate>
<translate><!--T:7--> 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== <!--T:8-->
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><!--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




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>

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