laravel-google-captcha icon indicating copy to clipboard operation
laravel-google-captcha copied to clipboard

file_get_contents() error not fixed at all?

Open Rishats opened this issue 6 years ago • 1 comments

Laravel: 5.6 PHP: 7.2 "name": "buzz/laravel-google-captcha", "version": "v2.1.10",

file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0

[2019-01-23 10:05:41] production.ERROR: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 {"exception":"[object] (ErrorException(code: 0): file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 at /var/www/example.com/releases/6/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Post.php:72)

Rishats avatar Jan 23 '19 15:01 Rishats

this is issue of google recapcha package. You must enable allow_url_fopen in php.ini

thinhbuzz avatar Jan 26 '19 08:01 thinhbuzz