by Ricard Siliuk.
Hello,
I'm configuring a copy of a website and I get this error in php_errors.log when trying to access the website:
PHP Fatal error: uncaught exception 'invalid_dataroot_permissions' with message "Invalid permissions detected in $CFG->dataroot directory"
For now, the permissions on the moodledata folder are set to 0777 but even that doesn't change the outcome. Is it looking for specific set of permissions or maybe I messed up the user? For the time being I've set the owner of both moodle ar moodledata to root for testing purposes.