The SQLite3 config.php checks $databaseConfig for a bunch of settings. If the _config.php file defining these settings has not yet been created, this obviously won't work.
Since modules are loaded alphabetically by default, this normally isn't a problem, since mysite is the default, but it would be good to fix.
The SQLite3 config.php checks $databaseConfig for a bunch of settings. If the _config.php file defining these settings has not yet been created, this obviously won't work.
Since modules are loaded alphabetically by default, this normally isn't a problem, since mysite is the default, but it would be good to fix.