Maybe this isn't a newbie question... or maybe it is just too simple, from the lack of response! 🙂
Anyway, "no value" in allow_url_fopen must mean it is off, because I can set it on with the ini_set function:
ini_set ("allow_url_fopen", "1");
This works, but instead of the error message the
$file = fopen ($url, "r");
now ABORT the script without ANY error messages whatsoever. 🙁
Could it be a Safe Mode issue anyway? But that would be just insanely paranoid to prohibit to open a remote url! It is no security risk for the server at all. 😕
I also tried to put
php_value allow_url_fopen 1
in .htaccess but that gave a Server Error when opening the php.