by Ludovic Garlin.
My host update my server to PHP 5.4.
Well now, I can install Moodle 2.6.6+ maximum.
I have tried to do, old message has disappeared but a new message tell that the moodledata isn't secure.
I tried to create .htaccess but result is same with line :
order deny,allow
deny from all
Because I think isn't possible to find a solution with host, now I tried to disable the security test. I tried to modify lines 244 to 250 in locallib.php file but nothing change.
$result->status = REPORT_SECURITY_OK;
$result->info = get_string('REPORT_SECURITY_OK', 'ok');
or = get_string('check_unsecuredataroot_ok', 'report_security');
Somone has a solution ? thank's.