*

katalin2k

  • ****
  • 157 posts
noCaptcha error after registering
« on: July 29, 2025, 12:10:17 AM »
Hi guys, after I register a new account I get redirected to login page, I am not getting logged in and I get noCaptcha error that I have to solve captcha, but clearly I did because new account has been created. Any idea why this happens?
I am using Zeta theme.

*

MB Themes

Re: noCaptcha error after registering
« Reply #1 on: July 29, 2025, 04:58:07 PM »
You probably has recaptcha enabled and backend check functional and it's not added in front (no captcha in login page).
What you use, plugin?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

katalin2k

  • ****
  • 157 posts
Re: noCaptcha error after registering
« Reply #2 on: July 31, 2025, 07:05:44 PM »
I use noCaptcha plugin and it’s selected to be active in admin login, login, registration, contact form. The issue is that when registering a new account only sometimes happens, not everytime(not really sure)

*

MB Themes

Re: noCaptcha error after registering
« Reply #3 on: August 01, 2025, 02:42:45 PM »
You should see these 2 lines of code in your user-login.php, if not add it.
Code: [Select]
<?php osc_run_hook('user_login_form'); ?>
<?php osc_show_recaptcha('login'); ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

katalin2k

  • ****
  • 157 posts
Re: noCaptcha error after registering
« Reply #4 on: August 05, 2025, 10:56:36 AM »
You should see these 2 lines of code in your user-login.php, if not add it.
Code: [Select]
<?php osc_run_hook('user_login_form'); ?>
<?php osc_show_recaptcha('login'); ?>
I can see these lines but like I said it works most of the time. Just sometimes does what I told you.
Code: [Select]
        <div class="user-reg-hook"><?php osc_run_hook('user_login_form'); ?></div>

        <div class="row fr">
        </div>
       
        <?php zet_show_recaptcha('login'); ?>

*

MB Themes

Re: noCaptcha error after registering
« Reply #5 on: August 05, 2025, 12:27:08 PM »
If it's just sometimes, it's probably related to your network or communication between client and google server.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

katalin2k

  • ****
  • 157 posts
Re: noCaptcha error after registering
« Reply #6 on: August 05, 2025, 05:30:19 PM »
If it's just sometimes, it's probably related to your network or communication between client and google server.
But after successful registration it does not log in automatically and throws that error.
But new account is created.

*

katalin2k

  • ****
  • 157 posts
Re: noCaptcha error after registering
« Reply #7 on: August 05, 2025, 06:25:56 PM »
I created 4-5 new accounts and it happened every time.

*

MB Themes

Re: noCaptcha error after registering
« Reply #8 on: August 06, 2025, 01:51:00 PM »
You will need to go to plugin code and debug what's going on and why this message is shown.... no other way
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

katalin2k

  • ****
  • 157 posts
Re: noCaptcha error after registering
« Reply #9 on: August 06, 2025, 09:12:56 PM »
You will need to go to plugin code and debug what's going on and why this message is shown.... no other way
Alright but I have no idea on where to start…

*

MB Themes

Re: noCaptcha error after registering
« Reply #10 on: August 07, 2025, 11:49:26 AM »
I would focus on function anr_verify_captcha
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots