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.
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.