-
Bug
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
This is caused by MDL-65252 removing a web service method but not bumping the version number for mod_forum, which would have triggered the removal of said service from the external_functions table
Leads to the following error:
Coding error detected, it must be fixed by a programmer: Missing implementation method mod_forum_external::get_forum_discussion_posts
|
|
More information about this error
|
Debug info:
|
Error code: codingerror
|
Stack trace:
|
|
line 103 of /lib/externallib.php: coding_exception thrown
|
line 36 of /admin/webservice/documentation.php: call to external_api::external_function_info()
|
- is a regression caused by
-
MDL-65252 Final deprecations of forum_count_replies and get_forum_discussion_posts
- Closed