Posts made by Christian Schett

That's right. I have no access to the php.ini file.

As I said before, my provider allows me to create a file called "php5-cgi.ini". I copied this file in the root directory of moodle.

In this file there are only for lines and should "overwrite" all php-settings within the moodle-directory:

register_globals=off
display_errors=off
magic_quotes_gpc=off
magic_quotes_runtime=off

And as you can see in my first picture and also in my screencast it seems to work for the "moodle/admin/phpinfo.php", for the "moodle/php_info.php" but not for "moodle/admin/report/security/index.php".
One phpinfo.php is part of "admin" directory. But I also put a php_info.php directly into the folder of moodle. Both shows me that the settings for "register_globals" are "OFF".

I made a little screencast: http://www.screencast.com/t/YWI4MzE1MW

I cannot understand why the phpinfo says everything is fine and the security report warns me that I have to make settings I've allready made.