如何从我的 moodle 数据根中删除 "cluster-40926"

How to remove "cluster-40926" from my dataroot in moodle

Moodle 中 moodledata 的路径是

/nas/wp/www/cluster-40926/securityorg/test_moodle.

Here is the code

$dir = dirname(__FILE__);
echo "Full path to this dir: " . $dir;

Output:

Full path to this dir: /nas/wp/www/cluster-40926/securityorg/test_moodle

但这会产生错误 "Fatal error: $CFG->dataroot is not configured properly, directory does not exist or is not accessible! Exiting"
cluster-40926 文件夹不退出所以 我想如果我可以从路径中删除 cluster-40926,问题就会解决。

请帮忙,提前致谢

moodle数据目录和web文件夹必须分开。此外,moodle 数据目录必须在 www 文件夹之外。

https://docs.moodle.org/27/en/Installing_Moodle#Create_the_.28moodledata.29_data_directory

我找不到真正的答案,我重新安装了新版本的moodle,问题就解决了。如果有人遇到这个问题请重新安装moodle。