Fixed
Details
Details
Priority
Affects versions
Components
Assignee
Paul Holden
Paul HoldenReporter
ed
edPeer reviewer
Laurent David
Laurent DavidIntegrator
Amaia Anabitarte
Amaia AnabitarteTester
Ron Carl Alfon Yu
Ron Carl Alfon YuParticipants
Amaia Anabitarte
ed
Laurent David
Laurent David
noreply
Paul Holden
Ron Carl Alfon Yu
Sara Arjona
Pull from Repository
Pull Main Diff URL
Pull Main Branch
MDL-77868
Component Lead Review
Yes
Pull 4.1 Branch
MDL-77868-401
Clockify
Clockify
Created 6 April 2023 at 13:24
Updated 7 July 2023 at 05:03
Resolved 7 July 2023 at 05:03
after successfully upgrading a cloned test instance of a working Moodle 4.0.3 adding or editing/joining BBB meetings fails with the error below.
Fehler: Return value of mod_bigbluebuttonbn\local\config::get() must be of the type string, null returned
Stack trace:
line 146 of /mod/bigbluebuttonbn/classes/local/config.php: TypeError thrown
line 221 of /mod/bigbluebuttonbn/classes/local/config.php: call to mod_bigbluebuttonbn\local\config::get()
line 63 of /mod/bigbluebuttonbn/mod_form.php: call to mod_bigbluebuttonbn\local\config::get_options()
line 214 of /lib/formslib.php: call to mod_bigbluebuttonbn_mod_form->definition()
line 131 of /course/moodleform_mod.php: call to moodleform->__construct()
line 152 of /course/modedit.php: call to moodleform_mod->__construct()
This is a regression from https://moodle.atlassian.net/browse/MDL-73313#icft=MDL-73313, in this change that defines a new config option but omits it's default value (so we get a
null
return and subsequent exception)