Hello
I have tried:
My proposed solution is to go into the website’s web server, into the php.ini file, and turn allow_url_fopen on by setting:
allow_url_fopen = On
and then restarted httpd on centos 6.
I am only facing this problem on my local server, it works fine on my production server.
Also by default it was
allow_url_fopen = On
Thank you,
Shariq Moosa