Hi,
My webhost has asked me to let you know that your plugin isn’t working with PHP 8.1 but is for 7.4… Also, I was unable to integrate the recaptcha for this version of contact form 7
When define WP_DEBUG, get lots of messages like:
[15-Jun-2020 15:22:08 UTC] PHP Deprecated: Function create_function() is deprecated in /blah/plugins/bwp-recaptcha/bwp-recaptcha.php on line 40
Changed line 40 to:
`add_filter(‘bwp_capt_init_priority’, function() { return 9; });
]]>Hello,
when trying to log into the page I get this message: Unknown error (invalid-json). Please contact an administrator for more info.
I disabled the plugin via the console. What’s the problem here?
Regards
Andi
Have been using for a while, but all of sudden it isn’t working and throwing error
(invalid-json).
Maybe a PHP issue with latest version?
Don’t think it is even supported, looking at other posts.
@oddoneout if you are no longer interested in taking care of this plugin would you consider transferring the management? My development team has made significant updates to the plugin over the last few months: compatibility with v3, better multisite support, cf7 support for v3, php 7.2 support, etc.
If not, then we will fork it and provide you with credit for the work that you previously provided.
Thanks,
Dr. Pat
]]>The PHP complatibility plugin reports these errors and warnings:
FILE: /home/wordpress/wp-content/plugins/bwp-recaptcha/includes/class-bwp-recaptcha.php
————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————
1572 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
————————————————————————————————————
FILE: /home/wordpress/wp-content/plugins/bwp-recaptcha/includes/provider/recaptcha/recaptchalib.php
——————————————————————————————————————————————————-
FOUND 4 ERRORS AFFECTING 3 LINES
——————————————————————————————————————————————————-
210 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
211 | ERROR | The constant “MCRYPT_RIJNDAEL_128” is deprecated since PHP 7.1 and removed since PHP 7.2
213 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
213 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
——————————————————————————————————————————————————-
FILE: /home/wordpress/wp-content/plugins/bwp-recaptcha/bwp-recaptcha.php
———————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————-
40 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
———————————————————————————————————-
FILE: /home/wordpress/wp-content/plugins/bwp-recaptcha/vendor/kminh/bwp-framework/src/phpunit/unit-testcase.php
—————————————————————————————————————-
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
—————————————————————————————————————-
70 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
71 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
—————————————————————————————————————-
Hello,
I am using an “all purpose” SEOS theme and I have a registeration page displayed by using short code “[usp-login-form]” from the plugin called “user submitted posts”. I found that the reCaptcha gets activated for :
https://www.visorsourcing.com/wp-login.php?action=register
However, I was wondering how may I integrate with the registration form on the main page within the theme on https://www.visorsourcing.com
Peter
]]>Hi – we’ve added the plugin and are using Contact 7. The plugin loads fine as we added the code to the <head> and added the keys, but when we go to the form – our users can submit it without checking the box. What are we doing wrong?
The only thought we have is that we aren’t doing https://www.google.com/recaptcha/api/siteverify correctly. We’re getting this message.. is this telling us something?
{
“success”: false,
“error-codes”: [
“missing-input-response”,
“missing-input-secret”
]
}
Any idea what code we’re missing? Thanks!
]]>Lots of old and unanswered topics which must lead to the question is this plugin supported or dead?
I suggest that unless the plugin author responds in a timely manner this plugin should be considered expired.
I would prefer that not to be the case, but common sense has to prevail.
]]>Hello there.
Is it possible to change the language when using this plugin in CF7?
For example:
[recaptcha recaptcha-323 lang:en]
It’s very needed in a multilingual website using WMPL.
]]>Hi guys,
Unfortunately the google captcha appears only for registered users but not for our visitors without an account. The new captcha design doesn’t work whereas the old bw captcha design is shown. Can you please have a quick look what happens?
Thank you so much
Fox
hi,
I’m using BW reCAPTCHA on my site with akismet
Since few days, i have the following error when i want to enter a comment on my post:
Unknown error (invalid-request). Please contact an administrator for more info
I checked where it can come from by disabling the plugins. the problem is clearly related to BW ReCaptcha.
What’s strange, i have the same site on my development environnement (wamp) where I can test previously to modify my production site. On the dev envt it works juste fine !!
I checked my google account, it’s ok
Any idea??
Thanks
]]>Hi team,
I am getting debugging error with the site after activating your plugin.
Notice: wpcf7_add_shortcode is deprecated since Contact Form 7 version 4.6! Use wpcf7_add_form_tag instead. in /wp-content/plugins/contact-form-7/includes/functions.php on line 357
I checked your code and noticed that your are using contact form 7 deprecated function. Let me share file location path here.
/wp-content/plugins/contact-form-7/includes/addons/contact-form-7/captcha-shortcode.php and line no. around 240, function name – registerCf7Shortcode()
Please check that code and make plugin update with the latest contact form 7 plugin function.
]]>I am running users ultra pro on wordpress 4.8 and buddy theme and cannot seem to get this to work whilst using these. Is there a method to get these working together properly please?
]]>Hi Team,
Kindly advise on how to add BWP reCaptcha to Woocommerce (my-account – login/register) section.
Awaiting your prompt and positive response.
—
Best Regards
Is there a way to add the recaptcha box to the register account part of WooCommerce.
]]>I installed Better WordPress ReCaptcha plugin version 2.0.3 hoping that it would add reCaptcha to the email subscription field that Jetpack makes available for deployment in a theme as a widget. You can see the “Subscribe to blog via email” widget at the bottom of the right-side widget area on my site.
I know that MailBait, along with other nefarious services, are basically databases of sites based on known frameworks (like WordPress) and I don’t my site included as a place where a bot can subscribe addresses to my site.
Can support for the Jetpack email subscriptions widget be added?
Best regards,
Paul
]]>I’d like to deactivate recaptcha on my login, as I have another system for that. I unclick it in settings and save, and it is re-clicked when saving is done….
Anyone?
]]>Invisible Captcha would be available soon with your plugin ?
]]>Currently, loading file https://www.google.com/recaptcha/api.js on every page is breaking other plugins that are also using ReCaptcha library.
Is there a way to prevent or exclude pages or some possibilities to unhook the script from the wp_footer just to make sure it’s only loaded when needed.
It’s also causing performance issue as well ??
Thanks!
]]>Hello BWP-recaptcha
Is the following error message anything to do with your plugin?
Best Regards
]]>The login is completely ignoring the Captcha. I was on WordPress version 4.7, 4.7.1, and now 4.7.2 and it ignores it for all three versions.
To replicate the issue is easy. Go to the login page, fill in username and password and do not check the Captcha box. Click login. WordPress let’s any user login without first passing the Captcha. Please fix this ASAP! Thank you.
]]>Hi,
Your description indicates that with multisite you can enter site and secret key for individual sites or for all sites. How do you enter it for all sites?
Thanks,
Pat
Hi!
I’m using Contact Form 7, Avada 5 theme, and added your plugin. I have a simple contact form and have inserted the generated shortcode provided within Contact Form 7. (inserting correct keys for this testing site). I have “unchecked” the “Treat invalid captcha as spam” in the Contact Form 7 Integration section. I have tried different configurations under Main Functionality of the three options: Comment form,
Registration form (user/site registration), Login form. Turning all off, all on, etc. and then have viewed page in another browser without being logged into the site. No reCaptcha I’m sad to say.
Would you help please?
thornestest.indigraphics-design.com
Hi, your plugin works great on the regular login page. However, I also use User Access Manager plugin to restrict some pages just to members. However, when a member isn’t logged in, that page only displays the username and password fields for login, and no recaptcha, and if I try to submit, it just redirects me back to the regular login page and makes me login again. Is there any way to add ReCaptcha on that page as well?
]]>Love your plugin, simple and nice. What I need is enable captcha in asgaros forum plugin for guest posting. Asgaros want to help, but he kindly asking two things:
the code for displaying the captcha
the code to validate the user-input with the captcha
Can you help us, please….
]]>Hi,
Just updated WordPress to 4.7 and Contact Form 7 to version 4.6. After completing the recaptcha en clicking the submit button a Contact Form 7 error message appears:
“Failed to send your message. Please try later or contact the administrator by another method.”
I found that after disabling Better WordPress reCAPTCHA the issue was solved. Would really like to keep using the plugin. Any ideas for a fix?
Thanks!
Syl
Hi,
The ReCaptcha is showing on login page, but not on a comment form.
I looked in the other question, but didn’t find an answer.
Can you help me?
The created html code on the comment form is
<input name="bwp-recaptcha-widget-id" value="bwpRecaptchaWidget1" type="hidden">
<div id="bwp-recaptcha-3fcdb73d36d54f2cc22d0f68e6b6e182" class="bwp-recaptcha g-recaptcha"></div>
<input name="error_redirect_to" value="" type="hidden">
Trying to get the recaptha working on this URL:
https://www.rivercloud.nl/5-linkedin-profiel-tips-voor-meer-klanten/
Are there ways to add this to any form?
The instructions only list specific forms.
For example, is there a tag such as {recaptcha} that I can add to any form, and it will be protected?
]]>So, I see the new “Invisible reCAPTCHA” is “Coming Soon”, and we can sign up for it now. Does this plugin need to be updated to take advantage of it, or is this automatic? I am currently using the plugin and on a side note I am also a bit concerned it has not been updated in 11 months, and yet again there is another major core WordPress update; I am mostly concerned with any security issues if it turns out that the plugin has been abandoned.
]]>