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
- Clone repo and change directories into the project
- Run
ddev start
- Run
ddev composer install
- Run
ddev drush site:install --existing-config -y
- 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.
Problem
When I try to install the site from existing config, as directed in the README, I run into the following error:
Steps to reproduce
ddev startddev composer installddev drush site:install --existing-config -yAdditional 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.