Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not a bug
-
2.4.3
-
None
-
None
-
MOODLE_24_STABLE
Description
Hi, I am installing moodle for the first time on my sever and I get the following error during installation
Please help with this issue
Andrew
Upgrading to new version
mod_assignment
Error writing to database
More information about this error
It is usually not possible to recover from errors triggered during installation, you may need to create a new database or use a different database prefix if you want to retry the installation.
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_message_providers (name,component,capability) VALUES(?,?,?)
[array (
0 => 'assignment_updates',
1 => 'mod_assignment',
2 => NULL,
)]
Error code: dmlwriteexception
Stack trace:
line 429 of /lib/dml/moodle_database.php: dml_write_exception thrown
line 1107 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
line 1149 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->insert_record_raw()
line 277 of /lib/messagelib.php: call to mysqli_native_moodle_database->insert_record()
line 616 of /lib/upgradelib.php: call to message_update_providers()
line 360 of /lib/upgradelib.php: call to upgrade_plugins_modules()
line 1544 of /lib/upgradelib.php: call to upgrade_plugins()
line 349 of /admin/index.php: call to upgrade_noncore()