-
Notifications
You must be signed in to change notification settings - Fork 394
BLT Setup Issue #2415
Comments
Hi @vishakha-s,
Kindly post the output of |
Hi, I am trying to setup existing drupal8 project.I tried to run blt setup command but only few tables (49) are getting imported in adminer. What are the steps to import database from server on local using blt ?? Output of blt doctor:
|
Please include the full command output for the failing command. The snippet that you shared does not contain adequate information. |
Please see below output of blt local:setup command. This command fails and throws error at the end. Only few tables are getting imported in adminer.
|
Hi @vishakha-s , |
Yup, this is Drupal core telling you that your exported configuration is invalid.
You can either remove BLT and Drush should be failing because there's a bug in your Drupal site. |
Thanks for suggestion. I disabled base_media module and then tried to run blt local:setup command but still getting unmet dependencies error. Could you please share steps to install unmet dependencies ?? Do i have to use drush commands?? |
|
That really depends on your site, its modules, and your configuration. You need to manually review the yml config files that contain the config with unmet dependencies. Read the dependencies, and very that they are all present in the configuration directory. If the are not, export them. |
I'm closing this issue given that it is demonstrably caused by invalid Drupal configuration. Honestly, there should be a "Debugging configuration" page created here: https://www.drupal.org/docs/8/configuration-management/managing-your-sites-configuration This is a common issue with Drupal 8, and there is a lack of support materials. |
I am trying to setup drupal8 BLT project on local but getting some errors while doing it.
When i run blt local:setup command i get some error on setup.xml file of BLT directory.
I have already installed Drupalvm,npm,nodejs,gulp which is required to run BLT setup.
What can be cause for this issue??
The text was updated successfully, but these errors were encountered: