-
Bug
-
Resolution: Fixed
-
Minor
-
3.10
-
MOODLE_310_STABLE
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
MDL-70357-master-cronlibthrowables -
As was noticed in MDLSITE-6261, PHP errors are not properly handled by the scheduled and adhoc tasks runner.
If there is a problem in the code that leads to throwing "Error" instance, e.g. as in
...
|
* line 110 of /course/classes/search/customfield.php: Error thrown
|
...
|
this is not caught and leads to further errors related to locking.