How to remove “cluster-40926” from my dataroot in

2019-03-05 20:39发布

Path of moodledata in Moodle is

/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

But this creates an error "Fatal error: $CFG->dataroot is not configured properly, directory does not exist or is not accessible! Exiting"
cluster-40926 folder donot exits so I thnk if I can remove cluster-40926 from the path, problem will be solved.

Please help, Thanks in advance

2条回答
Root(大扎)
2楼-- · 2019-03-05 21:06

I cannot find the real answer, i again reinstall the new version of moodle and problem is solved. If any one face this problem plz reinstall the moodle.

查看更多
时光不老,我们不散
3楼-- · 2019-03-05 21:15

The moodle data directory and the web folder must be separate. Also the moodle data directory must be outside of the www folder.

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

查看更多
登录 后发表回答