Hi
Trying to migrate my D6 website to a fresh D8

Got

An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /D8/batch?id=2&op=do_nojs&op=do
StatusText: Internal Server Error
ResponseText: 

In my log reports, some lines like

Location http://localhost/D8/batch?_format=json&id=2&op=do&op=do_nojs

and

Referrer http://localhost/D8/batch?id=2&op=start

and

Message Import of Drupal 6 field values failed

Hum. Doesn't help me to understand what's going on :(
Any idea/help ?

Thanks
Best regards.
D.

CommentFileSizeAuthor
#14 logs-migrate.txt24.81 KBdbourrion
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeryan’s picture

Status: Active » Postponed (maintainer needs more info)

That's true, the batch API does not provide much good info when things go wrong (the D7 doc page https://www.drupal.org/node/1806824 will still largely apply in D8). Could you try it in drush instead? Something like

drush migrate-upgrade --legacy-db-url=mysql://dbuser:dbpass@127.0.0.1/legacy_db --legacy-root=http://www.face-ecran.fr/ -d
dbourrion’s picture

Hi
Using drush, I got this

drush migrate-upgrade --legacy-db-url=mysql://mydbuser:mypassword@localhost/mylegacydb --legacy-root=http://localhost/drupal -d
Starting Drush preflight. [0.02 sec, 2.1 MB] [preflight]
Cache HIT cid: 8.0-dev-commandfiles-0-d540bdd061bf302627dd6cf4438c154f [0.02 sec, 2.16 MB] [debug]
Bootstrap to phase 0. [0.15 sec, 5.93 MB] [bootstrap]
Bootstrap to phase 5. [0.15 sec, 5.94 MB] [bootstrap]
Drush bootstrap phase : bootstrap_drupal_root() [0.15 sec, 6.35 MB] [bootstrap]
Initialized Drupal 8.0.0-dev root directory at /var/www/html/D8 [0.16 sec, 6.35 MB] [notice]
Find command files for phase 1 (max=5) [0.16 sec, 4.44 MB] [debug]
Cache HIT cid: 8.0-dev-commandfiles-1-faafe26cc2f68abc96c8659598a91366 [0.16 sec, 4.44 MB] [debug]
Drush bootstrap phase : bootstrap_drupal_site() [0.21 sec, 5.27 MB] [bootstrap]
Initialized Drupal site default at sites/default [0.21 sec, 5.27 MB] [notice]
Find command files for phase 2 (max=5) [0.21 sec, 5.27 MB] [debug]
Drush bootstrap phase : bootstrap_drupal_configuration() [0.21 sec, 5.27 MB] [bootstrap]
Find command files for phase 3 (max=5) [0.22 sec, 5.46 MB] [debug]
sql-query: SELECT 1; [0.22 sec, 5.58 MB] [status]
Executing: mysql --defaults-extra-file=/tmp/drush_CeJqVN --database=D8 --host=localhost --port=3306 --silent < /tmp/drush_SXVHhS
1
sql-query: SHOW TABLES; [0.24 sec, 5.58 MB] [status]
Executing: mysql --defaults-extra-file=/tmp/drush_2MhwjF --database=D8 --host=localhost --port=3306 --silent < /tmp/drush_dvzsCJ
batch
block_content
block_content__body
block_content_field_data
block_content_field_revision
block_content_revision
block_content_revision__body
cache_bootstrap
cache_config
cache_data
cache_default
cache_discovery
cache_entity
cache_menu
cache_render
cache_toolbar
cachetags
comment
comment__comment_body
comment_entity_statistics
comment_field_data
config
file_managed
file_usage
flood
history
key_value
key_value_expire
menu_link_content
menu_link_content_data
menu_tree
node
node__body
node__comment
node__field_image
node__field_tags
node_access
node_field_data
node_field_revision
node_revision
node_revision__body
node_revision__comment
node_revision__field_image
node_revision__field_tags
queue
router
search_dataset
search_index
search_total
semaphore
sequences
sessions
shortcut
shortcut_field_data
shortcut_set_users
taxonomy_index
taxonomy_term_data
taxonomy_term_field_data
taxonomy_term_hierarchy
url_alias
user__roles
user__user_picture
users
users_data
users_field_data
watchdog
Drush bootstrap phase : bootstrap_drupal_database() [0.26 sec, 5.59 MB] [bootstrap]
Successfully connected to the Drupal database. [0.26 sec, 5.59 MB] [bootstrap]
Find command files for phase 4 (max=5) [0.26 sec, 5.59 MB] [debug]
Drush bootstrap phase : bootstrap_drupal_full() [0.26 sec, 5.59 MB] [bootstrap]
Cache HIT cid: 8.0-dev-install_profile-66ecfeb9791a023150773849f1550c5d [0.36 sec, 14.24 MB] [debug]
Find command files for phase 5 (max=5) [0.36 sec, 14.24 MB] [debug]
Cache HIT cid: 8.0-dev-install_profile-66ecfeb9791a023150773849f1550c5d [0.36 sec, 14.24 MB] [debug]
Cache HIT cid: 8.0-dev-commandfiles-5-703de93f0c5bf5956ef267489084afc9 [0.38 sec, 14.26 MB] [debug]
Bootstrap to phase 6. [0.48 sec, 16.69 MB] [bootstrap]
Drush bootstrap phase : bootstrap_drupal_login() [0.48 sec, 16.69 MB] [bootstrap]
Find command files for phase 6 (max=6) [0.72 sec, 27.28 MB] [debug]
Found command: migrate-upgrade (commandfile=migrate_upgrade) [0.73 sec, 27.28 MB] [bootstrap]
Calling hook drush_migrate_upgrade [0.81 sec, 29.39 MB] [debug]
exception 'Exception' with message 'Source database does not contain a recognizable Drupal version.' in /var/www/html/D8/modules/migrate_upgrade/src/MigrateUpgradeTrait.php:40 [error]
Stack trace:
#0 /var/www/html/D8/modules/migrate_upgrade/src/MigrateUpgradeDrushRunner.php(35): Drupal\migrate_upgrade\MigrateUpgradeDrushRunner->configureMigrations(Array, 'http://localhos...')
#1 /var/www/html/D8/modules/migrate_upgrade/migrate_upgrade.drush.inc(39): Drupal\migrate_upgrade\MigrateUpgradeDrushRunner->configure()
#2 [internal function]: drush_migrate_upgrade()
#3 /home/daniel/.composer/vendor/drush/drush/includes/command.inc(359): call_user_func_array('drush_migrate_u...', Array)
#4 /home/daniel/.composer/vendor/drush/drush/includes/command.inc(210): _drush_invoke_hooks(Array, Array)
#5 [internal function]: drush_command()
#6 /home/daniel/.composer/vendor/drush/drush/includes/command.inc(178): call_user_func_array('drush_command', Array)
#7 /home/daniel/.composer/vendor/drush/drush/lib/Drush/Boot/BaseBoot.php(62): drush_dispatch(Array)
#8 /home/daniel/.composer/vendor/drush/drush/drush.php(70): Drush\Boot\BaseBoot->bootstrap_and_dispatch()
#9 /home/daniel/.composer/vendor/drush/drush/drush.php(11): drush_main()
#10 {main} [0.83 sec, 29.66 MB]
Command dispatch complete [0.83 sec, 29.61 MB] [notice]
daniel@debian:/var/www/html/D8/sites/default$

Hum ;)
Seeing that

