LDAP not authenticate after update to PHP 7.3.9
-
I upgraded the PHP version to 7.3.9 and after that LDAP authentication no longer works on wordpress.
I made a script outside of wordpress and LDAP authentication is working correctly in this script outside of wordpress.
——————————
Warning: ldap_search(): Search: Operations error in C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php on line 636
Warning: ldap_get_entries() expects parameter 2 to be resource, bool given in C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php on line 641
Warning: ldap_search(): Search: Operations error in C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php on line 636
Warning: ldap_get_entries() expects parameter 2 to be resource, bool given in C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php on line 641
Warning: ldap_search(): Search: Operations error in C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php on line 636
Warning: ldap_get_entries() expects parameter 2 to be resource, bool given in C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php on line 641
Warning: ldap_search(): Search: Operations error in C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php on line 636
Warning: ldap_get_entries() expects parameter 2 to be resource, bool given in C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php on line 641
Warning: ldap_search(): Search: Operations error in C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php on line 636
Warning: ldap_get_entries() expects parameter 2 to be resource, bool given in C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php on line 641
Warning: ldap_search(): Search: Operations error in C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php on line 636
Warning: ldap_get_entries() expects parameter 2 to be resource, bool given in C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php on line 641
Warning: ldap_search(): Search: Operations error in C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php on line 636
Warning: ldap_get_entries() expects parameter 2 to be resource, bool given in C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php on line 641
Warning: Cannot modify header information – headers already sent by (output started at C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php:641) in C:\inetpub\sites\wordpress\wp-includes\pluggable.php on line 928
Warning: Cannot modify header information – headers already sent by (output started at C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php:641) in C:\inetpub\sites\wordpress\wp-includes\pluggable.php on line 929
Warning: Cannot modify header information – headers already sent by (output started at C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php:641) in C:\inetpub\sites\wordpress\wp-includes\pluggable.php on line 930
Warning: Cannot modify header information – headers already sent by (output started at C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php:641) in C:\inetpub\sites\wordpress\wp-content\plugins\redirection\modules\wordpress.php on line 171
Warning: Cannot modify header information – headers already sent by (output started at C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php:641) in C:\inetpub\sites\wordpress\wp-includes\pluggable.php on line 1251
Warning: Cannot modify header information – headers already sent by (output started at C:\inetpub\sites\wordpress\wp-content\plugins\authorizer\src\authorizer\class-authentication.php:641) in C:\inetpub\sites\wordpress\wp-includes\pluggable.php on line 1254
- The topic ‘LDAP not authenticate after update to PHP 7.3.9’ is closed to new replies.