emmarichardson / local_autogroup

A local plugin for Moodle 2.7 onwards which handles the dynamic creation, population and cleanup of groups on courses.
6 stars 19 forks source link

Deprecated string on Totara 11 #9

Open logan-reynolds opened 6 years ago

logan-reynolds commented 6 years ago

I'm seeing the following error when running on Totara 11 with debugging enabled:

String [manager,totara_hierarchy] is deprecated. Either you should no longer be using that string, or the string has been incorrectly deprecated, in which case you should report this as a bug. Please refer to https://docs.moodle.org/dev/String_deprecation

    line 397 of /lib/classes/string_manager_standard.php: call to debugging()
    line 7384 of /lib/moodlelib.php: call to core_string_manager_standard->get_string()
    line 118 of /local/autogroup/classes/sort_module/primary_position.php: call to get_string()
    line 94 of /local/autogroup/settings.php: call to local_autogroup\sort_module\primary_position->get_config_options()
    line 67 of /lib/classes/plugininfo/local.php: call to include()
    line 605 of /admin/settings/plugins.php: call to core\plugininfo\local->load_settings()
    line 7966 of /lib/adminlib.php: call to require()
    line 493 of /admin/index.php: call to admin_get_root()
emmarichardson commented 6 years ago

Sorry, I can't help with totara.. Can you replicate in core Moodle? If so which version?

logan-reynolds commented 6 years ago

No this seemed to be specific to Totara 11, and did not occur on Moodle. I can let the client requesting this try the plugin on a sandbox instance to determine whether or not it affects plugin functionality and can still be utilized on Totara.