- 🇳🇿New Zealand scrypter
Getting same error D7 geolocation module to D10 geolocation module.
drush mim d7_field gives Attempt to create a field storage field_location_map with no type.mysql> select field_name, type, module from field_config where field_name like '%field_location_map%'; +--------------------+--------------------+-------------+ | field_name | type | module | +--------------------+--------------------+-------------+ | field_location_map | geolocation_latlng | geolocation | +--------------------+--------------------+-------------+ 1 row in set (0.00 sec)
Is there mapping for D7 geolocation to D8/9/10 geolocation? Found type_map => ['location' => 'geolocation'] which is for location_cck but nothing for the same geolocation module source and destination? This is not a custom migration.
Could you expand on the above comment "did you align the migration field types correctly?" How is that done?