Error installing Moodle databse

Error installing Moodle databse

by Ronan Quigley -
Number of replies: 0

Finally I have got to the part of installing the database, has not been easy as ipage PHP scripts only up to 5.3 so had to go to moodle version 2.4. Everything now going ok, changed database to utf8 etc. 

I am now in the final part and get these errors and for the life of me I can not figure out what i need to do or find the answers, can any one tell me how I fix these?


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 => 'notices',
1 => 'moodle',
2 => 'moodle/site:config',
)]
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 1442 of /lib/upgradelib.php: call to message_update_providers()
  • line 180 of /admin/index.php: call to install_core()

Any help greatly appreciated. 


Regards


Ronan

Average of ratings: -