Skip to content

Pre-requisite check for XML should be handled.

php7 default install will not have php7.0-xml extension installed. Check for function - simplexml_load_file presence.

This is required for schema/Database.xml to be parsed and initialized.

Without this - install will create blank database and end up with blank screen.