Closed (fixed)
Project:
Cache Purger
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2013 at 17:07 UTC
Updated:
16 Sep 2013 at 13:51 UTC
When Views is not enabled and we trigger the clear cache button we get this error
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal_distro.cache_views' doesn't exist: DELETE FROM {cache_views} WHERE (cid LIKE :db_condition_placeholder_0 ESCAPE '\\') ; Array ( [:db_condition_placeholder_0] => powered-by% ) in cache_clear_all() (line 176 of /vagrant/repos/dennis_distro_7/includes/cache.inc).
Check if views is enabled
Comments
Comment #1
marcelovaniCould do the same for other modules supported i.e. blocks, memcache, etc
Comment #2
marcelovaniFixed