Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: FAQ.

Category:FAQ: Difference between revisions

From MoodleDocs
(permission denied for my moodledata directory)
(update and shorten)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Hello,
{{Main page}}


I'm new to moodle and I just installed version 1.9. Everything went well, but I'm having problems with my data files location. I get this message when I log into my homepage:
Frequently asked questions (FAQ) and answers are transferred to the documentation from the forums on moodle.org. Please check to see if your question is already answered in one of FAQ pages listed below.


If you can't find the answer to your question, please try a [https://moodle.org/public/search/ Google search of Moodle.org] and/or a [http://moodle.org/mod/forum/search.php?id=5 Moodle in English advanced forum search].


Warning: mkdir() [function.mkdir]: No such file or directory in /home/content/d/r/b/drb0566/html/moodle/lib/setuplib.php on line 167
[[es:Categor%C3%ADa:FAQ]]
ERROR: You need to create the directory /data/moodledata with web server write access
[[eu:Kategoria:FAQ]]
 
[[fr:Catégorie:FAQ]]
To the best of my knowledge, I have /data/moodledata with web server write access.
[[pl:Kategoria:FAQ]]
 
Do i manually set up specific sub-directories in the moodledata directory?
 
my config settings are like this:
 
$CFG->dirroot  = '/home/content/x/x/x/xxxxxx/html/moodle';
 
$CFG->dataroot  = '/data/moodledata';
 
CFG->admin = 'admin';
 
$CFG->directorypermissions = 02777;
 
 
Should i adjust any default settings on the setuplib.php file?

Latest revision as of 07:49, 27 April 2015

Frequently asked questions (FAQ) and answers are transferred to the documentation from the forums on moodle.org. Please check to see if your question is already answered in one of FAQ pages listed below.

If you can't find the answer to your question, please try a Google search of Moodle.org and/or a Moodle in English advanced forum search.