-
Bug
-
Resolution: Fixed
-
Minor
-
4.3.3, 4.4
-
1
-
HQ 2024 Sprint I1.4 Moppies
While testing MDL-81556, I'm getting the following debugging notice to be emitted to webserver logs, due to a missing language string (helplinktext):
[Tue Apr 16 13:09:44.386473 2024] [php:notice] [pid 52577] [client ::1:60798] Debugging: Invalid get_string() identifier: 'helplinktext' or component 'tiny_premium'. |
Perhaps you are missing $string['helplinktext'] = ''; in /home/sara/moodles/integration_master/moodle/lib/editor/tiny/plugins/premium/lang/en/tiny_premium.php? in \n |
* line 356 of /lib/classes/string_manager_standard.php: call to debugging()\n |
* line 109 of /lib/external/externallib.php: call to core_string_manager_standard->get_string()\n |
* line ? of unknownfile: call to core_external::get_string()\n* line 253 of /lib/external/classes/external_api.php: call to call_user_func_array()\n |
* line 83 of /lib/ajax/service.php: call to core_external\\external_api::call_external_function()\n |
* line 33 of /lib/ajax/service-nologin.php: call to require_once()\n, referer: http://localhost/m/integration_master/user/editadvanced.php?id=2&course=1&returnto=profile |
- Discovered while testing
-
MDL-81556 Missing lang string "filename" from tiny_media
- Closed
- has a non-specific relationship to
-
MDL-77874 Tiny editor "Link" plugin missing language string debugging
- Closed
-
MDL-79089 Tiny editor "HTML" plugin missing language string debugging
- Closed
-
MDL-79237 Tiny editor "No auto-link" plugin missing language string debugging
- Closed
-
MDL-81572 Re-use native plugin name for TinyMCE instead of custom "helper" version
- Closed
- is a regression caused by
-
MDL-75268 Create TinyMCE Premium plugins integration
- Closed