-
Notifications
You must be signed in to change notification settings - Fork 117
Installation Profile Not Approparely Set #17
Comments
This line was added to the system.install file for the time being to deal with this: |
… Standard Install in ConfigInstaller
In Drupal-8.0-beta9, I had to expand the scope of this issue to also default to the 'standard' installation profile later in the installation process. Without this change,
Here, and elsewhere in the installation process, Drupal is using Returning 'standard' as the default value for drupalGetProfile() is therefore insufficient, because the test to see if $name is an installation profile is no longer doing a correct comparison. For example, if the user selects the "minimal" installation profile, then the installation will fail. |
The general problem here is that as part of the installation process the install_profile value is written to the settings.php. However, since we skip the database installation step (where the DB stuff is written to settings.php) I bet the install profile value also gets skipped, hence our problems. Probably going to define that in settings.php explicitly and look at https://www.drupal.org/node/2451363 for further information here. |
This will be soon be defined explicitly in settings.php to prevent this error, but will require a more thorough review. |
As of Drupal 8 Beta 10 the installer is now appropriately setting the value. This however won't work in Git mode (#36), but it will work correctly in SFTP mode and there is another issue for Git mode. |
The installation profile is not properly set resulting in a couple notices on admin pages and this reporting in the system status:
Installation profile (-)
The text was updated successfully, but these errors were encountered: