-
Notifications
You must be signed in to change notification settings - Fork 80
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
Opening courses on Moodle 4.3 or 4.4 #286
Comments
I am having the same problem with Snap theme PHP 8.1 Moodle version 4.3. Snap is using a method (core_course_renderer::course_section_cm_completion) that has been removed from core Moodle in 4.3+ === 4.3 ===
Alongside with that, the following methods have been deprecated too:
|
@EdTechSavvy do you have any ideas of how to fix it because I have emailed OpenLMS about the issue, but nobody have gotten back to me or have released an update to the plugin. |
Yes, this is broken and needs to be fixed by the dev team. Snap 4.3 will not work with Moodle 4.3 as reported in Issue 284. The latest working Moodle version that you can use this theme with is Moodle 4.1. You will need to restore the database that you were using with 4.1 and you backed up before upgrading and reinstall Moodle 4.1x with Snap 4.1 |
HI, I have use the snap theme for a long time now and I updated my moodle to 4.3 as I saw that there was an update, However when I go to access a course I get "
Fatal error: Declaration of theme_snap\output\core\course_renderer::course_section_cm_completion($course, $completioninfo, cm_info $mod, $displayoptions = []) must be compatible with core_course_renderer::course_section_cm_completion() in /home/hpscloud/public_html/moodle43/theme/snap/classes/output/core/course_renderer.php on line 292"
How can I resolved this? I have gone back to my previous moodle version of 4.1.1 with snap 4.1, and it's broken
The text was updated successfully, but these errors were encountered: