Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during Moodle installation #115

Open
t-schroeder opened this issue Dec 12, 2024 · 1 comment · May be fixed by #116
Open

Error during Moodle installation #115

t-schroeder opened this issue Dec 12, 2024 · 1 comment · May be fixed by #116
Assignees

Comments

@t-schroeder
Copy link

t-schroeder commented Dec 12, 2024

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
@sh-csg sh-csg linked a pull request Dec 16, 2024 that will close this issue
@sh-csg sh-csg self-assigned this Dec 16, 2024
@sh-csg
Copy link
Contributor

sh-csg commented Dec 16, 2024

Thanks a lot for reporting this issue! This will be fixed by #116.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants