Home Forums WoodMart support forum CRITICAL No Opauth strategies defined

CRITICAL No Opauth strategies defined

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #471972

    vladvash
    Participant

    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

    #472059

    Luke Nielsen
    Keymaster

    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

    #472116

    vladvash
    Participant

    It works. Thanks for the help!

    #472117

    Luke Nielsen
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘CRITICAL No Opauth strategies defined’ is closed to new replies.