Hardcoded migration map table name causes errors

Created on 1 April 2025, 5 days ago

Problem/Motivation

The table name is hardcoded in the query, which is causing this error:

In ExceptionHandler.php line 56:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acquia.migrate_map_d7_views_migration' doesn't exist: SELECT "mmvm"."destid1" AS "destid1", "mmvm"."sourceid1" AS "sourceid1"
FROM
"migrate_map_d7_views_migration" "mmvm"
WHERE "sourceid1" IN (:db_condition_placeholder_0); Array
(
[:db_condition_placeholder_0] => archive
)

Proposed resolution

Fetch the table name dynamically and use it.

🐛 Bug report
Status

Active

Version

1.2

Component

Code

Created by

🇮🇳India pranit84 Faridabad (India)

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024