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.
Options

The addon could not be enabled because it generated a fatal error

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.

Comments

  • Options

    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.

Sign In or Register to comment.