LDAP Client Missing Escape Method: Difference between revisions
From Joomla! Documentation
m Mbabker moved page J3.x:J3.8.0 LDAP to J3.x:LDAP Client Missing Escape Method |
m Marked for translation |
||
| Line 1: | Line 1: | ||
< | <noinclude><languages /></noinclude> | ||
==Errors reported== < | <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== < | <translate> | ||
{{tip|This pertains only to Joomla! version(s): '''3.8.0'''|title=General Information}} | ==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== < | <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== | ||
Replace the file at | </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