Hi,
This problem exist only since the 7.3 upgrade:
Jan 8 07:41:26 ethelbert httpd: PHP Warning: fopen(): URL file-access is disabled in the server configuration in /home/e-smith/files/ibays/sqlhacks.pm/html/cookbook/googleblogping.php on line 52
Jan 8 07:41:26 ethelbert httpd: PHP Warning: fopen(http://blogsearch.google.com/ping?name=SQLHacks&url=http%3A%2F%2Fwww.sqlhacks.com%2Findex.php%2FMain%2FHomePage): failed to open stream: no suitable wrapper could be found in /home/e-smith/files/ibays/sqlhacks.pm/html/cookbook/googleblogping.php on line 52
Jan 8 07:41:26 ethelbert httpd: PHP Warning: fgets(): supplied argument is not a valid stream resource in /home/e-smith/files/ibays/sqlhacks.pm/html/cookbook/googleblogping.php on line 53
Jan 8 07:41:26 ethelbert httpd: PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/e-smith/files/ibays/sqlhacks.pm/html/cookbook/googleblogping.php on line 54
The problem is in the php.ini, it is set to:
allow_url_fopen = Off
Even if I change it to:
allow_url_fopen = On
it does not work. Where else can I set this?
Thanks