I have several "Base table" not found errors, which seem to be leftover from the D6->D7 migration I did several years ago. For now I want to focus on taxonomy. The migration must have run the updates correctly, specifically taxonomy_update_7001(), which "db_rename_table('vocabulary', 'taxonomy_vocabulary');" My schema for taxonomy is correct. Question is, why is the D8 migrate looking for the table vocabulary?

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nmnh_opd7_db.vocabulary' doesn't exist: SELECT COUNT(*) AS expression
FROM 
(SELECT 1 AS expression
FROM 
{vocabulary} v) subquery; Array
(
)

Thank you,
Sean

Comments

couloir007 created an issue. See original summary.

clemens.tolboom’s picture

Status: Active » Closed (outdated)

As you haven't specify the command this is hard to answer. Closing. Feel free to reopen if still valid.

clemens.tolboom’s picture

As a side note I use a tag to filter out errors like drush migrate-import --tag "Drupal 6" --all