Closed (fixed)
Project:
Transliteration
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Jun 2010 at 14:11 UTC
Updated:
16 Aug 2011 at 21:59 UTC
Jump to comment: Most recent file
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.