Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
install system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 May 2012 at 01:33 UTC
Updated:
29 Jul 2014 at 20:41 UTC
You can install without hitting install_settings_form_submit() if your settings.php already has the db stuff in it, and right now in that case your config directory never gets created. This results in config files being created in sites/default/files.
Current thinking would be to make the installer bail out with an error if you have a settings.php already but it doesn't contain a $config_file_directory.
Comments
Comment #1
alexpottAdd tag
Comment #2
gddDuplicate of #1464944: Installation of configuration system fails in some cases