Skip to content

Can't install from config due to bug in Drupal core #1

@agentolivia

Description

@agentolivia

Problem

When I try to install the site from existing config, as directed in the README, I run into the following error:

In install.core.inc line 2313:
                                                                                                                               
  Configuration install:standard<br /><br />The selected profile has a hook_install() implementation and therefore can not be  
   installed from configuration.                                                                                               
                                                                                                                               

Failed to run drush site:install --existing-config -y: exit status 1

Steps to reproduce

  1. Clone repo and change directories into the project
  2. Run ddev start
  3. Run ddev composer install
  4. Run ddev drush site:install --existing-config -y
  5. Get error: "Failed to run drush site:install --existing-config -y: exit status 1"

Additional info

I searched the Drush issue queue and found a related issue, which was closed because this appears to be a bug in Drupal core, see #2982052.

Proposed resolution

TBD, but ultimately the README for this repo should be updated with installation directions that bypass this bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions