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

Authorization on the site via vk.com

Viewing 8 posts - 1 through 8 (of 8 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.

    #644542

    Hello,

    Try to enable this option from Theme Settings > Api Integration and check the issue.
    https://monosnap.com/file/xtXVuav7akdryMRmR72MsoR8r258n1

    Best Regards,

    #644612

    ElBender8
    Participant

    Can’t login with VKontakte. Please, try again later.

    #644828

    Hello,

    Could you please provide us access to the VK account so we can check if the APP is configured correctly?
    You can post the access under the private content area of this topic.

    Best Regards,

    #644892

    ElBender8
    Participant

    I trust you and I will gladly provide everything, but the VK platform itself requires the use of two-step authentication. This is impossible within the forum, but we can do it online, see private messages. If this is impossible, then I will also send screenshots, and data in private messages

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

    Hello,

    We can provide support only through the support forum and email. To proceed, we only need access to your account. Our main working hours are 9:00 AM to 6:00 PM GMT+2, during which we can respond to you most promptly.

    Best Regards,

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