Mindmap
Maintained by
Tõnis Tartes
Mindmap module for Moodle
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Do you think it is possible that I have 15 students working on one mindmap at the same time?
I installed the version mindmap 2014060900 in moodle 2.8. After completing the installation , send me /admin/index.php but this is blank . If moodle income without being logged , works without problem, but once I sign a blank page , and I do not throw errors. Can you help me with this, please .
we have version 2.7.1+ installed, after updating from version 2.4.9.
Is it possible that our problems come from skipping versions 2.5 and 2.6?
Thanks for your help!
Are you sure you are using Moodle 2.7 version? Because that error would be shown only if you are on Moodle 2.6 or lower. The new logging API is only available from 2.7.
If your Moodle version is below 2.7 then download some older version of this plugin.
Let me know how it works out.
I have the 2.7-version of the mindmap installed, but when I click on it after having it included in a course I get a blank page.
When I switch on debugging I get the following error message:
Class 'mod_mindmap\event\course_module_viewed' not found in ../html/mod/mindmap/view.php on line 66
I think you have to have a folder "classes/event" in your plugin and then implement the class "course_module_viewed" as an extension of the abstract class there. That seems to be done in all the other modules, so it might be required?