Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
The addon could not be enabled because it generated a fatal error
![KillTheBronies](https://secure.gravatar.com/avatar/3f8bf12f3c822aec90e0a426a8a57e54/?default=https%3A%2F%2Fvanillicon.com%2Fc408c8b101bc89c0d15acc20a0fb6178_100.png&rating=g&size=100)
Curl required
How can I fix this? I tried downloading curl but I have no idea how to install or use it or what it is even for.
0
Comments
Curl is basic requirement of many plug-ins.
It is for making request server to sever. Or in this case talking to google recpacha to verify.
If you don't know how to install it, ask your host. You need curl, php-curl and the following functions to be enabled
curl_init
,curl_setopt
,curl_exec
. I have seen instances where curl is installed but the host has disable curl functions.grep is your friend.