Bigbluebuttonbn broke after updating to 3.11

Bigbluebuttonbn broke after updating to 3.11

by Igor Neumann -
Number of replies: 2

Hello all,

We are facing a problem of the courses being blank after installing the bigbluebuttonBN with the v3.11
Could anyone manage to make them work together?

Best Regards,

Igor

Average of ratings: -
In reply to Igor Neumann

Re: Bigbluebuttonbn broke after updating to 3.11

by Leon Stringer -
Picture of Core developers Picture of Particularly helpful Moodlers

This looks like CONTRIB-8551.

It looks like this is fixed in the version on GitHub so you could update to that version. Or you could just update the file mod/bigbluebuttonbn/classes/completion/custom_completion.php from GitHub. Or you could edit that file adding the following before the '}' on the last line:

    /** 
     * Returns an array of all completion rules, in the order they should be displayed to users.
     *
     * @return array
     */
    public function get_sort_order(): array {
        return [
            'completionengagementchats',
            'completionengagementtalks',
            'completionattendance',
        ];
    }
Average of ratings: Useful (1)
In reply to Leon Stringer

Re: Bigbluebuttonbn broke after updating to 3.11

by Igor Neumann -
The github version worked like a charm... MANY THANKS!

For someone with the same problem finding this, just download the zip and upload as is.