-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
2.3
-
None
-
MOODLE_23_STABLE
When installing into the latest Moodle 2.3 version (Build: 20120612) MRBS fails to install with the following error:
Coding error detected, it must be fixed by a programmer: Invalid field definition in table
{block_mrbs_entry}: XMLDB_TYPE_INTEGER field "timestamp" has invalid length
Looking in the install DB files it is true that the field 'timestamp' does not have a length setting (unlike all of the other integers defined) - am currently going to set this to 11 like the other fields so that MRBS will install.