CRITICAL No Opauth strategies defined
-
Hello!
Authorization through Vkontakte does not work
“CRITICAL No Opauth strategies defined в /home/zhizhast/public_html/wp-content/plugins/woodmart-core/vendor/opauth/opauth/lib/Opauth/Opauth.php на строке 181”
Installed theme version 7.2.4 and all the latest patches
Hello,
Please find this file: woodmart-core/inc/auth.php
and line 71, then replace this code:
if ( empty( $response['auth'] ) || empty( $response['timestamp'] ) || empty( $response['signature'] ) || empty( $response['auth']['provider'] ) || empty( $response['auth']['uid'] ) ) {
for this one:
if ( empty( $response['auth'] ) || empty( $response['timestamp'] ) || empty( $response['signature'] ) || empty( $response['auth']['provider'] ) ) {
Please check how it works and let us know if the problem remains.
Kind Regards
It works. Thanks for the help!
Hello,
Great! In case you need any additional help, I’d be more than happy to assist you.
Wish you all the best.
Kind Regards
The topic ‘CRITICAL No Opauth strategies defined’ is closed to new replies.