1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Debug info: Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging. InnoDB is limited to row-logging when transaction isolation level is READ COMMITTED or READ UNCOMMITTED.
INSERT INTO mdl_course_modules (course,module,instance,visible,visibleold,idnumber,groupmode,groupingid,availability,showdescription,added) VALUES(?,?,?,?,?,?,?,?,?,?,?)
[array (
0 => '5',
1 => 17,
2 => 0,
3 => '1',
4 => '1',
5 => '',
6 => 0,
7 => 0,
8 => NULL,
9 => 0,
10 => 1445434927,
)]
Error code: dmlwriteexception
Stack trace:
line 446 of /lib/dml/moodle_database.php: dml_write_exception thrown
line 1164 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
line 1210 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->insert_record_raw()
line 1432 of /course/lib.php: call to mysqli_native_moodle_database->insert_record()
line 107 of /course/modlib.php: call to add_course_module()
line 266 of /course/modedit.php: call to add_moduleinfo() |
Partager