I am experiencing an issue while configuring the CAPTCHA 4WP plugin on my website. I have three options for Google CAPTCHA, and when I select V3 and enter the Site Key, I receive an error indicating that the key is incorrect, even though it has been copied correctly. However, when I select V2, it works without any issues.
Could you please assist me in resolving this problem with the V3 configuration?
]]>Dear,
I am using the Woodmart theme on my website, along with the WP-Rocket caching plugin and the CAPTCHA 4WP plugin for security. Unfortunately, when I activate CAPTCHA 4WP, I encounter an issue where the homepage does not load while I am logged in as an administrator. All other parts of the site work normally, and the homepage is accessible to non-registered users. When I deactivate WP-Rocket, the problem disappears, and everything functions correctly.
Is there a solution that would allow CAPTCHA 4WP to work in parallel with the WP-Rocket plugin without causing issues with accessing the homepage for administrators?
Thank you in advance for your assistance.
Best regards,
]]>I have created a pop up on my site with a contact form. This contact from works on my desktop however not on my peers desktops/mobile.
It displays an error in orange ‘There was an error trying to send your message. Please try again later’ the reason it display this is as the submission is referred as spam. How do i fix this issue?
]]>I am trying to find a solution that will work with formidable forms login form. Technically, formidable login is not an actual form but just a shortcode, and I can’t find a way to add recaptcha v2
]]>Hi I am trying your plugin to get a captcha up on the registration page, but nothing seems to be working. Is it because I use a different theme? I’m using the Salient theme? Thanks for your help!
]]>Every time I update this plugin I have to make my own custom edit to make it work with MU – without which I get loads of bogus bot attempts to register on wp-signup.php
if ( C4WP_Functions::c4wp_is_form_enabled( 'registration' ) ) {
add_action( 'register_form', array( __CLASS__, 'form_field' ), 99 );
add_filter( 'registration_errors', array( __CLASS__, 'registration_verify' ), 10, 3 );
// added lines for WPMU
add_action( 'signup_extra_fields', array( __CLASS__, 'form_field' ), 99 );
add_filter( 'wpmu_validate_user_signup', array( __CLASS__, 'mu_registration_verify' ), 10, 3 );
}
and then mu_registration_verify is just a setup and then call to the standard $this->registration_verify( $errors, $sanitized_user_login, $user_email );
(I can give you the specific code I use if you want it)
]]>Hello! I’m having a key authentication problem with your plugin.
I have generated keys. I put the site key in the field and after pressing the process button. I get an error – “Please fulfill the captcha challenge to proceed” and nothing else happens.
For all variants of “Step 1: Select the type of CAPTCHA” it turns out like this.
Browser Inspect gives me this message –
Uncaught ReferenceError: grecaptcha is not defined
https://dreamliving.bg/wp-content/plugins/advanced-nocaptcha-recaptcha/assets/js/admin.js?ver=7.4.0:332
jQuery 2
dispatch
handle
Greetings,
I need help with my reCAPTCHA. It seems to always generate an error message sent to my email (see below). I have tried many attempts to resolve, but without any luck. It seems the error occurs at the registration page. I have the reCAPTCHA on my login and registration pages. I am messaging here today because I don’t know what to do next. Any help appreciated, thank you.
Error Details
=============
An error of type E_ERROR was caused in line 51 of the file /srv/htdocs/wp-content/plugins/learndash-integrity/includes/class-recaptcha-v2.php. Error message: Uncaught TypeError: LearnDash\Integrity\reCaptcha_V2::verify_captcha(): Argument #1 ($token) must be of type string, array given, called in /srv/htdocs/wp-content/plugins/learndash-integrity/includes/class-recaptcha.php on line 138 and defined in /srv/htdocs/wp-content/plugins/learndash-integrity/includes/class-recaptcha-v2.php:51
Stack trace:
#0 /srv/htdocs/wp-content/plugins/learndash-integrity/includes/class-recaptcha.php(138): LearnDash\Integrity\reCaptcha_V2->verify_captcha(Array)
#1 /wordpress/core/6.4.2/wp-includes/class-wp-hook.php(326): LearnDash\Integrity\ReCaptcha->verify_captcha_register(Object(WP_Error))
#2 /wordpress/core/6.4.2/wp-includes/plugin.php(205): WP_Hook->apply_filters(Object(WP_Error), Array)
#3 /wordpress/core/6.4.2/wp-includes/user.php(3407): apply_filters(‘registration_er…’, Object(WP_Error), ‘test15313458’, ‘test15313458@em…’)
#4 /wordpress/core/6.4.2/wp-login.php(1118): register_new_user(‘test15313458’, ‘test15313458@em…’)
#5 {main}
? thrown
Hello CAPTCHA 4WP team,
thanks for your plugin.
We are getting the following Fatal error after upgrading PHP from 7.4 to 8.2:
PHP Fatal error: Uncaught Error: Using $this when not in object context in /wp-content/plugins/advanced-nocaptcha-recaptcha/includes/class-c4wp-captcha-class.php:565
Stack trace:
#0 /wp-includes/class-wp-hook.php(324): C4WP\C4WP_Captcha_Class::ms_form_field_verify()
#1 /wp-includes/plugin.php(205): WP_Hook->apply_filters()
#2 /wp-includes/ms-functions.php(586): apply_filters()
#3 /wp-signup.php(320): wpmu_validate_user_signup()
#4 /wp-signup.php(666): validate_user_form()
#5 /wp-signup.php(979): validate_user_signup()
#6 {main}
thrown in /wp-content/plugins/advanced-nocaptcha-recaptcha/includes/class-c4wp-captcha-class.php on line 565
Thanks,
Rafael
]]>Hi,
Captcha does not work with Wholesale For WooCommerce plugin. Still have dozens of spam B2B registarions. Could somebody solve this?
]]>Dear Support,
We’ve just attempted to switch PHP v7.4.33 to PHP v8.2.11 and unfortunately we’ve got the following errors:
Deprecated: Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /domain.com/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 309
Deprecated: Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /domain.com/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 317
Deprecated: Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /domain.com/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 301
Deprecated: Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /domain.com/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 313
Deprecated: Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /domain.com/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 328
Deprecated: Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /domain.com/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 339
Deprecated: Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /domain.com/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 350
Deprecated: Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /domain.com/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 362
Deprecated: Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /domain.com/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 375
Deprecated: Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /domain.com/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 389
Are you aware of these issues?
Would you please release a plugin version compatible with PHP v8.2.x?
Many thanks,
Mihai Bocsaru
When you log into the site using your account, an error appears. Screenshot: https://disk.yandex.ru/i/V4GTJdusDHuGMQ
This happens on all sites where CAPTCHA 4WP is installed.
]]>This plugin was causing slowdowns. So I changed the setting from “show on all pages” to “show only on forms”. I purged all caches and even edit/saved pages. Cleared browser cache, too. Made no difference. The badge and underlying code is still on every page.
So then I completely removed the plugin from plugins. Repurged, etc., and still that badge is on every page.
]]>Hi everyone,
And thank you for your big job on this plugin !
The nightly 7.3 update broke my WP login page (on which I configured a captcha). I now got a white page. The problem is quite simple.
Here is the php error :
[11-Aug-2023 08:22:12 UTC] PHP Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, non-static method C4WP\C4WP_Captcha_Class::login_form_return() cannot be called statically in /home/xxx/yyy/wp-includes/class-wp-hook.php:312
The problem is in class-c4wp-captcha-class.php :
Thank you for your work ! And thank you for fixing this issue.
Regards,
Chris
]]>The captcha badge does not appear on this site, even though the plugin is enabled. There does not appear to be an element with the class “grecaptcha-badge” anywhere on the page.
However, we’ve had users report that they have failed the captcha test when trying to log in. So it appears it is working on some pages, it’s just not possible to tell which ones and when. In Captcha4WP settings, the Captcha is set to appear on all WordPress and WooCommerce pages.
]]>Hi! I noticed that captcha stopped working with WooCommerce registration form. I have the latest version installed and I don’t have a premium version. The premium version of the plugin states that captcha will be available for the Checkout and Login page, other pages are not mentioned. This confuses me, so I would like to know if in the free version of the plugin captcha should work with WC Registration form ?
]]>Watch this video please: https://www.ads-software.com/support/plugin/advanced-nocaptcha-recaptcha/
]]>How can I verify CAPTCHA 4WP is working? There are no challenges or any sign it is working at any point on the site other than the logo in the left corner.
]]>Please answer your paid support request from inside the plugin. I have sent two request out for the same thing, tons of spam woocommerce registrations. Please search you paid support for the email of coolracer****@ and no reply for weeks now. Please fix this issue and answer paid customer support. I see other are having the same issue and nothing is solved yet with them either.
]]>Hi, I see double recaptcha in login screen.
Have a look at screenshot: https://prnt.sc/mK_U0us99UND
Any hints how can we fix it?
Thanks!
Hi, Team
Our customers can not register in. It always shows” please resolve captcha correctly “.
Previously, we had the same issue on the woocommerce checkout. Your team replied to me we should set up failback option to V2. We did! Just in case, I unticked the captcha on woocommerce checkout to make sure customers will not be stopped by your plugin. So we presumed everything should be fine.
However, today, one of our loyal customers call us that the same issue even happens on the registration form. This is totally intolerable!!!
2 hours ago, I sent email to [email protected] by replying to the previous email.
Please help to fix this issue immediately. I can not believe your plugin keeps letting us lose sales and customers’ trust.
]]>Not sure why, but after latest update no user can reset their password. They are getting a password miss match error.
Bug went away once plugin was deactivated. Has anyone else noticed this issue?
]]>Hello , captcha is not working on my contact form or user creation form and i am seeing a json [c4wp_nocaptcha g-recaptcha-response] instead of the captcha itsself
]]>Hello, captcha not working on login and register pages whereas option is enabled in settings. I am using captcha v2 and it’s working on on other site sections. Thanks for your help.
]]>Recaptcha loading time from google site is 1300ms. Is it possible to modify the plugin and set async for < scripts >?
]]>If plugin is enabled for reset password page, users are unable to reset their password due to error in anr-captcha-class.php where value of second, hidden password box is being set to the id of the first password box, not the value:
pass2.setAttribute( ‘value’, pass1.getAttribute(‘id’) );
Code should be:
pass2.setAttribute( ‘value’, pass1.getAttribute(‘value’) );
This bug was introduced in v7.2 as shown in repo:
]]>I see a warning in the error_log:
PHP Warning: Undefined array key “path” in wp-content/plugins/advanced-nocaptcha-recaptcha/anr-captcha-class.php on line 958
In some cases the array key ‘path’ undefined but there are no check for key existing.
]]>Hi, After upgrade to latest version 7.2, the woocommerce checkout page must be unchecked to go ahead (we are using v3).
Can someone help us with it? We emailed many times before to ask help about other issues previously, but never got replied. VERY BAD service!!
Is your plugin still supported or aborted. Our plan was renewed and money has been paid.
I sent email 5 mins ago and please help us.
]]>I see in error.log:
PHP Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, non-static method C4WP_Settings::c4wp_nocaptcha_plugin_notice_ignore() cannot be called statically
The method c4wp_nocaptcha_plugin_notice_ignore() must be statically.
]]>FYI:
[28-Apr-2023 14:39:01 UTC] PHP Parse error: syntax error, unexpected ‘)’ in /…/wordpress/wp-content/plugins/advanced-nocaptcha-recaptcha/admin/settings.php on line 86
]]>