-
Notifications
You must be signed in to change notification settings - Fork 310
PHP Notice: Undefined index: g-recaptcha-response #93
Comments
Tried with Ubuntu 14.04 and PHP 5.5.9 and I got the same error |
Same result on Ubuntu 18.04 PHP version 7.2 |
Same result on windows PHP version 7.0 |
Same problem Ubuntu 18.04 |
i had this issue as well but.. it has to do with using a different version of a php plugin. what fixed it for me was
you probably already did this once. but along the way an |
Ever find a fix for this? I have same problem. |
i have the same problem the g_recaptcha_response seem to be empty, i try to use on more than one page my recaptcha and i obtain this error with second page i use it |
i have passed through this error, my form was in table and i got the same error than you, i've put all my form and fields between some and the recaptcha was send and received correctly, the error is in our form, no , just
|
between some div, no table, just div |
I am using:
Ubuntu 16.04.6 LTS
PHP 5.6.40-6
When I try to login nothing happens, I found this error on /var/log/apache2/error.log
[Thu Apr 18 19:38:44.528061 2019] [:error] [pid 7405] [client 181.123.31.124:59758] PHP Notice: Undefined index: g-recaptcha-response in /var/www/html/index.php on line 312
My recaptcha widget loads fine as I can see. I couldnt fine anyone else with this problem.
The text was updated successfully, but these errors were encountered: