Syxton / moodle-block_massaction

THE OFFICIAL Mass Actions block for Moodle 3.9 and beyond
9 stars 14 forks source link

missing language string on Moodle 4.5 installation #128

Closed llttugraz closed 5 days ago

llttugraz commented 6 days ago

Hi,

I just installed the plugin (v7.3.1) on a Moodle 4.5.0 instance.

Once the debug info is on, you see the following output on the screen wenn you navigate to the site administration.

Invalid get_string() identifier: 'pluginname' or component 'format_grid'. Perhaps you are missing $string['pluginname'] = ''; in /lang/en/format_grid.php?
line 355 of /lib/classes/string_manager_standard.php: call to debugging()
line 194 of /lib/classes/lang_string.php: call to core_string_manager_standard->get_string()
line 220 of /lib/classes/lang_string.php: call to core\lang_string->get_string()
line 48 of /blocks/massaction/settings.php: call to core\lang_string->out()
line ? of unknownfile: call to core\plugininfo\block->{closure}()
line 47 of /blocks/massaction/settings.php: call to uasort()
line 128 of /lib/classes/plugininfo/block.php: call to include()
line 81 of /admin/settings/plugins.php: call to core\plugininfo\block->load_settings()
line 8857 of /lib/adminlib.php: call to require()
line 31 of /admin/search.php: call to admin_get_root()

UPDATE: We found the problem. format_grid used to be installed in our Moodle which now is missing from the disk. That caused the debug message. It has nothing to do with block_massaction,

Pls close this issue. Thanks!