I am trying to install Moodle 2.5 on a clean installation on a hosting empty, completely new, but shared and I get the following error:
Upgrading to new version
mod_book
Success
mod_chat
Success
mod_choice
Success
mod_data
Success
mod_feedback
More information about this error
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 => 'submission',
1 => 'mod_feedback',
2 => NULL,
)]
Error code: dmlwriteexception
Stack trace:
- line 426 of /lib/dml/moodle_database.php: dml_write_exception thrown
- line 1089 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
- line 1131 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 651 of /lib/upgradelib.php: call to message_update_providers()
- line 381 of /lib/upgradelib.php: call to upgrade_plugins_modules()
- line 1586 of /lib/upgradelib.php: call to upgrade_plugins()
- line 386 of /admin/index.php: call to upgrade_noncore()
I was looking at various forums and there's something about configuring SQL but I have no access to it because the hosting is shared,
please help me