Hi,
Thank you for reporting the issue. We will investigate the problem and let you know.
Hi,
The code clearly has provision to show the message if and only if WordPress returns an error while inserting a user.
Can you please delete that user and try to register with reCAPTCHA?
Thread Starter
pcw3r
(@pcw3r)
Hello,
It was the first thing I did, to check from my base if the user existed, but it was not the case.
And in this case, why when i disable the recaptcha the issue disappear ? If i have existing user in my databse, i should have the same message.
But, i test again by precaution to register random user, with random mail address (to be sure that this user not existing in my database), and i have same issue.
Regards,
Hi,
In v1.7.2 we fixed the issue.
Previously we were using file_get_contents() to verify captcha. But it may not be supported in all PHP servers.
So, we have switched to wp_remote_get() which depends on curl library of PHP.
Please update and let us know if this solved the issue.
Thank you!
Thread Starter
pcw3r
(@pcw3r)
Is perfect now with version 1.7.2.
Thanks a lot !
Regards,
-
This reply was modified 5 years, 5 months ago by
pcw3r.
Please check my latest reply as we fixed this in v1.7.2
Thread Starter
pcw3r
(@pcw3r)
All is okay now 🙂
Thank you for the reactivity
-
This reply was modified 5 years, 5 months ago by
pcw3r.
You are most welcome.
If you find it helpful, it would help us a lot also to get your review
https://ww.wp.xz.cn/support/plugin/wp-attest/reviews/#new-post
If you encounter also other issues, or you have features suggestions, let us know.
Thank you!