Problem installing MHAAIRS Block plugin

Problem installing MHAAIRS Block plugin

by Francis Lorenzo Guingao Doydora -
Number of replies: 1

Good day everyone,

The latest MHAAIRS version is 3.8.7 and my Moodle installation is 3.9.

This error appears when I try to install the plugin. Any idea on how to solve this?

Thanks and have a great day.


Average of ratings: -
In reply to Francis Lorenzo Guingao Doydora

Re: Problem installing MHAAIRS Block plugin

by Richard Oelmann -
Picture of Core developers Picture of Plugin developers Picture of Testers

The write access check error tells you what the issue is. Your webserver needs write access to the moodle/blocks folder in order to be able to place the plugin there.

The instructions for that may depend on your server and the web-server user (www-data on Apache), but is likely to be something like:

sudo chown -R www-data:www-data /var/www/html/moodle/blocks
sudo chmod -R 770 /var/www/html/moodle/blocks

Average of ratings: Useful (1)