I have my moodle setup using this guide ( Ubuntu 11.04 ) http://docs.moodle.org/dev/Install_Moodle_On_Ubuntu_with_Nginx/PHP-fpm

I am having an issue installing moodle at this step: moodledata dir does not want to intall

Hello I am having problem with installing the moodledata dir it is on a clean system only followed the guide above ( ubuntu 11.04 ) and it is complaining about isntalling the moodledata folder

link|improve this question

77% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Make sure you have created the directory in the right place (above docroot, so that it's not web-accessible) and that you have set it to be writeable by the webserver user. If unsure, set it to 777 like this and see if that works.

chmod 777 moodledata

If not, please paste the actual error message here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.