Closed (fixed)
Project:
Feeds
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
12 Jul 2015 at 09:30 UTC
Updated:
26 Sep 2018 at 15:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
twistor commentedI suppose we can use the same fix.
Comment #3
twistor commentedComment #5
memcinto commentedAlso with drush 5.7.
Comment #6
jaredcampbell commentedI was receiving a similar error, but it referred to cache_feeds_http as a table, not a relation. I believe my error was related to an update with the media, file_entity module and the problem discussed at https://www.drupal.org/node/2170231. The patch in #1 fixed the problem after I manually reverted the file_entity schema_version in the system table from 7101 to 7100 and ran update.php.
Comment #7
benjarlett commentedworked for me with drush version 6.2
when running update.php or clearing cache I was getting:
WD php: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table '****.cache_feeds_http' doesn't exist: TRUNCATE {cache_feeds_http} ; Array [error]
(
)
in cache_clear_all() (line 167 of /var/www/vhosts/******/httpdocs/includes/cache.inc).
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table '****.cache_feeds_http' doesn't exist: TRUNCATE {cache_feeds_http} ; Array
(
)
in cache_clear_all() (line 167 of /var/www/vhosts/*****/httpdocs/includes/cache.inc).
Comment #8
jacov commented@twistor++ patch #1 works for me too
was getting this on drush cc all:
Comment #9
efes commentedThanks! Patch #1 worked for me too.
Comment #10
adrian1231 commentedPatch works for me as well.