-
Bug
-
Resolution: Fixed
-
Minor
-
4.2
-
MOODLE_402_STABLE
-
MOODLE_402_STABLE
-
After loading the Tiny editor, the Link plugin (MDL-76520) causes the following debugging notice to be emitted to webserver logs, due to missing language string:
[Thu Apr 06 19:04:39.528376 2023] [php:notice] [pid 6000] [client 192.168.123.1:56256] Debugging: Invalid get_string() identifier: 'helplinktext' or component 'tiny_link'. Perhaps you are missing $string['helplinktext'] = ''; in /opt/moodle/master/src/lib/editor/tiny/plugins/link/lang/en/tiny_link.php? in
|
* line 356 of /lib/classes/string_manager_standard.php: call to debugging()
|
* line 109 of /lib/external/externallib.php: call to core_string_manager_standard->get_string()
|
* line ? of unknownfile: call to core_external::get_string()
|
* line 251 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://moodle.internal/master/user/editadvanced.php?course=1&id=2
|
- has been marked as being related by
-
MDL-78554 Add a TinyMCE link plugin (backport of MDL-76520)
- Closed
-
MDL-81570 Tiny editor "Premium" plugin missing language string debugging
- Closed
- is a regression caused by
-
MDL-76520 Add a TinyMCE link plugin
- Closed
- will help resolve
-
MDL-77758 Fix problems reported in apache logs before 4.2 release
- Closed