exception 'Exception' with message 'Source database does not contain a recognizable Drupal version.

I remember a detail : my d6 tables are in a database with some other stuff.
The specific D6 tables are using a prefix, that is "drupal"
Where can one put that in the Drush line command ?

mikeryan’s picture

Status: Postponed (maintainer needs more info) » Active

Don't forget to set the status back to "Active" when responding to a "Postponed (maintainer needs more info)".

mikeryan’s picture

We use drush_convert_db_from_db_url() on that URL parameter, and it does not appear to support a way to pass prefixes.

Did you provide the prefix (under Advanced Options) when trying through the UI?

mikeryan’s picture

Status: Active » Postponed (maintainer needs more info)
mikeryan’s picture

re: drush - looks like the protocol is to have a --db-prefix option in this case.

mikeryan’s picture

mikeryan’s picture

@dbourrion: There's a patch adding --legacy-db-prefix to drush migrate-upgrade at https://www.drupal.org/node/2533190#comment-10117790 - can you give it a try and let me know if it works for you?

Thanks.

dbourrion’s picture

Hi
Patching looks ok according to that :

root@debian:/var/www/html/D8/modules/migrate_upgrade# patch -p1 < add_prefix_option_to-2533190-1.patch
patching file migrate_upgrade.drush.inc
patching file src/MigrateUpgradeDrushRunner.php
root@debian:/var/www/html/D8/modules/migrate_upgrade# exit
exit

Then i launch

drush migrate-upgrade --legacy-db-url=mysql://dbuser:dbpassword@localhost/dbD6 --legacy-db-prefix=drupal --legacy-root=http://localhost/drupal -d

I got that error (things are going well before, so I don't put all the logs here)

Importing d6_user_settings
Calling Drupal\migrate\MigrateExecutable::import() [27.3 sec, 45.71 MB] [debug]
Importing d6_filter_format
Calling Drupal\migrate\MigrateExecutable::import() [27.44 sec, 45.76 MB] [debug]
Missing filter plugin: %filter. [27.68 sec, 46.45 MB] [1]
Missing filter plugin: %filter. [28.58 sec, 49.62 MB] [1]
Missing filter plugin: %filter. [28.59 sec, 49.62 MB] [1]
Missing filter plugin: %filter. [28.66 sec, 49.62 MB] [1]
Missing filter plugin: %filter. [28.67 sec, 49.62 MB] [1]
Missing filter plugin: %filter. [28.67 sec, 49.62 MB] [1]
Missing filter plugin: %filter. [28.69 sec, 49.62 MB] [1]
Missing filter plugin: %filter. [28.72 sec, 49.62 MB] [1]
Missing filter plugin: %filter. [28.83 sec, 49.62 MB] [1]
Missing filter plugin: %filter. [28.93 sec, 49.71 MB] [1]
Missing filter plugin: %filter. [28.93 sec, 49.71 MB] [1]
Missing filter plugin: %filter. [28.93 sec, 49.71 MB] [1]
Missing filter plugin: %filter. [28.94 sec, 49.71 MB] [1]
Missing filter plugin: %filter. [28.94 sec, 49.71 MB] [1]
Missing filter plugin: %filter. [28.95 sec, 49.72 MB] [1]
Missing filter plugin: %filter. [28.95 sec, 49.72 MB] [1]
Missing filter plugin: %filter. [29.01 sec, 49.72 MB] [1]
Missing filter plugin: %filter. [29.02 sec, 49.72 MB] [1]
Missing filter plugin: %filter. [29.03 sec, 49.72 MB] [1]
Missing filter plugin: %filter. [29.04 sec, 49.72 MB] [1]
Missing filter plugin: %filter. [29.06 sec, 49.72 MB] [1]
Missing filter plugin: %filter. [29.07 sec, 49.72 MB] [1]
Missing filter plugin: %filter. [29.09 sec, 49.72 MB] [1]
Missing filter plugin: %filter. [29.26 sec, 49.75 MB] [1]
Missing filter plugin: %filter. [29.27 sec, 49.76 MB] [1]
Missing filter plugin: %filter. [29.27 sec, 49.76 MB] [1]
Missing filter plugin: %filter. [29.28 sec, 49.76 MB] [1]
Missing filter plugin: %filter. [29.28 sec, 49.76 MB] [1]
Missing filter plugin: %filter. [29.32 sec, 49.76 MB] [1]
Missing filter plugin: %filter. [29.33 sec, 49.76 MB] [1]
Missing filter plugin: %filter. [29.38 sec, 49.76 MB] [1]
Missing filter plugin: %filter. [29.42 sec, 49.76 MB] [1]
Missing filter plugin: %filter. [29.43 sec, 49.76 MB] [1]
Missing filter plugin: %filter. [29.44 sec, 49.76 MB] [1]
Missing filter plugin: %filter. [29.46 sec, 49.76 MB] [1]
Missing filter plugin: %filter. [29.47 sec, 49.76 MB] [1]
Missing filter plugin: %filter. [29.48 sec, 49.76 MB] [1]
The "php_code" plugin does not exist. (/var/www/html/D8/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:57) [29.71 sec, 49.83 MB] [error]
Importing d6_block_content_type
Calling Drupal\migrate\MigrateExecutable::import() [29.72 sec, 49.76 MB] [debug]
Importing d6_block_content_body_field
Calling Drupal\migrate\MigrateExecutable::import() [29.87 sec, 49.6 MB] [debug]
Importing d6_custom_block
Calling Drupal\migrate\MigrateExecutable::import() [30.09 sec, 50.41 MB] [debug]
Importing d6_user_role
Calling Drupal\migrate\MigrateExecutable::import() [30.72 sec, 51.44 MB] [debug]
Importing d6_block
Calling Drupal\migrate\MigrateExecutable::import() [31.51 sec, 52.68 MB] [debug]
PHP Fatal error: Call to a member function uuid() on null in /var/www/html/D8/core/modules/migrate_drupal/src/Plugin/migrate/process/d6/BlockPluginId.php on line 87
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Call to a member function uuid() on null in /var/www/html/D8/core/modules/migrate_drupal/src/Plugin/migrate/process/d6/BlockPluginId.php, line 87 [35 sec, 58.07 MB]
daniel@debian:/var/www/html/D8$
dbourrion’s picture

Status: Postponed (maintainer needs more info) » Active
dbourrion’s picture

Patch #19 here help the "Error: Call to a member function uuid() on null " disappearing.
Upgrde then stops with

Calling Drupal\migrate\MigrateExecutable::import() [32.81 sec, 63.04 MB] [debug]
Migration d6_field_instance_widget_settings did not meet the requirements. Missing migrations d6_field_instance. requirements: d6_field_instance. [32.82 [error]
sec, 63.06 MB]
Importing d6_node
Calling Drupal\migrate\MigrateExecutable::import() [32.82 sec, 63.05 MB] [debug]
Importing d6_cck_field_values
Calling Drupal\migrate\MigrateExecutable::import() [66.77 sec, 68.62 MB] [debug]
Migration d6_cck_field_values did not meet the requirements. Missing migrations d6_field_formatter_settings, d6_field_instance_widget_settings. [error]
requirements: d6_field_formatter_settings. requirements: d6_field_instance_widget_settings. [66.77 sec, 68.67 MB]
Importing d6_node_revision
Calling Drupal\migrate\MigrateExecutable::import() [66.77 sec, 68.65 MB] [debug]
PHP Fatal error: Call to a member function enforceIsNew() on null in /var/www/html/D8/core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php on line 47
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Call to a member function enforceIsNew() on null in /var/www/html/D8/core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php, line
47 [154.11 sec, 66.85 MB]

Any help welcome ;)
D.

mikeryan’s picture

Status: Active » Postponed (maintainer needs more info)

OK, let's start with the first error, since dependency issues tend to cascade:

Migration d6_field_instance_widget_settings did not meet the requirements. Missing migrations d6_field_instance. requirements: d6_field_instance.

So, it appears that somehow the d6_field_instance migration did not get created from the template. This implies its source or destination requirements were not fulfilled. On the source side, it requires the "content" module (i.e., CCK) to be enabled in your D6 source database - it tells that by looking status=1 in the system table for that module. I note earlier you said "the specific D6 tables are using a prefix" - perhaps the system table is not using a prefix, thus not visible (although I'd expect more dramatic errors, earlier, if that were the problem...). I'm not seeing an issue with the destination requirements...

mikeryan’s picture

Title: An AJAX HTTP error occurred. HTTP Result Code: 500 » migrate-upgrade fails with dependency errors
dbourrion’s picture

FileSize
24.81 KB

Oh. For that error

Migration d6_field_instance_widget_settings did not meet the requirements. Missing migrations d6_field_instance. requirements: d6_field_instance.

that's because, like in a D6->D7 migration, I disabled all the D6 Module.
After renabling them, that error disappears but a lot of other errors comes out.
I put the drush output in the join txt files.
And I'm gonna try to understand some of them ;)

dbourrion’s picture

Status: Postponed (maintainer needs more info) » Active
mikeryan’s picture

Status: Active » Postponed (maintainer needs more info)

There's been a lot of rearranging/refactoring in the migrate world the last couple of weeks, could you update both D8 core and migrate_upgrade and try again?

Thanks.

dbourrion’s picture

Hi :)
I have made a drush up in order to have everything up tp date.
I then had to apply that patch https://www.drupal.org/node/2533190#comment-10117790 to get --legacy-db-prefix

Launching drush migrate-upgrade --legacy-db-url=mysql://root:daniel@localhost/D6database --legacy-db-prefix=drupal --legacy-root=http://localhost/drupal -d

