Google Recaptcha Php Warning

Hello,

there is an error on my server log:

[09-Mar-2022 18:19:23 Asia/Shanghai] PHP Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/xxxxxx/public_html/app/lib/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Post.php on line 68

[09-Mar-2022 18:19:23 Asia/Shanghai] PHP Warning: file_get_contents(https://www.google.com/recaptcha/api/siteverify): failed to open stream: no suitable wrapper could be found in /home/xxxxxx/public_html/app/lib/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Post.php on line 68

Can anyone help me to find a solution.?

thank you.

You need to enable allow_url_fopen on your server.

https://docs.cs-cart.com/latest/install/system_requirements.html

Thank you so much. fixed it.

You need to enable allow_url_fopen on your server.

https://docs.cs-cart.com/latest/install/system_requirements.html