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

CommentFileSizeAuthor
#1 transliteration_821678.patch1.05 KBsnufkin

Comments

snufkin’s picture

Status: Active » Needs review
StatusFileSize
new1.05 KB

This table got renamed to file_managed, patch replaces occurrences in the admin file (thanks to catch and Stevel_ on IRC for pointing it out).

andypost’s picture

Status: Needs review » Closed (duplicate)
emeelio’s picture

In 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?

emeelio’s picture

Status: Closed (duplicate) » Closed (fixed)

Found out that the module "Views 7.x-3.0-rc1" was the culprit.