-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.12, 4.2.9, 4.3.6, 4.4 regressions, 4.4.2
The parameter cleaning here from MDL-82395 was too harsh, and leads to the following rather confusing exception when trying to reference tables containing numbers (e.g. the various h5p_* tables):
A required parameter (name) was missing
|
|
More information about this error
|
Debug info:
|
Error code: missingparam
|
Stack trace:
|
|
line 574 of /lib/classes/param.php: core\exception\moodle_exception thrown
|
line 452 of /lib/classes/param.php: call to core\param->get_request_parameter()
|
line 650 of /lib/moodlelib.php: call to core\param->required_param()
|
line 114 of /admin/tool/xmldb/actions/edit_table/edit_table.class.php: call to required_param()
|
line 193 of /admin/tool/xmldb/actions/XMLDBAction.class.php: call to edit_table->invoke()
|
line 184 of /admin/tool/xmldb/actions/new_table_from_mysql/new_table_from_mysql.class.php: call to XMLDBAction->launch()
|
line 67 of /admin/tool/xmldb/index.php: call to new_table_from_mysql->invoke()
|
- has been marked as being related by
-
MDL-82853 PR only: Library upgrade PR, final deprecation PR, other PR
- Closed