-
Bug
-
Resolution: Fixed
-
Blocker
-
2.0.4
-
RedHat
-
PostgreSQL
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
-
-
An upgrade to the latest Moodle version fails because the constant SCORM_TOC_DISABLED in mod/scorm/db/upgrade.php is not defined.
Reproduce:
The change in upgrade.php has been introduced on Jul 13th so you need an older Moodle version than that to reproduce
- add some scorm content
- upgrade to the latest Moodle code
- run the Moodle upgrade
- you will get the following error: ERROR: invalid input syntax for integer: "SCORM_TOC_DISABLED"
Results:
Due to this error the upgrade can't finish and Moodle keeps trying to upgrade but fails.
Expected:
The upgrade should run through without and error.
- is a regression caused by
-
MDL-28295 SCORM crashing in IE 7 and above when httpreq is called under certain conditions when using SCORM popups
- Closed