Problem/Motivation
[error] Message: /Warning/: Undefined array key "urls" in
/Drupal\migrate_plus\Plugin\migrate\source\Url->__construct()/ (line /37/ of
/modules/contrib/migrate_plus/src/Plugin/migrate/source/Url.php/).Drupal\migrate_plus\Plugin\migrate\source\Url->__construct()
(Line: 70)
Drupal\migrate\Plugin\MigratePluginManager->createInstance() (Line: 394)
Drupal\migrate\Plugin\Migration->getSourcePlugin() (Line: 66)
action_migration_plugins_alter() (Line: 552)
Drupal\Core\Extension\ModuleHandler->alter() (Line: 386)
Drupal\Core\Plugin\DefaultPluginManager->alterDefinitions() (Line: 259)
Drupal\migrate\Plugin\MigrationPluginManager->findDefinitions() (Line: 213)
Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 146)
Drupal\migrate\Plugin\MigrationPluginManager->expandPluginIds() (Line: 114)
Drupal\migrate\Plugin\MigrationPluginManager->createInstances() (Line: 93)
Drupal\migrate\Plugin\MigrationPluginManager->createInstance() (Line: 27)
Steps to reproduce
Run the migration without urls parameter via terminal using the drush command drush php:eval
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | migrate_plus-3556446-2.patch | 595 bytes | amateichuk |
Issue fork migrate_plus-3556446
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
amateichuk commentedComment #5
baikho commentedComment #7
heddnPosted feedback on the MR
Comment #8
baikho commentedComment #10
heddnThanks for the fixes here.