I get a PDO Exception when trying to update my settings on my user account page. It's connected to the entity cache module. I turned off the module and the warning went away.

Comments

infines’s picture

Nevermind. Fixed it by reinstalling entity cache.

infines’s picture

Status: Active » Closed (works as designed)
infines’s picture

Status: Closed (works as designed) » Active

Never mind I've encountered the error again.

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'folioh_drupal.cache_entity_profile2' doesn't exist: DELETE FROM {cache_entity_profile2} WHERE (cid IN (:db_condition_placeholder_0)) ; Array ( [:db_condition_placeholder_0] => 3 ) in cache_clear_all() (line 176 of /home/folioh/public_html/includes/cache.inc).

Taxoman’s picture