- 🇮🇳India Ali Rizvi
hi,
I'm migrating d7 to d9 and i have to migrate field collections to paragraphs and in field collections i have fields which has field type 'entity reference' and that reference's to field collection and view of field collectiondrush mim upgrade_d7_field_collection_type
This creates the Paragraph Types from Field Collectiondrush mim upgrade_d7_field_collection_field_name
This creates field instance ONLYdrush mim upgrade_d7_node_type
"Imports node types, This creates the Content Types - CCK structure"and when i try to import field of cck using this
drush mim upgrade_d7_field33/107 [========>-------------------] 30% [error] The "field_collection_item" entity type does not exist. (/opt/httpd/htdocs/sites/vecplerpd9/master/web/core/lib/Drupal/Core/Entity/EntityTypeManager.php:139)
[error] The "field_collection_item" entity type does not exist.
[notice] Processed 107 items (101 created, 0 updated, 6 failed, 0 ignored) - done with 'upgrade_d7_field'cck fields are not getting migrated because of field collections
any help would be appreciated
- Status changed to Fixed
10 months ago 10:26am 14 January 2024 - 🇨🇭Switzerland berdir Switzerland
Looks like it works for several people but others still have issues. Committed this, if you still have issues then open a new issue (see also comment #23).
-
Berdir →
committed 8b079e1f on 8.x-1.x authored by
DamienMcKenna →
Issue #3192993 by DamienMcKenna, noahadler: [migrate_upgrade...
-
Berdir →
committed 8b079e1f on 8.x-1.x authored by
DamienMcKenna →
Automatically closed - issue fixed for 2 weeks with no activity.
- 🇧🇩Bangladesh shafiqhossain
I am still facing the issue with redundant "field_" prefix while migrating.
We have a field collection named as "field_field_rep_products_price". While migrating its breaks on "upgrade_d7_field_instance". its searching an entity id "rep_products_price" which is NOT correct but in D10, its actually created a paragraph_type with correct name "paragraphs.paragraphs_type.field_rep_products_price". As a results migration breaks.
[error] Missing bundle entity, entity type paragraphs_type, entity id rep_products_price. web\core\lib\Drupal\Core\Entity\EntityType.php:916