Invalid permissions detected when trying to create a directory. Turn debugging on for further details.

Invalid permissions detected when trying to create a directory. Turn debugging on for further details.

by karuppasamy Chelladurai -
Number of replies: 1
Hi guys,

I'm facing below error, while installing theme plugin using admin login.

" Invalid permissions detected when trying to create a directory. Turn debugging on for further details. "

$CFG->directorypermissions = 0777;

Moodle Version 3.11 stable
Php 7.3 +
Maria DB 10.2.8
IIS web server

Can someone help me out ?


Thanks
Average of ratings: -
In reply to karuppasamy Chelladurai

Re: Invalid permissions detected when trying to create a directory. Turn debugging on for further details.

by Lukáš Kotík -
You most likely need to set permissions (e.g. via ssh, if you can, chmod 777) to the directory where the templates are stored (moodle/theme).