Closed lightweight closed 6 months ago
Further info - I've tried installing the 4.2.02 version of the format_onetopic plugin (there doesn't seem to be a corresponding release here in Github?)... and the same inclusion error occurs, but it's been moved to /course/format/onetopic/classes/header.php
- again, commenting out line 151 seems to fix the problem.
I gather this plugin has been tested with Moodle 4.2... but it seems that it's not compatible with Moodle 4.4 - not sure about 4.3.
Hi @lightweight
We've seen this same issue and realized that #178 fixes it
Wow, many thanks!
Hi...
The master is now compatible with Moodle 4.4+ in beta. It needs proof. If you can try it please comment.
Saludos
After upgrading from Moodle 4.1 to 4.4 recently, I encountered the following error in the onetopic plugin version 4.1.04...
It turns out
/course/format/onetopic/format.php
line 84, references a no-longer-existent (in Moodle 4.4 at least) javascript file:$PAGE->requires->js('/course/format/topics/format.js');
Commenting that line out removes the error, and I haven't noticed any other side effects.
I see this inclusion was removed with commit 72eacc50412779bfe49088d357b129131842a5dc but I'm not sure how to upgrade to that version (not familiar enough with Moodle), so (currently) assuming it's being held back due to other dependencies...