I am just attempting to install a new instance of Moodle using v2.2.1
I've successfully installed multiple Moodles in the past but the version 2.2.1 instances were all upgrades from v1.9. This is a clean installation.
The process checks the system and it passes all the tests. A short pause after clicking the button to proceed and an Error writing to database is declared. I'm using MySQL.
The error states:
INSERT INTO mdl_message_providers (name,component,capability) VALUES(?,?,?)
[array (
0 => 'notices',
1 => 'moodle',
2 => 'moodle/site:config',
)]
- line 397 of /lib/dml/moodle_database.php: dml_write_exception thrown
- line 893 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
- line 935 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->insert_record_raw()
- line 248 of /lib/messagelib.php: call to mysqli_native_moodle_database->insert_record()
- line 1353 of /lib/upgradelib.php: call to message_update_providers()
- line 174 of /admin/index.php: call to install_core()
I'm entirely stuck and not sure where to head with this. Can anyone point me in the right direction?
Thanks.
Andrew