The PHP parameter allow url fopen has been…
The PHP parameter allow_url_fopen has been disabled in both our PHP4 and PHP5 environments for the (gs) Grid-Service.
If enabled, allow_url_fopen allows PHP’s file functions to retrieve data from remote locations such as an FTP server or web site, and could lead to code injection vulnerabilities.
You can enable ‘allow_url_fopen’ by editing your php.ini file.
Find the php.ini file with this path: /home/00000/etc/php.ini. (where 00000 will be your Site Number).
Search or Add this “allow_url_fopen” and change the value with On.
allow_url_fopen = On
Also be sure to add the following to your php.ini:
memory_limit = 100M
cgi.fix_pathinfo=1
Nitun 7:44 am on January 27, 2012 Permalink | Log in to Reply
Reference link : http://kb.mediatemple.net/questions/793/Why+is+allow_url_fopen+disabled+on+the+%28gs%29+Grid-Service%3F