amandadoughty / moodle-mod_peerwork

5 stars 8 forks source link

Upgrading on Moodle 3.11.3+ still not working #5

Closed dewray closed 2 years ago

dewray commented 3 years ago

(cf. the previous issue I posted.) Output thus: Debug info: Table 'databasename.mdl_course_modules' doesn't exist SELECT cm.instance, cm.groupingid FROM mdl_course_modules cm INNER JOIN mdl_modules m ON m.id = cm.module AND m.name = 'peerwork' [array ( )] Error code: dmlreadexception

Stack trace: line 486 of /lib/dml/moodle_database.php: dml_read_exception thrown line 1212 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end() line 449 of /mod/peerwork/db/upgrade.php: call to mysqli_native_moodle_database->get_recordset_sql() line 877 of /lib/upgradelib.php: call to xmldb_peerwork_upgrade() line 576 of /lib/upgradelib.php: call to upgrade_plugins_modules() line 1929 of /lib/upgradelib.php: call to upgrade_plugins() line 713 of /admin/index.php: call to upgrade_noncore()

Moodle 3.11.3+ (Build 20211102) mariadb: 10.5.12 php 7.4.3

dewray commented 3 years ago

The upgrade works with Moodle 3.11.4. Thank you.