sitefarm_seed icon indicating copy to clipboard operation
sitefarm_seed copied to clipboard

Drupal ConfigInstaller creates an exception on installation...

Open eguerin-ucsf opened this issue 7 years ago • 3 comments

When trying to install Sitefarm_seed on Drupal 8.4.4 a exception is thrown which prevents installation of Profile from continuing. This is a blocking issue.

The exception is thrown on line 492 of core/lib/Drupal/Core/Config/ConfigInstaller.php

if (!isset($profiles[$name])) {
      // Throw an exception if the module being installed contains configuration
      // that already exists. Additionally, can not continue installing more
      // modules because those may depend on the current module being installed.
      $existing_configuration = $this->findPreExistingConfiguration($storage);
      if (!empty($existing_configuration)) {
        throw PreExistingConfigException::create($name, $existing_configuration);
      }
    }

eguerin-ucsf avatar Feb 05 '18 18:02 eguerin-ucsf

Also related: https://github.com/ucdavis/sitefarm-distro-template/issues/21

dsnopek avatar Jun 11 '18 21:06 dsnopek

@eguerin-ucsf are you still seeing this issue with 8.6 since the latest patches?

mrkmiller avatar Nov 14 '18 02:11 mrkmiller

I haven't patched to 8.6 yet because of the previous issues, will try to get to it this week and get back to you.

eguerin-ucsf avatar Nov 14 '18 18:11 eguerin-ucsf