Here is the matter:
ini_set(\'display_errors\', \'1\'); ini_set(\'safe_mode\', \'0\'); ini_set(\'allow_url_fopen\', \'1\'); ini_set(\'allow_url_include\', \'1\');
These variables cannot be changed within a user script. The access value means:
access
PHP_INI_SYSTEM 4 Entry can be set in php.ini or httpd.conf
You can try to set it in .htaccess:
.htaccess
php_value allow_url_include 1