-
Bug
-
Resolution: Fixed
-
Major
-
1.9.19
-
None
-
MOODLE_19_STABLE
-
MOODLE_19_STABLE
Daniel Kaelin
4:19pm, Mar 21
There is also an active problem with the 1.9 version of this plugin. When you select the checkbox to open in a new window it results in a cache error.
"Could not cache module information for course"
This error occurs when the course is attempting to write out the modinfo field in the mdl_course table. There is an apparent problem with the code in the Big Blue Button module that is preventing this field from being written out.
We originally thought it might be an issue with the modinfo field or the datatype. We also increased the max_packet_size as suggested by other similar errors but that did not fix the issue.
I eventually stumbled upon the issue through messing around adding and removing big blue button rooms attempting to recreate the problem. I am now able to recreate this issue multiple times by just adding a big blue button room to any course and set it to open in a new window.
I am using the latest version for 1.9 : 1.0.9-b2 (2013030100)
Our workaround for right now is just to not set the rooms to open in a new window until it can be addressed.
We are using Moodle 1.9.10 and php version 5.3.2