Forbidden - Error updating moodle 3.0 to 3.3.2

Forbidden - Error updating moodle 3.0 to 3.3.2

by Ricardo Salazar I. -
Number of replies: 1

Good Morning
I am trying to update the version of moodle 3.0 to 3.3.2 but when I follow the procedure I have the following message:

Forbidden

You don't have permission to access /moodle/admin/ on this server.


what can be the error, permissions on files or permissions on Apache ??


I'm currently using Centos 7


Waiting for your comments




Thank you

Average of ratings: -
In reply to Ricardo Salazar I.

Re: Forbidden - Error updating moodle 3.0 to 3.3.2

by Emma Richardson -
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.