Warning: file_get_contents() allow_url_fopen issue

How to enable allow_url_fopen 

Edit your php.ini, find allow_url_fopen and set it to allow_url_fopen = 1

Or if you don't understand how to do this then contact to your hosting support team and enable the allow_url_fopen in your PHP configuration

Thanks