Advertisement:

Author Topic: ERROR: Please solve Captcha correctly - noCaptcha reCaptcha  (Read 5177 times)

rammohan.reddy

  • Newbie
  • *
  • Posts: 21
ERROR: Please solve Captcha correctly - noCaptcha reCaptcha
« on: January 07, 2017, 08:45:17 am »
Hi Team,

Currently am using OSclass 3.6.1 & noCaptcha reCaptcha 1.2.1.Same configured in Modern theme 5.1.

Capcha image visible clearly and also we are entering captcha correctly but still it is giving below error.

ERROR: Please solve Captcha correctly.

Anyone could you please help me to resolve this issue.

Note : Am adding below code before submit button.
<?php osc_run_hook("anr_captcha_form_field"); ?>

Thank You,
Regards
Rammohan

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: ERROR: Please solve Captcha correctly - noCaptcha reCaptcha
« Reply #1 on: January 08, 2017, 12:48:08 am »
Plugin requires allow_url_fopen = On directive set in PHP config, your server probably does not have it enabled.

Alternatively, if you upgrade to 3.7.x you no longer need external plugin for v2 captcha API, it is supported inside the core and uses cURL library.

Regards

rammohan.reddy

  • Newbie
  • *
  • Posts: 21
Re: ERROR: Please solve Captcha correctly - noCaptcha reCaptcha
« Reply #2 on: January 09, 2017, 12:28:02 pm »
Hi Dev,

Thanks a Ton for you quick support. I will try to upgrade the version and will get back to you.

Thank You,
Regards
Rammohan

avion99

  • Newbie
  • *
  • Posts: 3
Re: ERROR: Please solve Captcha correctly - noCaptcha reCaptcha
« Reply #3 on: February 01, 2017, 10:13:35 pm »
I have tried all, but still doesn't work. Please advice

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: ERROR: Please solve Captcha correctly - noCaptcha reCaptcha
« Reply #4 on: February 04, 2017, 09:33:42 pm »
Hi acion99,

not sure if you installed fresh 371 version, or upgraded from the old one. If it is a fresh install, it should work. If you upgraded from an older version, then there could be a problem with the settings and you will have to manually delete the version from oc_t_preference table. Here is the screenshot with highlighted line:

https://github.com/osclass/Osclass/pull/2117

Then, go back to your admin settings and check "version 2" normally.

If it still does not work then, I am out of ideas.

Regards

MrWolf

  • Newbie
  • *
  • Posts: 10
Re: ERROR: Please solve Captcha correctly - noCaptcha reCaptcha
« Reply #5 on: February 07, 2017, 07:23:25 pm »

avion99

  • Newbie
  • *
  • Posts: 3
Re: ERROR: Please solve Captcha correctly - noCaptcha reCaptcha
« Reply #6 on: February 12, 2017, 12:38:58 am »
Hi acion99,

not sure if you installed fresh 371 version, or upgraded from the old one. If it is a fresh install, it should work. If you upgraded from an older version, then there could be a problem with the settings and you will have to manually delete the version from oc_t_preference table. Here is the screenshot with highlighted line:

https://github.com/osclass/Osclass/pull/2117

Then, go back to your admin settings and check "version 2" normally.

If it still does not work then, I am out of ideas.

Regards

I have reinstalled the osclass, but nocaptcha version still gives me the same error "The reCAPTCHA was not entered correctly".

Please advice

mrtsoftware

  • Sr. Member
  • ****
  • Posts: 343
Re: ERROR: Please solve Captcha correctly - noCaptcha reCaptcha
« Reply #7 on: January 04, 2018, 05:38:35 pm »
How to translate : " ERROR: Please solve Captcha correctly " alert for noCaptcha reCaptcha?
I have sites in German, Turkish but noCaptcha reCaptcha alert shown as English..I have checked PO file for plugin, but no such a word..

Razorblesh

  • Newbie
  • *
  • Posts: 24
Re: ERROR: Please solve Captcha correctly - noCaptcha reCaptcha
« Reply #8 on: January 09, 2018, 07:12:38 pm »
How to translate : " ERROR: Please solve Captcha correctly " alert for noCaptcha reCaptcha?
I have sites in German, Turkish but noCaptcha reCaptcha alert shown as English..I have checked PO file for plugin, but no such a word..

