You will need to either disable it within either: httpd.conf or php.ini (server-side) or request that your host provider can perform this action for you.
;open_basedir
and this line in the .htaccess file
php_value allow_url_fopen On
or you can add this line in php.ini file
allow_url_fopen = On;
or, Select php virsion 7.1