how to move moodledata directory

Re: how to move moodledata directory

by Howard Miller -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
And... does the web server have access to all the intermediate directories? You need execute access for all on them for it to work. Viz:

/usr/share/moodledata

(for example)

/usr and /usr/share need to be chmod a+x or Apache (presumably) won't see moodledata at all.

Failing that a check of Apache's error_log file should tell you more!