Thanks for letting me know, John.
Please could you try the following:
in login-recpatcha/login-nocaptcha.php, delete line 108 and replace it with:
$login_nocaptcha_v3_key = get_option('login_nocaptcha_v3_key');
if ( empty($login_nocaptcha_v3_key) ||
Then try re-activating. Let me know if you’re comfortable doing this and if it helps; if so I’ll get a patch out right away…
p.s. the reason I ask is that I can’t reproduce this on my own site–deactivating and reactivating works fine. So I’m wondering if there’s something specific to your setup that can be resolved with the above patch. Keep me posted!
That has worked.
Now it’s on to the next one…
Fatal error: Can’t use function return value in write context in /home/gothamvo/public_html/bigapplevolleyball.org/wp-content/plugins/login-recaptcha/login-nocaptcha.php on line 156
Line 156
if (!empty(get_option('login_nocaptcha_v3_key'))) {
Doing a similar update fixes this:
$login_nocaptcha_v3_key = get_option('login_nocaptcha_v3_key');
if (!empty($login_nocaptcha_v3_key)) {
The site is on PHP 5.6.24
Thanks, John. I’ve pushed a fix in 1.3.2. Hope that does the trick!
Thank you, Robert.
Confirmed it does work.
I updated another site, also running on the same web host directory as the other. It is working perfectly fine.
Thank you again. It’s been a pleasure.
Thanks for the clear report and glad we could get it working again reasonably quickly.
Good day
Please help
My site shows the following error:
Fatal error: Can’t use function return value in write context in /home/p341293/www/retooling.ru/wp-content/plugins/login-recaptcha/login-nocaptcha.php on line 353
Hi @hasslich — what version of PHP are you running?
(@hasslich — this looks like the same problem as above. You need to apply the patch (above) and upgrade to 1.6.2
Please tell me how to do it
I can not log into the console Wp
@hasslich — the fastest way to regain site access will be to delete the plugin directory using sftp or similar. You can then reinstall the plugin and it will be the latest version that does not give the error. I hope this helps!
@robertpeake
thank you very much!