ich habe den safe mode per httpd im confixx auf off geflagt
<Directory /var/www/web0/html/>
php_admin_flag safe_mode Off
php_admin_flag allow_url_fopen On
php_admin_value open_basedir /var/www/web0/html/:/var/www/web0/phptmp/:/var/www/web0/files/:/var/www/web0/atd/:/var/lib/php5/:/home/www/web0/html/t3lib/
Options -Indexes +FollowSymLinks +Includes
DirectoryIndex index.php index.html index.htm
</Directory>
dennoch kommt die selbe fehlermeldung! was kann ich tun? |