Hello,
I'm installing Moodle 2.6 on a webhost.
I've setup my config.php, created the database etc. Moodle tells me the server meets all requirement.
Halfway through the installation, at setup of the database I get the error below. (see also screendump in attachment) I have tried both mysql and postgre Db. However, same error.
Installation
System
XML database file errors found
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: File does not exist
Error code: ddlxmlfileerror
Stack trace:
line 343 of /lib/ddl/database_manager.php: ddl_exception thrown
line 367 of /lib/ddl/database_manager.php: call to database_manager->load_xmldb_file()
line 1486 of /lib/upgradelib.php: call to database_manager->install_from_xmldb_file()
line 237 of /admin/index.php: call to install_core()
Do I have to provide more info ? Where do I go from here?
Thank you.