Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drupal ConfigInstaller creates an exception on installation... #183

Open
eguerin-ucsf opened this issue Feb 5, 2018 · 3 comments
Open

Comments

@eguerin-ucsf
Copy link
Collaborator

eguerin-ucsf commented Feb 5, 2018

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);
      }
    }
@dsnopek
Copy link

dsnopek commented Jun 11, 2018

Also related: ucdavis/sitefarm-distro-template#21

@mrkmiller
Copy link
Contributor

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

@eguerin-ucsf
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants