I just installed the module on a Drupal 9.3.9 site, and when I tried to run analyze, I got a white screen. The PHP error log said "Drupal\migrate\Plugin\MigrationDeriverTrait" not found", so I installed the migrate module. The analysis ran, but I saw "Drupal\content_translation\Plugin\migrate\source\I18nQueryTrait not found". This disappeared when I enabled lanuage module.
I think these dependencies should be mentioned in the module docs and on the extend screen, to reduce frustration.
Comments
Comment #2
pglatz commentedtypo: "I18nQueryTrait" was solved by enabling language module.
Comment #3
joachim commentedThanks for reporting!
The analysis should be able to sidestep plugins which don't have their dependencies satisfied. I'll look into it.
Comment #4
joachim commentedI'm not able to reproduce this.
Which version of core are you on, and which modules do you have installed?