Thanks for really good theme, very configurable...

But with Drupal 8 I have a problem. After uninstalling AT Theme (first on thems page, them catalog by ftp) and trying to install once more I get such an error message:

Unable to install at_generator, at_core.settings already exists in active configuration.

Any help?

Comments

Andrzej7 created an issue. See original summary.

Andrzej7’s picture

Issue summary: View changes
Jeff Burnz’s picture

Category: Bug report » Support request

You can use DrupalConsole to delete configuration:

$ drupal config:delete at_core.settings

https://hechoendrupal.gitbooks.io/drupal-console/content/en/commands/con...

Otherwise you could try deleting the file at_core/config/install/at_core.settings.yml before attempting the new install, it should work.

This isn't really a bug because Drupal itself does not provide any hooks for themes to remove config on uninstall.

Andrzej7’s picture

Thanks a lot :)
It works

Jeff Burnz’s picture

Status: Active » Fixed

Great!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.