Moodle Data Directory Issue in Version1.9.1

Moodle Data Directory Issue in Version1.9.1

Ravikumar Balakrishnan發表於
Number of replies: 2

Hi,

Moodle Version 1.9.1, I try to install it in linux server. I am getting a error message for moodledata folder not available in location. But I created that folder manually. Its not working... Plz advice.

Thanks,

Ravi

 

附件 Moodel Data Issue.jpg
評比平均分數: -
In reply to Ravikumar Balakrishnan

Re: Moodle Data Directory Issue in Version1.9.1

Howard Miller發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片

"it must not be accessible directly via the web"

As it's under your /var/www path then I expect that it is. After you've put it somewhere else you should check that it can be written by the web server user. If the machine is not shared just 'chmod 0777' it.

Why are you running 1.9.1? That's years and years old!!

In reply to Ravikumar Balakrishnan

Re: Moodle Data Directory Issue in Version1.9.1

Visvanath Ratnaweera發表於
Particularly helpful Moodlers的相片 Translators的相片
Read http://docs.moodle.org/19/en/Installing_Moodle.

If /var/www means Debian or a derivied flavour http://docs.moodle.org/22/en/Installing_Moodle_on_Debian_based_distributions is quite complete. (Don't let /22/ in the URL distract you, the article is valid for all Moodle versions since 1.6.)

Yes, if 1.9, get the latest, 1.9.19 or 1.9.19+ http://docs.moodle.org/dev/Releases#Moodle_1.9.

P.S. In Unix, the file (and directory) names are case sensitive. SFDC_html/SFDC_Moodle is not wrong but not the same as SFDC_html/SFDC_moodle. For this reason it is common to write lower case throughout.