-
Bug
-
Resolution: Fixed
-
Minor
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
After loading the Tiny editor, the HTML plugin (MDL-78613) causes the following debugging notice to be emitted to webserver logs, due to missing language string:
[Mon Aug 21 15:49:48.255490 2023] [php:notice] [pid 4587] [client 192.168.123.1:55244] Debugging: Invalid get_string() identifier: 'helplinktext' or component 'tiny_html'. Perhaps you are missing $string['helplinktext'] = ''; in /opt/moodle/master/src/lib/editor/tiny/plugins/html/lang/en/tiny_html.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
|
We had the same previously in MDL-77874 - same fix incoming