-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.5, 4.2.2, 4.3
Currently if something is wrong with file cache data it throws an exception here https://github.com/moodle/moodle/blob/master/cache/stores/file/lib.php#L557
But in real life this error is useless and can't give you anything for debugging.
I'd like to see at least file path exposed.
- Discovered while testing
-
MDL-79229 Fix statcache race condition in task api
- Open