- ivnish Kazakhstan
Same problem with my custom migrations. After the patch I get clear error messages and now I know that I should to fix
- 🇦🇺Australia interlated
The interface doesn't seem to have the property. Is the logic broken?
Seems like DestinationBase::getDestinationModule
assumes $this->migration->provider
exists and is an array.
TypeError: reset(): Argument #1 ($array) must be of type array, null given in reset() (line 134 of core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php).
This is happening on plugin id entity:action
from \Drupal\migrate\Plugin\migrate\destination\EntityConfigBase
Drupal 7 to Drupal 9 migration through the UI on the upgrade/review
path, TBD on more details
Remove the assumption and check if it's an array and/or find another way to determine provider
Needs work
11.0 🔥
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Same problem with my custom migrations. After the patch I get clear error messages and now I know that I should to fix
The interface doesn't seem to have the property. Is the logic broken?