You maybe getting that message because the allow_url_fopen is set to Off in your webserver's php.ini file. Try setting allow_url_fopen to On and display_errors to Off on your php.ini file and then restart your webserver for the changes to take effect.