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

Moodle 4.5 and viewing sections #29

Open
joostelshoff opened this issue Dec 10, 2024 · 0 comments
Open

Moodle 4.5 and viewing sections #29

joostelshoff opened this issue Dec 10, 2024 · 0 comments

Comments

@joostelshoff
Copy link

A few things seem to happen in our Moodle 4.5 test instance when we set the course format to Designer (collapsed sections or flow) and try to access a section.

In our debugging info, we found the following:
line 157 of /course/format/classes/output/local/content/sectionselector.php: Error thrown
line 90 of /course/format/classes/output/local/content/sectionselector.php: call to core_courseformat\output\local\content\sectionselector->get_section_url()
line 83 of /course/format/designer/classes/output/courseformat/content.php: call to core_courseformat\output\local\content\sectionselector->export_for_template()
line 91 of /course/format/designer/classes/output/renderer.php: call to format_designer\output\courseformat\content->export_for_template()
line 84 of /course/format/classes/output/section_renderer.php: call to format_designer\output\renderer->render_content()
line 61 of /course/format/designer/format.php: call to core_courseformat\output\section_renderer->render()
line 348 of /course/view.php: call to require()

Is this because there's currently no version for Moodle 4.5, or is this something that could be solved in another way?

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

No branches or pull requests

1 participant