When upgrading a D7 site (not a D6 site) to D8.5-rc1 I get this error message and cannot move forward.
Resolve the issue below to continue the upgrade.
The d6_path_redirect plugin must define the source_module property.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2947642-2.redirect.d6pathredirect-plugin-must-define-the-sourcemodule-property.patch | 3.55 KB | mikelutz |
Comments
Comment #2
mikelutzThe enforcement of the source_module annotation was added in Drupal 8.5. The attached patch updates the source plugins and test fixture to work in 8.5
Comment #3
mikelutzAdding core issue queue link. This will break drupal migrations on Drupal 8.5 if the redirect module is installed (not just redirect migrations, since the exception is thrown when loading the set of migrations for a drupal migration). Hopefully this can be committed before 8.5 comes out this week.
Comment #4
heddnQuick fix for https://www.drupal.org/node/2911881
Comment #5
hass commentedThanks. Error is gone.
Comment #7
berdirThanks, committed.
Comment #9
berdirComment #11
dwwNote: this actually broke the d6 case. See #2955400: d6_path_redirect has to define the *correct* source_module annotation