Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Created October 8, 2012 20:39
Show Gist options
  • Save mkorostoff/3854830 to your computer and use it in GitHub Desktop.
Save mkorostoff/3854830 to your computer and use it in GitHub Desktop.
comcastrsn@staging-1351:/var/www/html/comcastrsn.dev/docroot/sites/csnhouston$ drush status
WD php: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'comcastrsdb6141.url_alias' doesn't exist: SELECT source FROM {url_alias} WHERE alias = [error]
:alias AND language IN (:language, :language_none) ORDER BY language ASC, pid DESC; Array
(
[:alias] => homepage
[:language] => en
[:language_none] => und
)
in drupal_lookup_path() (line 176 of /mnt/www/html/comcastrsndev/docroot/includes/path.inc).
Drush command terminated abnormally due to an unrecoverable error. [error]
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'comcastrsdb6141.url_alias' doesn't exist: SELECT source FROM {url_alias} WHERE alias = :alias AND language IN (:language, :language_none) ORDER BY language ASC, pid DESC; Array
(
[:alias] => homepage
[:language] => en
[:language_none] => und
)
in drupal_lookup_path() (line 176 of /mnt/www/html/comcastrsndev/docroot/includes/path.inc).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment