When editing a lesson, there is an option to import questions (in GIFT format).
Reproduction steps (on qa.moodle.net):
- turn debugging on
- log in as a student
- click on Settings -> My profile settings -> Messaging
The following error information is presented
Invalid get_string() identifier: 'messageprovider:message' or component 'mod_feedback'
|
line 5910 of /lib/moodlelib.php: call to debugging()
|
line 6500 of /lib/moodlelib.php: call to core_string_manager->get_string()
|
line 243 of /message/renderer.php: call to get_string()
|
line 188 of /message/edit.php: call to core_message_renderer->manage_messagingoptions()
|
Down the page, the missing string holder [[messageprovider:message]] is shown.
- duplicates
-
MDL-27827 Feedback: Missing messageprovider:message language string
- Closed