Home › Forums › WoodMart support forum › Authorization on the site via vk.com
Authorization on the site via vk.com
- This topic has 7 replies, 2 voices, and was last updated 2 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
March 7, 2025 at 4:01 pm #643889
ElBender8ParticipantI 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.March 8, 2025 at 11:00 am #644059
Aizaz Imtiaz AwanKeymasterHello,
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,
March 9, 2025 at 6:05 pm #644260
ElBender8ParticipantI 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.
March 10, 2025 at 4:31 pm #644542
Aizaz Imtiaz AwanKeymasterHello,
Try to enable this option from Theme Settings > Api Integration and check the issue.
https://monosnap.com/file/xtXVuav7akdryMRmR72MsoR8r258n1Best Regards,
March 10, 2025 at 8:39 pm #644612
ElBender8ParticipantCan’t login with VKontakte. Please, try again later.
March 11, 2025 at 4:05 pm #644828
Aizaz Imtiaz AwanKeymasterHello,
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,
March 11, 2025 at 6:57 pm #644892
ElBender8ParticipantI 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.March 12, 2025 at 10:46 am #645064
Aizaz Imtiaz AwanKeymasterHello,
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,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register