Moodle configuration Error

Re: Moodle configuration Error

by Emma Richardson -
Number of replies: 0
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers

You need to create a moodledata folder inside your www folder and then give it the appropriate permissions and ownership.

mkdir moodledata

chmod -R 755 moodledata

Try those and you might also need to change ownership to the web user - either www-data or apache - not sure which it is on Ubuntu.