Hi,
when I run drush migrate-import --migrate-debug upgrade_d6_user_role I get Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "plugin.manager.config_entity_migration".
when I run
drush migrate-import --migrate-debug-pre upgrade_d6_user_role
i get
Processed 7 items (0 created, 0 updated, 0 failed, 7 ignored) - done with 'upgrade_d6_user_role'
but no debug output either.
I could really do with a tool which would explain why roles are being ignored.
Cheers
Comments
Comment #2
Derimagia commentedAdded a newer version to prevent the error from happening (See #2752335 for why this was happening) but if your migrations are simply "ignoring" without warning that could be because of a lot of things that this module won't currently help you for sadly.
Leaving this open until I do more tests for the error, however.
Comment #3
Derimagia commentedCan you provide the migrate yml file? Even if it's not possible now i"d like to add debugging for ignored rows
Comment #4
kubrt commentedContent of the
migrate_plus.migration.upgrade_d6_user_role.ymlSomeone says here static_map was his problem but what do I know.
Comment #5
Derimagia commentedIf you remove the entire permissions block and just do the id and name does it work?
Comment #7
kubrt commentedI'm on 2f6700f but still getting the same error, just FYI.
Comment #8
Derimagia commentedSorry for the long delay, I had to re-create my testing enviornment. Should be fixed so it uses the proper migration manager, if you have any issues let me know
Comment #10
Derimagia commented