Use this...
https://market.osclass.org/plugins/miscellaneous/osclass-translate_893

Well worth the money and helped me out no end.

Guib

  • Jr. Member
  • **
  • Posts: 92
Re: ERROR: Please solve Captcha correctly - noCaptcha reCaptcha
« Reply #9 on: January 09, 2018, 08:03:55 pm »
Hello.

Sorry to put the subject back on the table.
I'm trying to run the plug-in recapcha V2 but impossible.
I think I'm following the manipulation though ...

I upgraded my Osclass 3.5 to 3.7.4
I ticked in the new admin the button V2 (in spam and bot) and without having the key visible
The new plugin (1.2.1) is downloaded and installed.
The code in the user-register.php page is changed

When I enter the captcha and I click on the btn it tells me ERROR ...

My theme is a modified bender
I've tried with the original bender or with twitter, it does not work ...

If anyone has any idea or an alternative ...

The recapcha V1 works very well but it won't be available anymore starting March 31 ...

Help  :'(

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: ERROR: Please solve Captcha correctly - noCaptcha reCaptcha
« Reply #10 on: January 09, 2018, 09:48:53 pm »
How to translate : " ERROR: Please solve Captcha correctly " alert for noCaptcha reCaptcha?
I have sites in German, Turkish but noCaptcha reCaptcha alert shown as English..I have checked PO file for plugin, but no such a word..

Use this...
https://market.osclass.org/plugins/miscellaneous/osclass-translate_893

Well worth the money and helped me out no end.

Hi,
I have answered to mrtsoftware in a duplicate topic here: https://forums.osclass.org/plugins-20/how-to-translate-'-error-please-solve-captcha-correctly-'-for-nocaptcha-recaptc/msg159331/#msg159331

The nocaptcha-recaptcha plugin simply does not support translations, so I don't think so that the above translation plugin will help translating it, either. It works with .po/.mo files same way as you normally would with Poedit, just inside admin dashboard for convenience. But, it cannot fix your theme or plugin auto-magically, if it's not coded properly.

Regards
dev101
« Last Edit: January 09, 2018, 09:56:06 pm by dev101 »

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: ERROR: Please solve Captcha correctly - noCaptcha reCaptcha
« Reply #11 on: January 09, 2018, 09:50:31 pm »
I upgraded my Osclass 3.5 to 3.7.4
I ticked in the new admin the button V2 (in spam and bot) and without having the key visible
The new plugin (1.2.1) is downloaded and installed.

Why are you using the nocaptcha-recaptcha plugin AND built-in captcha in Osclass at the same time?
Remove the plugin (uninstall) and stick with the built-in version. If the built-in version does not work, remove the keys from Spam N Bots page, then install and try the plugin. But not both at once.

Regards
dev101

Guib

  • Jr. Member
  • **
  • Posts: 92
Re: ERROR: Please solve Captcha correctly - noCaptcha reCaptcha
« Reply #12 on: January 09, 2018, 10:47:26 pm »
Thanks for the quick answer.

That's actually what I did, sorry I wasn't very clear. I first tried using the built-in version, it wouldn't work, so I removed the keys from the spam and bot settings, it still was showing the error message. Then I tried using the plugin, but it wouldn't work either. In both situation I had the same error message, saying the captcha wasn't valid.

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: ERROR: Please solve Captcha correctly - noCaptcha reCaptcha
« Reply #13 on: January 09, 2018, 10:51:42 pm »
Hi, thanks for explanation, now have you read this topic from the start and checked everything in your system?

Guib

  • Jr. Member
  • **
  • Posts: 92
Re: ERROR: Please solve Captcha correctly - noCaptcha reCaptcha
« Reply #14 on: January 10, 2018, 07:55:15 am »
It's totally crazy ... it works

I'm sorry, I was sure I did the right things and yet there must have been a problem somewhere ...
The only difference with my other tests is the fact that this time I left the language in auto detection ... and there, with that, everything works ...

I am so sorry that I do not ask myself any more questions :)

Thanks a lot dev101 :)
See you soon
Guillaume