You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reca...@googlegroups.com
SO I processed a form without the captcha checked and it worked, it told me to fill out the captcha. SO when I did fill out the captcha I got this error message but everything still went through just fine:
Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in submit.php on line 20
MYSECRETKEY has been replaced, I just have hid it for the purpose of posting here.
Niels
unread,
Jul 20, 2015, 3:08:55 PM7/20/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reca...@googlegroups.com
The first warning is where your error lies. In your server's configuration, you cannot open external webpages as a file pointer. It works because you are still posting back to google that the recaptcha has been verified. You could ignore the warning, or you could find a way connect to a url without trying to read its contents.