Hi! I am working through an upgrade that took me from Moodle 3.10 to Moodle 4.4, so I have all sorts of questions. My site is hosted with SiteGround. I have Moodle 4.4.1+ (Build: 20240726) in maintenance mode until Monday while I work out the hiccups. My PHP is PHP Version 8.2.21.
When I go to a course as the admin > More dropdown > Reset > Course reuse > select all the boxes I need to reset the course > click Reset Course button > I receive "Error reading from database" and the course does not reset. I have copied the debug info from the error page below. Where do I start to figure this error out? Thank you in advance!
Sincerely,
Bethany
Debug info: Unknown column 'timelimit' in 'field list'
SELECT id, groupid, userid, duedate, sortorder, timelimit FROM mdlvo_assign_overrides WHERE assignid = ?
[array (
0 => '816',
)]
Error code: dmlreadexception×Dismiss this notification
Stack trace:
line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
line 1513 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
line 1464 of /lib/dml/moodle_database.php: call to moodle_database->get_records_select()
line 166 of /mod/assign/lib.php: call to moodle_database->get_records()
line 118 of /mod/assign/lib.php: call to assign_prepare_update_events()
line 1126 of /course/lib.php: call to assign_refresh_events()
line 1108 of /course/lib.php: call to course_module_calendar_event_update_process()
line 5297 of /lib/moodlelib.php: call to course_module_bulk_update_calendar_events()
line 78 of /course/reset.php: call to reset_course_userdata()