Input error: k: Format of site key was invalid Captcha Problem

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 12 años
Can't get to admin panel because of this error. Tried the website/administrator thing and it didn't work either.
Hace 12 años
You've got an invalid key. The only way to fix this is to go out to the SQL database, open up the Settings Table, and set the value of record # 341 to False.

Once that's done, follow the instructions and log into the reCaptcha site on Goggle and get your public and private keys from them. Copy and paste into the spaces on your admin form, save, then restart the Captcha process.
Hace 12 años
Thank you for the fast reply!
Hace 12 años
mikeaurelius wrote:
set the value of record # 341 to False

Identifiers could be different. I would better find this setting by name 'captchasettings.enabled'
Hace 12 años
That's a trap for new players! I knew exactly what I had done when I was no longer able to login!

Cheers,

Guys.
Hace 11 años
mikeaurelius wrote:
set the value of record # 341 to False

Identifiers could be different. I would better find this setting by name 'captchasettings.enabled'

Sorry, still a newbie.  Using 2.5. Where would we find catchasetting.enabled from File Management system? We are locked out of our Administration after enabling Captcha in the Admin for the website. Getting the same error as above.

Thanks from the bayou country of South Louisiana, USA!
Hace 11 años
Think I found the solution here:

https://www.nopcommerce.com/boards/t/16194/loginnew-registration-errors.aspx
Hace 10 años
Go to SQL Server Management Studio and Run Following Query.

It will list setting having name Captcha in name column.

select * from Setting where name like '%captcha%'


Find record having name 'captchasettings.enabled'

Here for NopCommerce 3.10 version it is having ID 409.

Then run update query to set value to false.

update Setting set Value='False' where Name='captchasettings.enabled'

Captcha setting is disabled now.

Now Open command prompt.
Go to run, Type cmd, Press Enter.

Run - IISRESET command to restart IIS server.

Now, check nopcommerce site. It will allow you to login without inserting captcha.
Hace 9 años
Hi, i have this issue on 3.3. Will doing the steps mentioned above resolve the issue?
Hace 9 años
kellyT wrote:
Hi, i have this issue on 3.3. Will doing the steps mentioned above resolve the issue?

Yes
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.