It looks like the database prefix is ​​not used

Created on 22 November 2024, 2 months ago

Problem/Motivation

vendor/drush/drush/drush migrate:status
[error] Could not retrieve source count from category_wizard: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd7.url_alias' doesn't exist: SELECT COUNT(*) AS "expression"
FROM
(SELECT "td".*, "tv"."machine_name" AS "machine_name", "ual"."alias" AS "alias", 1 AS "expression"
FROM
"no_taxonomy_term_data" "td"
LEFT OUTER JOIN "no_taxonomy_vocabulary" "tv" ON "td"."vid" = "tv"."vid"
LEFT OUTER JOIN "no_url_alias" "ual" ON CONCAT('taxonomy/term/', td.tid) = ual.source AND ual.pid = (SELECT MAX(ual2.pid) FROM url_alias as ual2 WHERE ual2.source=CONCAT('taxonomy/term/', td.tid)) AND ual.language in('und','uk')
WHERE "tv"."machine_name" IN (:db_condition_placeholder_0)
GROUP BY "ual"."alias") "subquery"; Array
(
[:db_condition_placeholder_0] => category
)

🐛 Bug report
Status

Active

Version

3.0

Component

Code

Created by

🇺🇦Ukraine proweb.ua

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

Comments & Activities

Production build 0.71.5 2024