-
Notifications
You must be signed in to change notification settings - Fork 19
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 import an updated CDF. #210
Comments
Adding @EclipseGc for some visibility. No changes on our end other than keeping modules and libraries as up to date as possible. |
We are on a specific hash for the PHP library, based on some conversations we had last week when installations were broken using existing CDFs that were exported months ago, as well. https://github.com/acquia/df/blob/8.x-4.x/composer.json#L214 |
Ok, so 2 things:
|
Ok cool, we can update to use the tagged releases. The workflow is to create everything via the UI then export a CDF package. Additionally, our configuration for this scenario does not call for the Scenarios module to load all menu_link_content as a proper dependent - e.g. provide it to depcalc for CDF-ification. So any menu_link_content that is added to the CDF could only have come because it was found as a dependency of one of the other dependents. This might make more sense if I share what our config form looks like as far as what we "export" when we request a CDF. |
Looks like there's no |
Like I said, it looks like a generated entity. This can happen a couple of different ways, but most commonly, it can happen on import when 2 (or more) entities have dependencies on each other. Does your CDF export have a menu_link_content entity in it? |
It does. But I am not sure why since we don't see any menu link content actually in on the site.
Could these be legacy items that are hanging around? |
Another quick check to see if there's any entities (checking if array is empty)
|
Recently I tried to update the title of the home page in dfs_one. I was able to export a new CDF without an issue, but when I tried to do a new build with the updated CDF, I got an error.
The text was updated successfully, but these errors were encountered: