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

pglatz created an issue. See original summary.

pglatz’s picture

Issue summary: View changes

typo: "I18nQueryTrait" was solved by enabling language module.

joachim’s picture

Component: Documentation » Code
Category: Support request » Bug report

Thanks for reporting!

The analysis should be able to sidestep plugins which don't have their dependencies satisfied. I'll look into it.

joachim’s picture

Status: Active » Postponed (maintainer needs more info)

I'm not able to reproduce this.

Which version of core are you on, and which modules do you have installed?