Social forum

install problems

 
Picture of Marco Rojas
Re: install problems
by Marco Rojas - Thursday, 24 September 2009, 2:13 PM
 
I don't know what OS you are using but I had to change the owner of the autoview directory on my Debian/Ubuntu server.

Do this:

sudo chown -vR www-data /var/www/moodle/mod/autoview
restart apache: sudo /etc.init.d/apache2 restart

Keep in mind that the path of your install could be different.

I came here looking for a solution and some referred to the permissions and that's how I figured it out.

Thanks.