You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this plugin is present during a fresh Moodle installation you get an error. That error only occurs if you use the the web interface for the installation.
Error
Table "config" does not exist
Debug info:
Error code: ddltablenotexist
Stack trace:
line 677 of /lib/dml/moodle_database.php: dml_exception thrown
line 1719 of /lib/dml/moodle_database.php: call to moodle_database->where_clause()
line 1029 of /lib/moodlelib.php: call to moodle_database->get_field()
line 53 of /mod/learningmap/classes/local/hook_callbacks.php: call to get_config()
line ? of unknownfile: call to mod_learningmap\local\hook_callbacks::inject_backlinks_into_activity_header()
line 318 of /lib/classes/hook/manager.php: call to call_user_func()
line 859 of /lib/classes/output/core_renderer.php: call to core\hook\manager->dispatch()
line ? of unknownfile: call to core\output\core_renderer->header()
line 130 of /lib/classes/output/plugin_renderer_base.php: call to call_user_func_array()
line 42 of /admin/renderer.php: call to core\output\plugin_renderer_base->__call()
line 225 of /admin/index.php: call to core_admin_renderer->install_licence_page()
Workarounds
Install Moodle core itself first, then install this Plugin
Perform Installation through CLI
The text was updated successfully, but these errors were encountered:
If this plugin is present during a fresh Moodle installation you get an error. That error only occurs if you use the the web interface for the installation.
Workarounds
The text was updated successfully, but these errors were encountered: