Estoy tratando de Instalar Moodle 2.5 en una instalación Limpia en un hosting vacio, completamente nuevo, pero compartido y obtengo el siguiente error:
Upgrading to new version
mod_book
Success
mod_chat
Success
mod_choice
Success
mod_data
Success
mod_feedback
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 => '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()
Ya busque en varios foros y hay algo sobre la configuración de SQL pero no tengo acceso a eso ya que el hosting es compartido,
Quisiera saber si alguien puede ayudarme a salir de este error