-
Bug
-
Resolution: Fixed
-
Minor
-
4.0.2
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-75199-master -
Two issue noted during update from 3.11.8 (20220711) to Moodle 4.0.2 (20220711).
The plugin mod_bigbluebuttonbn 2.4.7 (2019101014) being already installed in Moodle 3.11.8.
- An error message (Field "recording" does not exist in table "bigbluebuttonbn_recordings"). This blocks the upgrade but seems to be happening only if the bigbluebuttonbn_recordings table already exists (maybe a partial upgrade to a 3.0 version of the bigbluebutton plugin).
- At the end of the upgrade process all recordings are missing.
Note: the error message mentionned in (1) is the following:
mod_bigbluebuttonbn
Field "recording" does not exist in table "bigbluebuttonbn_recordings"
More information about this error
Debug info:
Error code: ddlfieldnotexist × Dismiss this notification
Stack trace:
line 683 of /lib/ddl/database_manager.php: ddl_field_missing_exception thrown
line 356 of /mod/bigbluebuttonbn/db/upgrade.php: call to database_manager->rename_field()
line 883 of /lib/upgradelib.php: call to xmldb_bigbluebuttonbn_upgrade()
line 582 of /lib/upgradelib.php: call to upgrade_plugins_modules()
line 1935 of /lib/upgradelib.php: call to upgrade_plugins()
line 719 of /admin/index.php: call to upgrade_noncore()
- is parent of
-
MDL-75281 Bigbluebutton upgrade script failure when recording table exists
- Closed