-
Bug
-
Resolution: Fixed
-
Minor
-
2.1.5, 2.2.2, 2.5.6, 2.6.3, 2.7
-
MOODLE_21_STABLE, MOODLE_22_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE
-
MOODLE_25_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE
-
After an update from moodle 1.9 to 2.x in some circumstances the field size of mdl_log.action is to small.
In our especially case the size of this field is 15 but it has to be 40.
If the quiz-module tries to write a log entry while a user is continuing a quiz the action value is "continue attempt".
This value has a length of 16 chars and throws a dml_write_exception.
I think there are more cases than mentioned here.
- has a non-specific relationship to
-
MDL-39984 Insert into log failed - action field to small for error code
- Closed
-
MDL-43644 Mobile Web Service 'Could not insert a new entry to the Moodle log'
- Closed
- has been marked as being related by
-
MDL-35601 Too short mdl_log.action causing "Could not insert a new entry to the Moodle log"
- Closed
- is duplicated by
-
MDL-24088 On some old installs that have been upgraded, the log.action column is CHAR(15), not CHAR(40)
- Closed
-
MDL-35601 Too short mdl_log.action causing "Could not insert a new entry to the Moodle log"
- Closed
- will be (partly) resolved by
-
MDL-36670 Web service function names longer than 40 characters cause log errors
- Closed