We have changed out testing environment to a WIn2008R2 Server with the IIS
Now we get the error-message: Fatal: $CFG->dataroot is not configured properly! Exiting
Extract of our config.php:
$CFG->dataroot = 'C:\\www\\edv\\Moodle2\\moodledata';
The "real" windows-path: C:\www\edv\Moodle2\moodledata
I tried single-backslahes in the dataroot-string - the result was the same. But the double-backslash was suggested from moodle itself creating the config.php
User "Everbody" has complete access to the path!
Whatelse can be the solution?