-
Bug
-
Resolution: Fixed
-
Minor
-
3.2.5, 3.3.2, 3.4
-
MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
We seem to be getting the following error occasionally showing up in our service monitoring for Moodle:
E_ERROR
|
/webservice/rest/server.php
|
E_ERROR: Call to undefined function course_check_updates()
|
in core_course_external::check_updates called at /var/www/html/course/externallib.php (3089)
|
in core_course_external::check_updates called at ? (?)
|
in call_user_func_array called at /var/www/html/webservice/lib.php (1355)
|
in webservice_base_server::execute called at /var/www/html/webservice/lib.php (1219)
|
in webservice_base_server::run called at /var/www/html/webservice/rest/server.php (44)
|
The core_course_external::check_updates() method does not explicitly require the course lib file, many of the other web services methods in the file do.