0

I am trying to import views from one of my Drupal 9 sites, we will call it Drupal A to another Drupal 9 site, we will call it Drupal B.

I keep getting this error:

Error message

The configuration cannot be imported because it failed validation for the following reasons:

Configuration project.settings depends on the project extension that will not be installed after import.

I can not seem to track down where that project.settings is enabled but I did make a complete copy of the Drupal 9 A site and try to change just a field or two in a view, and import it into the original Drupal 9 site and I still get that error. Because of this finding, it leads me to think that project.settings is actually installed on both sites, but there is some other bug related to it.

Any ideas, suggestions, clarifying questions are welcomed! thank you!

3
  • 1
    Importing configuration between sites is not supported by Drupal Core, although I understand some people have been able to do so. Perhaps this is drupal.stackexchange.com/questions/189229/… Commented Sep 21, 2023 at 2:09
  • Does this answer your question? Unable to install the XYZ module since it requires the A module Commented Sep 21, 2023 at 2:09
  • 1
    Sounds like site A is using contrib module X in that view. Could be a view field or filter. Site B doesn’t have contrib module X installed; thus, it would break your view, so it refuses to import. Commented Sep 21, 2023 at 3:30

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.