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

"Unable to install Apigee Kickstart Monetization due to unmet dependencies: field.field.commerce_product.add_credit.stores (field.storage.commerce_product.stores), field.field.commerce_product.add_credit.variations (field.storage.commerce_product.variations)" error #319

Closed
drupalninja opened this issue Feb 17, 2020 · 2 comments · Fixed by #323
Assignees
Labels
bug Something isn't working

Comments

@drupalninja
Copy link

I have the D8 distro installed with Apigee Edge configured. When I try to enable the "Apigee Kickstart Monetization" experimental feature I get the following warning:

"Unable to install Apigee Kickstart Monetization due to unmet dependencies: field.field.commerce_product.add_credit.stores (field.storage.commerce_product.stores), field.field.commerce_product.add_credit.variations (field.storage.commerce_product.variations)" error

My guess is that this configuration is supposed to be provided by other modules in the project such as "Apigee Monetization Add Credit" which is enabled.

@drupalninja drupalninja added the bug Something isn't working label Feb 17, 2020
@arlina-espinoza
Copy link
Contributor

Found the issue is changes in the internal entity schema of commerce entities from commerce 8.x-2.16 I'm working on updating Kickstart installer to avoid installing configuration yaml objects for this submodule, and instead re-create the configuration with code, which should make it more robust against commerce updates.

@arlina-espinoza
Copy link
Contributor

@drupalninja Please review this PR: #323

arlina-espinoza added a commit to arlina-espinoza/apigee-devportal-kickstart-drupal that referenced this issue Feb 27, 2020
arlina-espinoza added a commit to arlina-espinoza/apigee-devportal-kickstart-drupal that referenced this issue Feb 27, 2020
shadcn added a commit that referenced this issue Feb 28, 2020
[#319] Refactor add credit module configuration.
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

Successfully merging a pull request may close this issue.

2 participants