Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Hey thanks for the great feedback, it is appreciated.

    For your question, that actually is not an “error”, it is a warning that basically says that there is an issue with the file_get_contents() function. Most likely the function is disabled on your server. I would try asking your web host for help and/or more information.

    For example, one way of enabling the function is to edit your server’s php.ini file with the following line:

    allow_url_fopen = on

    I hope this is useful, please let me know if I may provide any further infos.

    • This reply was modified 8 years, 7 months ago by Jeff Starr. Reason: clarity
    Plugin Author Jeff Starr

    (@specialk)

    Just to follow up with this, I’ve implemented a solution for when allow_url_fopen is disabled on the server. Thanks again for reporting this.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error with Google Recaptcha’ is closed to new replies.