Can not create local file pool file, please verify permissions in dataroot and available disk space.

Re: Can not create local file pool file, please verify permissions in dataroot and available disk space.

by Matteo Scaramuccia -
Number of replies: 0
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers

Hi Leon,
it's better to add:

$CFG->preventfilelocking = true;

in your config.php file to remove locking even in other places.

BTW, you should host your Moodle instance on a file system supporting file locking: Moodle frequently uses the file system for sensitive operations like managing the pool of files and supporting MUC with the file stores, enabled by default.

HTH,
Matteo

Average of ratings: Useful (1)