Problem/Motivation
During my migrations of my Drupal7 site to Drupal8 I ran into an error. Do I make a mistake that the system searches for D6 tables?
when executing
$ drush migrate-status
I get the errors listed below
when executing
drush migrate-import d6_user_role
The "drupal7.filter_formats" table can not found. I search for it in the original database and indeed I can not find it.
Sorry for using your time. But I get lost in this issue for several hours and I can not found any information about it.=
Thanks in advance,
NitraM
[error] Could not retrieve source count from d6_filter_format: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal7.filter_formats' doesn't exist:
[error] Could not retrieve source count from d6_custom_block: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal7.boxes' doesn't exist:
[error] Could not retrieve source count from d6_file: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal7.files' doesn't exist:
[error] Could not retrieve source count from d6_taxonomy_vocabulary: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal7.vocabulary' doesn't exist:
[error] Could not retrieve source count from d6_taxonomy_term: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal7.term_data' doesn't exist:
[error] Could not retrieve source count from d6_vocabulary_field: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal7.vocabulary' doesn't exist:
[error] Could not retrieve source count from d6_vocabulary_field_instance: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal7.vocabulary' doesn't exist:
[error] Could not retrieve source count from d6_vocabulary_entity_form_display: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal7.vocabulary' doesn't exist:
[error] Could not retrieve source count from d6_vocabulary_entity_display: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal7.vocabulary' doesn't exist: )