-
Bug
-
Resolution: Fixed
-
Minor
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
MDL-79150-requirelockingwrite -
This was removed in MDL-78109 and an error message added, but in practice this message pops up in weird places like unit tests and doesn't give you any pointers as to what is wrong.
The cache option requirelockingwrite is deprecated and now has no effect. Consider removing the option, or using requirelockingbeforewrite.
So just want to add which component and cache definition it is so you can go fix it.
- Discovered while testing
-
MDL-78109 Cache: Remove harmful requirelockingwrite/requirelockingread options
- Closed