-
Bug
-
Resolution: Fixed
-
Critical
-
2.4
-
MOODLE_24_STABLE
-
MOODLE_24_STABLE
-
While testing MDL-36903, I ended up with the following exception:
Moodle deployment utility had a trouble with your request. See the docs page and the debugging information for more details.
|
|
exception 'backup_folder_exception' with message 'Unable to backup the current version of the plugin (moving failed)' in mdeploy.php:755
|
Stack trace:
|
#0 mdeploy.php(1326): worker->execute()
|
#1 {main}
|
This seemed to be caused by:
1/ web-server write permissions on the plugin directory
2/ non-write permissions on the containing directory of the plugin
I eneded with up with:
- An empty course/format/topcol directory
- An archived course/format/topcol directory
- Testing discovered
-
MDL-36903 Download pre-check for plugin ZIP packages
- Closed