I'm new to Drupal programming but I have experienced a few problems. Every time I uninstall a module and I want to install it again.
I get this error message:
Unable to install advertisement, core.entity_form_display.node.advertisement.default, core.entity_view_display.node.advertisement.default, core.entity_view_display.node.advertisement.teaser, field.field.node.advertisement.body, node.type.advertisement already exist in active configuration.
What did I already do?
- With drush cache-clear / cache-rebuild No result
- In drupal self cache-clear No result
- And even dropt the drupal database /( it works but it is kind of annoying to do it every time.) Result but a lot of work
So I think I know where the problem is (Database tables), but how do I fix it in a fast and easy way?