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

Features Import Fails #1679

Closed
mikemadison13 opened this issue Jun 16, 2017 · 2 comments
Closed

Features Import Fails #1679

mikemadison13 opened this issue Jun 16, 2017 · 2 comments
Labels
Bug Something isn't working

Comments

@mikemadison13
Copy link
Contributor

mikemadison13 commented Jun 16, 2017

During the configuration the Features import is not running properly due to improper code logic and faulty drush commands.

Despite having features set as the CM strategy, features are not being imported during the installation of Drupal or the refreshing of Drupal.

@grasmash grasmash added the Bug Something isn't working label Jun 16, 2017
@grasmash
Copy link
Contributor

Can you please provide the output?

@mikemadison13
Copy link
Contributor Author

mikemadison13 commented Jun 16, 2017

Yeah, I'm working on a fix for this now...

The issue is that the features import just flat out doesn't happen.

blt setup:config-import

The drush command 'features-revert-all' could not be found.

this one can easily be fixed by swapping to features-import-all and i will be pushing a PR for this soon. note however that the data model in the example files is wrong, as this code expects an array of bundles not a single bundle (so this will not run with a single bundle). (there was also a typo that was preventing the code from running at all).

blt setup:drupal:install

Features bundle <project> automatically created.                                                                                                                                                                           [status]
Updater Publish multiple nodes at a certain time complete. Results: No updates were performed.                                                                                                                                       [status]
Updater Publish single node at certain time complete. Results: No updates were performed.                                                                                                                                            [status]
Congratulations, you installed Lightning!                                                                                                                                                                                            [status]
[Acquia\Blt\Robo\Tasks\DrushTask] Done in 07:18

there is no features import during installation, which will cause tests to fail in travis as critical features are missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants