Created
October 8, 2012 20:39
-
-
Save mkorostoff/3854830 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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