I enable reCaptcha and fill keys, but reCaptcha not showing on any page – old or new, nothing. But when I try to post question, “wrong captcha message” on top of page.
Hi,
Please send me username & password of your site (via private answer) for further checking.
Regards,
I can’t send u user and pass, it’s a big website. But I can send you screeshoots. Just say what
You can send me your site & a screenshot (Use: http://imgur.com/) for further checking.
https://www.saznajnovo.com/pitanja-i-odgovori/ (list of questions), and Screenshot: http://imgur.com/WxEgDri
Make sure you have added the Google Captcha Public/ private Key in the settings of DW Q&A plugin (Dashboard > Q&A > Settings).
See the screenshot: http://prntscr.com/641sfn
I wrote in the first post that I fill fields.
It’s hard to me to fix the problem for you right now. Please grant me to access your site to check exactly what’s happening in your site to help you out as soon as possible.please deactivate all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one and let us know if you find the problematic plugin(s). Maybe there is a conflict in plugins.
Ok, I know what is problem – SSL. I’am disable SSL for my website and reCaptcha work! Any fix for it? I want SSL and reCaptha.
Here is solution:
in /dw-question-answer/inc/lib/recaptcha-php/recaptchalib.php on line 106
change this:
function recaptcha_get_html ($pubkey, $error = null, $use_ssl = false)
to
function recaptcha_get_html ($pubkey, $error = null, $use_ssl = true)
Works fine! I think that is not a solution, but can help for now. I hope you will fix this in next update, and integrate new reCaptcha system.
Thanks Stefan. I had the same problem and this solved it. With Google pushing for sites to be SSL encrypted, it might be a good idea to make this configurable or set it to true by default.
Great! Worked for me as well but on reply-comment, i don’t see any reCaptcha.
Please login or Register to submit your answer