Skip to content

Instantly share code, notes, and snippets.

@labbydev
Created February 2, 2017 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save labbydev/16c3b22205aecd744b54eb1b6bd067d6 to your computer and use it in GitHub Desktop.
Save labbydev/16c3b22205aecd744b54eb1b6bd067d6 to your computer and use it in GitHub Desktop.
chicago-law > drupal-reinstall-module:
[drush] Executing '/var/www/uchicago-law.local/vendor/bin/drush --nocolor --root="/var/www/uchicago-law.local/web" --uri="http://uchicago-law.local" --config="/var/www/uchicago-law.local/conf/drushrc.php" --yes pm-uninstall "ucl_d6_migration"'...
ucl_d6_migration was successfully uninstalled. [ok]
[drush] The following extensions will be uninstalled: ucl_d6_migration
[drush] Do you really want to continue? (y/n): y
[drush] Executing '/var/www/uchicago-law.local/vendor/bin/drush --nocolor --root="/var/www/uchicago-law.local/web" --uri="http://uchicago-law.local" --config="/var/www/uchicago-law.local/conf/drushrc.php" --yes pm-enable "ucl_d6_migration"'...
ucl_d6_migration was enabled successfully. [ok]
[drush] The following extensions will be enabled: ucl_d6_migration
[drush] Do you really want to continue? (y/n): y
[drush] Executing '/var/www/uchicago-law.local/vendor/bin/drush --group="uclaw_drupal6" --update --user="migration" --nocolor --root="/var/www/uchicago-law.local/web" --uri="http://uchicago-law.local" --config="/var/www/uchicago-law.local/conf/drushrc.php" migrate-import'...
Migration failed with source plugin exception: SQLSTATE[42S02]: Base table or view not found: 1146 [error]
Table 'uclaw_drupal6.node_revisions' doesn't exist: SELECT n.nid AS nid, n.type AS
type, n.language AS language, n.status AS status, n.created AS created, n.changed AS changed,
n.comment AS comment, n.promote AS promote, n.moderate AS moderate, n.sticky AS sticky, n.tnid AS
tnid, n.translate AS translate, nr.title AS title, nr.body AS body, nr.teaser AS teaser, nr.log AS
log, nr.timestamp AS timestamp, nr.format AS format, nr.vid AS vid, n.uid AS node_uid, nr.uid AS
revision_uid, map.sourceid1 AS migrate_map_sourceid1, map.source_row_status AS
migrate_map_source_row_status
FROM
{node_revisions} nr
INNER JOIN {node} n ON n.vid = nr.vid
LEFT OUTER JOIN drupal.migrate_map_uclaw_news map ON n.nid = map.sourceid1
WHERE (n.tnid = 0 OR n.tnid = n.nid) AND (n.type = :db_condition_placeholder_0) AND( (map.sourceid1
IS NULL ) OR (map.source_row_status = :db_condition_placeholder_1) ); Array
(
[:db_condition_placeholder_0] => news
[:db_condition_placeholder_1] => 1
)
Migration failed with source plugin exception: SQLSTATE[42S02]: Base table or view not found: 1146 [error]
Table 'uclaw_drupal6.node_revisions' doesn't exist: SELECT n.nid AS nid, n.type AS
type, n.language AS language, n.status AS status, n.created AS created, n.changed AS changed,
n.comment AS comment, n.promote AS promote, n.moderate AS moderate, n.sticky AS sticky, n.tnid AS
tnid, n.translate AS translate, nr.title AS title, nr.body AS body, nr.teaser AS teaser, nr.log AS
log, nr.timestamp AS timestamp, nr.format AS format, nr.vid AS vid, n.uid AS node_uid, nr.uid AS
revision_uid, map.sourceid1 AS migrate_map_sourceid1, map.source_row_status AS
migrate_map_source_row_status
FROM
{node_revisions} nr
INNER JOIN {node} n ON n.vid = nr.vid
LEFT OUTER JOIN drupal.migrate_map_uclaw_page map ON n.nid = map.sourceid1
WHERE (n.tnid = 0 OR n.tnid = n.nid) AND (n.type = :db_condition_placeholder_0) AND( (map.sourceid1
IS NULL ) OR (map.source_row_status = :db_condition_placeholder_1) ); Array
(
[:db_condition_placeholder_0] => page
[:db_condition_placeholder_1] => 1
)
Migration failed with source plugin exception: SQLSTATE[42S02]: Base table or view not found: 1146 [error]
Table 'uclaw_drupal6.term_data' doesn't exist: SELECT DISTINCT td.*, map.sourceid1 AS
migrate_map_sourceid1, map.source_row_status AS migrate_map_source_row_status
FROM
{term_data} td
LEFT OUTER JOIN drupal.migrate_map_uclaw_taxonomy_storyseries map ON td.tid = map.sourceid1
WHERE (td.vid = :db_condition_placeholder_0) AND( (map.sourceid1 IS NULL ) OR (map.source_row_status
= :db_condition_placeholder_1) )
ORDER BY td.tid ASC; Array
(
[:db_condition_placeholder_0] => 16
[:db_condition_placeholder_1] => 1
)
Migration failed with source plugin exception: SQLSTATE[42S02]: Base table or view not found: 1146 [error]
Table 'uclaw_drupal6.filter_formats' doesn't exist: SELECT f.format AS format, f.roles
AS roles
FROM
{filter_formats} f; Array
(
)
Migration failed with source plugin exception: SQLSTATE[42S02]: Base table or view not found: 1146 [error]
Table 'uclaw_drupal6.users' doesn't exist: SELECT u.uid AS uid, u.name AS name, u.pass
AS pass, u.mail AS mail, u.theme AS theme, u.signature AS signature, u.signature_format AS
signature_format, u.created AS created, u.access AS access, u.login AS login, u.status AS status,
u.timezone AS timezone, u.language AS language, u.picture AS picture, u.init AS init, u.data AS data,
map.sourceid1 AS migrate_map_sourceid1, map.source_row_status AS migrate_map_source_row_status
FROM
{users} u
LEFT OUTER JOIN drupal.migrate_map_uclaw_user map ON u.uid = map.sourceid1
WHERE (u.uid > :db_condition_placeholder_0) AND( (map.sourceid1 IS NULL ) OR
(map.source_row_status = :db_condition_placeholder_1) ); Array
(
[:db_condition_placeholder_0] => 0
[:db_condition_placeholder_1] => 1
)
[drush] Executing '/var/www/uchicago-law.local/vendor/bin/drush --group="uclaw_default_content" --update --user="migration" --nocolor --root="/var/www/uchicago-law.local/web" --uri="http://uchicago-law.local" --config="/var/www/uchicago-law.local/conf/drushrc.php" migrate-import'...
Processed 14 items (14 created, 0 updated, 0 failed, 0 ignored) - done with 'uclaw_default_terms' [status]
BUILD FINISHED
Total time: 2 minutes 33.99 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment