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.
12 years ago
Can't get to admin panel because of this error. Tried the website/administrator thing and it didn't work either.
12 years ago
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.
12 years ago
Thank you for the fast reply!
12 years ago
mikeaurelius wrote:
set the value of record # 341 to False

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

Cheers,

Guys.
11 years ago
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!
11 years ago
Think I found the solution here:

https://www.nopcommerce.com/boards/t/16194/loginnew-registration-errors.aspx
10 years ago
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.
9 years ago
Hi, i have this issue on 3.3. Will doing the steps mentioned above resolve the issue?
9 years ago
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.