data directory problems on shared host... help please

Re: data directory problems on shared host... help please

by Martin Dougiamas -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
The data directory should not be a URL - it needs to be a file system path - take a closer look at the examples in config.php.

You probably want something like:

$CFG->dataroot = '/home/httpd/vhosts/uccbi.fairmount.nu/moodledata';