-
Bug
-
Resolution: Fixed
-
Blocker
-
2.3
-
MOODLE_23_STABLE
-
MOODLE_23_STABLE
-
Testing upgrade from 2.2.3 to 2.3dev/beta (Build: 2012061800) getting the following reproducible error:
Error writing to database
!! Unknown column 'sectioncache' in 'field list'
UPDATE course SET sectioncache = NULL
[array (
)]
Error code: dmlwriteexception !!
!! Stack trace: * line 416 of /lib/dml/moodle_database.php: dml_write_exception thrown
- line 1130 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
- line 1525 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->set_field_select()
- line 1215 of /lib/modinfolib.php: call to moodle_database->set_field()
- line 388 of /lib/db/upgrade.php: call to rebuild_course_cache()
- line 1481 of /lib/upgradelib.php: call to xmldb_main_upgrade()
- line 153 of /admin/cli/upgrade.php: call to upgrade_core()
!!
I am using debian squeeze with the standard-debian-packages of apache2, php5 & mysql-5.1.
- is a regression caused by
-
MDL-32215 course_sections table can contain duplicate sections
-
- Closed
-