Forbidden - Error updating moodle 3.0 to 3.3.2

Re: Forbidden - Error updating moodle 3.0 to 3.3.2

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

chmod -R 755 moodle 

That should take care of permissions - however you might check ownership of the files too.  I think on Centos the webuser is apache

chown -R apache:apache moodle

but please verify that I have owner and group right first before running that.  I am a Debian user.