andrewhancox / moodle-filter_translations

7 stars 8 forks source link

Caches names strings not defined #146

Open mudrd8mz opened 1 year ago

mudrd8mz commented 1 year ago
String does not exist. Please check your string definition for cachedef_flippedstringsbycomponent/filter_translations

    line 10647 of /lib/moodlelib.php: call to debugging()
    line 623 of /cache/classes/definition.php: call to lang_string->__construct()
    line 205 of /cache/classes/administration_helper.php: call to cache_definition->get_name()
    line 780 of /cache/classes/local/administration_display_helper.php: call to core_cache\administration_helper::get_definition_summaries()
    line 83 of /cache/admin.php: call to core_cache\local\administration_display_helper->generate_admin_page()

String does not exist. Please check your string definition for cachedef_stringsbycomponent/filter_translations

    line 10647 of /lib/moodlelib.php: call to debugging()
    line 623 of /cache/classes/definition.php: call to lang_string->__construct()
    line 205 of /cache/classes/administration_helper.php: call to cache_definition->get_name()
    line 780 of /cache/classes/local/administration_display_helper.php: call to core_cache\administration_helper::get_definition_summaries()
    line 83 of /cache/admin.php: call to core_cache\local\administration_display_helper->generate_admin_page()

String does not exist. Please check your string definition for cachedef_translationissues/filter_translations

    line 10647 of /lib/moodlelib.php: call to debugging()
    line 623 of /cache/classes/definition.php: call to lang_string->__construct()
    line 205 of /cache/classes/administration_helper.php: call to cache_definition->get_name()
    line 780 of /cache/classes/local/administration_display_helper.php: call to core_cache\administration_helper::get_definition_summaries()
    line 83 of /cache/admin.php: call to core_cache\local\administration_display_helper->generate_admin_page()

and so on.

Just visit the the cache configuration page with debugging mode on.