Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Error validating the Captcha · 9 years ago

    The fact that no site you've seen has a captcha form, does not mean it's because it does not work, that would have been reported before. Still no clear idea what could be the cause of the problem.

  • Error validating the Captcha · 9 years ago

    This is not a general problem. I have just tried setting up a brand new form on a remote site I have, and it works fine. Test form: title: Contact published: true cache_enable: false cache: enab

  • Error validating the Captcha · 9 years ago

    Sorry flavio, but I have visited a lot of pages from this reference list forum:sample-grav-sites. NO captcha is used on any form! Never ever. I'm sure that the GRAV form captcha element does not just

  • Error validating the Captcha · 9 years ago

    Can you show me a sample site where the recaptcha worked fine? this sora sample form has not a captcha. Is there any step i forgotten? Yesterday I have installed a virgin grav project in my xampp envi

  • Error validating the Captcha · 9 years ago

    Ok so the response parameter is there. Then, I don't understand what the problem is.

  • Error validating the Captcha · 9 years ago

    value of $query after submitting is: secret=6LfB-BQUAAAxxxxxxxxxxxxxxxxxxxxxxxxxj-d0kAg9&response=03AHJ_Vuv aF2yXy3POYccPsHEDFf2ymibItoVqThYpscgv5jMSJCDobT5UeXUGpxhQU3nEuINW9ctswyARrBes7GmwTDrkubC

  • Error validating the Captcha · 9 years ago

    (please post code within triple backticks or triple dashes, it's not readable if not) The missing-input-response means the response parameter is not sent. What's the dump of $query, in the same funcit

  • Error validating the Captcha · 9 years ago

    I have now deleted this recaptcha record for this domain at google-recaptcha tool site and created a new one. The problem also occurs with this new data.

  • Error validating the Captcha · 9 years ago

    dump from $recaptchaSecret and $params["recaptcha_secret"] string(40) "6Lcf1hQUAAAAAHvwEiCE7rVa4xxHwSl8ayXKmUHF" } int(1)

  • Error validating the Captcha · 9 years ago

    var_dump result after $response = json_decode(file_get_contents($url), true); { ["success"]=> bool(false) ["error-codes"]=> array(1) { [0]=> string(22) "missing-input-response" } } here the r