-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.9, 3.2.6, 3.3.3, 3.4, 3.5
-
MOODLE_31_STABLE, MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
Detected a case when testing MDL-23887, it seems that there are a few cases where the PATH element in the install.xml files does not match the real path of the file. Surely because of copy/paste operations or moved subplugin types or whatever.
That PATH is never checked (and right now only used to generate savepoints php code within the editor), so it should be correct, so better we start checking it ASAP.
This issue is about :
- Fix wrong cases (stables & master).
- Implement a check in the xmldb stuff in order to avoid this in the future (master only).
- Warn about the new check (upgrade.php / devs ..) so people knows about if for master.
Ciao
- caused a regression
-
MDLSITE-6028 Cannot upload new version of plugin: errors parsing db/install.xml
- Resolved
-
MDL-61766 Install fails for renamed admin folder
- Closed
- Discovered while testing
-
MDL-23887 Deprecated System Tables used on queries won't work on SQL Azure
- Closed