-
Bug
-
Resolution: Fixed
-
Minor
-
4.4
-
MOODLE_404_STABLE
-
MOODLE_404_STABLE
-
MDL-81556-main -
- Tail your web server logs. e.g. on Apache in Ubuntu
- tail -f /var/log/apache2/error.log
- Make sure debugging is turned on.
- Make sure your editor is set to TinyMCE
- Go to a page with the TinyMCE editor. e.g. your profile page.
- On the editor, click on the Image button.
- Check the web server logs.
- Expected: There should be no errors.
- Actual: The following errors are logged
AH01071: Got error 'PHP message: Debugging: Invalid get_string() identifier: 'filename' or component 'tiny_media'. Perhaps you are missing $string['filename'] = ''; in /Users/jun/Work/moodles/stable_main/moodle/lib/editor/tiny/plugins/media/lang/en/tiny_media.php? in
* line 355 of /lib/classes/string_manager_standard.php: call to debugging()
* line 209 of /lib/classes/output/mustache_template_source_loader.php: call to core_string_manager_standard->get_string()
* line 184 of /lib/classes/output/mustache_template_source_loader.php: call to core\\output\\mustache_template_source_loader->core\\output\\{closure}()
* line 203 of /lib/classes/output/mustache_template_source_loader.php: call to core\\output\\mustache_template_source_loader->core\\output\\{closure}()
* line 135 of /lib/classes/output/external.php: call to core\\output\\mustache_template_source_loader->load_with_dependencies()
* line ? of unknownfile: call to core\\output\\external::load_template_with_dependencies()
* line 253 of /lib/external/classes/external_api.php: ...', referer: http://192.168.50.7/stable_main/course/edit.php?id=4
AH01071: Got error 'PHP message: Debugging: Invalid get_string() identifier: 'core' or component 'addfilesdrop'. Perhaps you are missing $string['core'] = ''; in mod/addfilesdrop/lang/en/addfilesdrop.php? in
|
* line 355 of /lib/classes/string_manager_standard.php: call to debugging()
|
* line 108 of /lib/external/externallib.php: call to core_string_manager_standard->get_string()
|
* line ? of unknownfile: call to core_external::get_string()
|
* line 253 of /lib/external/classes/external_api.php: call to call_user_func_array()
|
* line 83 of /lib/ajax/service.php: call to core_external\\external_api::call_external_function()
|
* line 33 of /lib/ajax/service-nologin.php: call to require_once()', referer: http://192.168.50.7/stable_main/course/edit.php?id=4
|