I got

Calling hook drush_migrate_upgrade [0.34 sec, 19.96 MB] [debug]
exception 'Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException' with message 'You have requested a non-existent service "migrate.migration_builder".' in [error]
/var/www/html/D8/core/vendor/symfony/dependency-injection/Container.php:318
Stack trace:
#0 /var/www/html/D8/core/lib/Drupal.php(157): Symfony\Component\DependencyInjection\Container->get('migrate.migrati...')
#1 /var/www/html/D8/modules/migrate_upgrade/src/MigrateUpgradeTrait.php(64): Drupal::service('migrate.migrati...')
#2 /var/www/html/D8/modules/migrate_upgrade/src/MigrateUpgradeDrushRunner.php(37): Drupal\migrate_upgrade\MigrateUpgradeDrushRunner->configureMigrations(Array, 'http://localhos...')
#3 /var/www/html/D8/modules/migrate_upgrade/migrate_upgrade.drush.inc(40): Drupal\migrate_upgrade\MigrateUpgradeDrushRunner->configure()
#4 [internal function]: drush_migrate_upgrade()
#5 /home/daniel/.composer/vendor/drush/drush/includes/command.inc(359): call_user_func_array('drush_migrate_u...', Array)
#6 /home/daniel/.composer/vendor/drush/drush/includes/command.inc(210): _drush_invoke_hooks(Array, Array)
#7 [internal function]: drush_command()
#8 /home/daniel/.composer/vendor/drush/drush/includes/command.inc(178): call_user_func_array('drush_command', Array)
#9 /home/daniel/.composer/vendor/drush/drush/lib/Drush/Boot/BaseBoot.php(62): drush_dispatch(Array)
#10 /home/daniel/.composer/vendor/drush/drush/drush.php(70): Drush\Boot\BaseBoot->bootstrap_and_dispatch()
#11 /home/daniel/.composer/vendor/drush/drush/drush.php(11): drush_main()
#12 {main} [0.44 sec, 20.57 MB]
Command dispatch complete [0.44 sec, 20.52 MB]

as in that issue https://www.drupal.org/node/2547179

Best regards
D.

dbourrion’s picture

Status: Postponed (maintainer needs more info) » Active
mikeryan’s picture

Status: Active » Postponed (maintainer needs more info)

"with message 'You have requested a non-existent service "migrate.migration_builder".' " seems to indicate you don't have the latest code - maybe drush up gets you the latest beta, as opposed to the latest -dev with the builder support? Yes, drush help up does indicate "updating to latest recommended releases"... You need the latest -dev build or pull 8.0.x from git.

dbourrion’s picture

Hi :)

After updating to the much recent dev version of D8 and other modules, the #17 error was gone but I got again a

Call to a member function uuid() on null in /var/www/html/D8/core/modules/block/src/Plugin/migrate/process/d6/BlockPluginId.php on line 87

