by Judy Hsu.
Thanks for reading this...
I'm trying to install this plugin (https://moodle.org/plugins/view.php?plugin=quizaccess_safeexambrowser) on a recently upgraded 2.3.11 site, however I got this error message:
String does not exist. Please check your string definition for pluginname/auth_auth
- line 11061 of /lib/moodlelib.php: call to debugging()
- line 99 of /admin/settings/plugins.php: call to lang_string->__construct()
- line 5921 of /lib/adminlib.php: call to require()
- line 3393 of /lib/navigationlib.php: call to admin_get_root()
- line 3298 of /lib/navigationlib.php: call to settings_navigation->load_administration_settings()
- line 716 of /lib/pagelib.php: call to settings_navigation->initialise()
- line 732 of /lib/pagelib.php: call to moodle_page->magic_get_settingsnav()
- line 109 of /blocks/admin_bookmarks/block_admin_bookmarks.php: call to moodle_page->__get()
- line 281 of /blocks/moodleblock.class.php: call to block_admin_bookmarks->get_content()
- line 232 of /blocks/moodleblock.class.php: call to block_base->formatted_contents()
- line 937 of /lib/blocklib.php: call to block_base->get_content_for_output()
- line 989 of /lib/blocklib.php: call to block_manager->create_block_contents()
- line 352 of /lib/blocklib.php: call to block_manager->ensure_content_created()
- line 6 of /theme/iuonline/layout/general.php: call to block_manager->region_has_content()
- line 768 of /lib/outputrenderers.php: call to include()
- line 715 of /lib/outputrenderers.php: call to core_renderer->render_page_layout()
- line 2202 of /lib/outputrenderers.php: call to core_renderer->header()
- line ? of unknownfile: call to core_renderer->fatal_error()
- line 1445 of /lib/setuplib.php: call to call_user_func_array()
- line ? of unknownfile: call to bootstrap_renderer->__call()
- line 366 of /lib/setuplib.php: call to bootstrap_renderer->fatal_error()
- line 1103 of /lib/upgradelib.php: call to default_exception_handler()
- line 1527 of /lib/upgradelib.php: call to upgrade_handle_exception()
- line 329 of /admin/index.php: call to upgrade_noncore()
More information about this error
Debug info: Missing version.php
Error code: detectedbrokenplugin
Error code: detectedbrokenplugin
Stack trace:
- line 527 of /lib/upgradelib.php: plugin_defective_exception thrown
- line 358 of /lib/upgradelib.php: call to upgrade_plugins_modules()
- line 1524 of /lib/upgradelib.php: call to upgrade_plugins()
- line 329 of /admin/index.php: call to upgrade_noncore()
Any idea what's wrong? Thanks!
Judy