vtos / moodle-mod_adaptivequiz

CAT (Computer-Adaptive Testing) implementation for Moodle LMS (https://moodle.org): officially supported plugin.
https://moodle.org/plugins/mod_adaptivequiz
5 stars 9 forks source link

Invalid get_string() identifier: 'modulename' or component 'adaptivequiz' #6

Closed caiadogithub closed 2 years ago

caiadogithub commented 2 years ago

Moodle 3.11.7 PostgreSQL 12 PHP 7.4


Invalid get_string() identifier: 'modulename' or component 'adaptivequiz'. Perhaps you are missing $string['modulename'] = ''; in mod/adaptivequiz/lang/en/adaptivequiz.php?

line 356 of /lib/classes/string_manager_standard.php: call to debugging()
line 7354 of /lib/moodlelib.php: call to core_string_manager_standard->get_string()
line 137 of /blocks/sharing_cart/lib/settingslib.php: call to get_string()
line 40 of /blocks/sharing_cart/settings.php: call to admin_setting_configmulticheckboxmodtypes->__construct()
line 122 of /lib/classes/plugininfo/block.php: call to include()
line 81 of /admin/settings/plugins.php: call to core\plugininfo\block->load_settings()
line 8927 of /lib/adminlib.php: call to require()
line 19 of /admin/settings.php: call to admin_get_root()
vtos commented 2 years ago

Hi @caiadogithub , on what page do you experience this issue?

caiadogithub commented 2 years ago

Hi @vtos

When turning "Denuging" on....

But now it is gone... probably cache issues....

Ricardo

vtos commented 2 years ago

@caiadogithub yep, I've also checked the language string it's complaining about, and it's in place. So, closing this as a not relevant any more.