error (see inside here, #11)

But the patch I used to apply to correct that error doesn't work anymore, as I tell it there

So I'm stuck again.
Sorry for all that "it is not working" stuff :(

dbourrion’s picture

Status: Postponed (maintainer needs more info) » Active
dbourrion’s picture

Hi :)
After applying patch #28 here to solve the

Call to a member function uuid() on null in /var/www/html/D8/core/modules/block/src/Plugin/migrate/process/d6/BlockPluginId.php on line 87

error, the migrate starts again.

But drush crash again, with errors (see below).

Calling Drupal\migrate\MigrateExecutable::import() [46.47 sec, 66.13 MB] [debug]
Migration d6_comment did not meet the requirements. Missing migrations d6_node. requirements: d6_node. [46.48 sec, 66.89 MB] [error]
Importing d6_comment_entity_form_display_subject
Calling Drupal\migrate\MigrateExecutable::import() [46.48 sec, 66.88 MB] [debug]
Importing d6_field
Calling Drupal\migrate\MigrateExecutable::import() [46.61 sec, 67.08 MB] [debug]
Cannot change the field type for an existing field storage. (/var/www/html/D8/core/modules/field/src/Entity/FieldStorageConfig.php:356) [47.44 sec, 66.07 MB] [error]
Importing d6_field_instance
Calling Drupal\migrate\MigrateExecutable::import() [47.7 sec, 66.34 MB] [debug]
Missing bundle entity, entity type node_type, entity id epub. (/var/www/html/D8/core/lib/Drupal/Core/Field/FieldConfigBase.php:256) [47.92 sec, 67.79 MB] [error]
Missing bundle entity, entity type node_type, entity id epub. (/var/www/html/D8/core/lib/Drupal/Core/Field/FieldConfigBase.php:256) [47.93 sec, 67.8 MB] [error]
Importing d6_view_modes
Calling Drupal\migrate\MigrateExecutable::import() [48.49 sec, 68.1 MB] [debug]
Importing d6_field_formatter_settings
Calling Drupal\migrate\MigrateExecutable::import() [49.1 sec, 69.01 MB] [debug]
exception 'Drupal\migrate\MigrateException' with message 'Failed to lookup array ( [error]
0 => 'filefield',
1 => 'hidden',
) in the static map.' in /var/www/html/D8/core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php:33
Stack trace:
#0 /var/www/html/D8/core/modules/migrate/src/MigrateExecutable.php(344): Drupal\field\Plugin\migrate\process\d6\FieldTypeDefaults->transform(Array, Object(Drupal\migrate\MigrateExecutable), Object(Drupal\migrate\Row),
'options/type')
#1 /var/www/html/D8/core/modules/migrate/src/MigrateExecutable.php(244): Drupal\migrate\MigrateExecutable->processRow(Object(Drupal\migrate\Row))
#2 [internal function]: Drupal\migrate\MigrateExecutable->import()
#3 /home/daniel/.composer/vendor/drush/drush/includes/drush.inc(714): call_user_func_array(Array, Array)
#4 /home/daniel/.composer/vendor/drush/drush/includes/drush.inc(705): drush_call_user_func_array(Array, Array)
#5 /var/www/html/D8/modules/migrate_upgrade/src/MigrateUpgradeDrushRunner.php(50): drush_op(Array)
#6 /var/www/html/D8/modules/migrate_upgrade/migrate_upgrade.drush.inc(42): Drupal\migrate_upgrade\MigrateUpgradeDrushRunner->import()
#7 [internal function]: drush_migrate_upgrade()
#8 /home/daniel/.composer/vendor/drush/drush/includes/command.inc(359): call_user_func_array('drush_migrate_u...', Array)
#9 /home/daniel/.composer/vendor/drush/drush/includes/command.inc(210): _drush_invoke_hooks(Array, Array)
#10 [internal function]: drush_command()
#11 /home/daniel/.composer/vendor/drush/drush/includes/command.inc(178): call_user_func_array('drush_command', Array)
#12 /home/daniel/.composer/vendor/drush/drush/lib/Drush/Boot/BaseBoot.php(62): drush_dispatch(Array)
#13 /home/daniel/.composer/vendor/drush/drush/drush.php(70): Drush\Boot\BaseBoot->bootstrap_and_dispatch()
#14 /home/daniel/.composer/vendor/drush/drush/drush.php(11): drush_main()
#15 {main} [49.68 sec, 71.57 MB]
Command dispatch complete [49.69 sec, 71.51 MB]

I'm gonna try to understand some errors (that D6 to D8 migration stuff doesn't so easy I thought it was, in fact ;) )
Best regards
D.

dbourrion’s picture

I've used that patch to try to go further ; looks working until

Calling Drupal\migrate\MigrateExecutable::import() [548.61 sec, 73.94 MB] [debug]
Undefined index: bundle CckFieldValues.php:64 [548.62 sec, 74.03 MB] [notice]
Importing d6_node_revision__date
Calling Drupal\migrate\MigrateExecutable::import() [548.64 sec, 74.07 MB] [debug]
PHP Fatal error: Call to a member function enforceIsNew() on null in /var/www/html/D8/core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php on line 47
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Call to a member function enforceIsNew() on null in /var/www/html/D8/core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php, line 47 [650.11 sec, 73.7 MB]

Still seeking ;)

quindio’s picture

I got the same error using a clone of D8 as of this morning - Thanks

mikeryan’s picture

Status: Active » Closed (cannot reproduce)

I believe the dependency problems this issue was originally about were resolved a while ago. Other problems, if they're still being seen, should have their own issues - most likely in the core queue, since they relate to the actual execution of the migrations rather than the UI.