Sir, this issue usually occurs when allow_url_fopen is not enabled in your PHP configuration.
Please check your php.ini file and make sure the following line is present and set:
allow_url_fopen = On
If you’re using cPanel, Webuzo, or any other control panel, you can enable it from the PHP settings section.
Once enabled, the error should be resolved. Let us know if you need help with this!