Transliteration
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'landi578_d7.file' doesn't exist: SELECT COUNT(*) AS expression FROM {file} file WHERE (uri NOT REGEXP :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => /[a-z0-9_.-]+$ ) in transliteration_install() (line 19 of /home/landi578/domains/lundiak.in.ua/public_html/sites/all/modules/transliteration/transliteration
Just after install and enable
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | transliteration_821678.patch | 1.05 KB | snufkin |
Comments
Comment #1
snufkin commentedThis table got renamed to file_managed, patch replaces occurrences in the admin file (thanks to catch and Stevel_ on IRC for pointing it out).
Comment #2
andypostDup of #788530: Database table file is now called file_managed
Same patch
Comment #3
emeelio commentedIn my case what I see is:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxxxxxxxxx.prohbcloth_views_view' doesn't exist: SELECT t__0.* FROM {views_view} t__0; Array ( ) in ctools_export_load_object() (line 427 of /homepages/xx/xxxxxxxxx/htdocs/clients/my_client/sites/all/modules/ctools/includes/export.inc).
What I get is that prohbcloth_views_view table does not exist. Is it as easy as creating one table with this name?
Comment #4
emeelio commentedFound out that the module "Views 7.x-3.0-rc1" was the culprit.