Home Forums WoodMart support forum Authorization on the site via vk.com

Authorization on the site via vk.com

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #643889

    ElBender8
    Participant

    I created a vk application, received a secret api key and application id. VK tech support said that everything is correct and asked to contact your tech support. The problem is in the error that occurs after authorization – Can’t login with VKontakte. Please, try again later.

    Attachments:
    You must be logged in to view attached files.
    #644059

    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 let us know if this resolves the issue. If the problem persists, revert the changes and provide us with your site logins and FTP credentials so we can further investigate the issue.

    Best Regards,

    #644260

    ElBender8
    Participant

    I replaced the necessary line, nothing changed. The site is available for clients and I have removed the VK app id from the settings for now while I wait for your help.

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