Some of the EntityCache tables disappeared when my disks filled up on Google Cloud.

After ReSizing my disks/partitions, the following recovery steps worked for me.

Step 1:

Disable and Uninstall the EntityCache module.

Step 2:

For each of the following tables.

  • cache_entity_comment
  • cache_entity_file
  • cache_entity_node
  • cache_entity_taxonomy_term
  • cache_entity_taxonomy_vocabulary
  • cache_entity_user

Run the SQL command:
"DELETE {TABLENAME}"

Step 3:

ReInstall the EntityCache module.

Step 4:

Flush Cache

THEN

Repeat Steps 1-4 for each Drupal Site having this problem.


Respectfully,

Patrick Michael O'Leary
http://www.ExpertWitness.com

Comments

pmol123 created an issue. See original summary.

pmol123’s picture

Title: Base table or view not found: .... Table .... cache_entity .... » Base table or view not found: 1146 Table .... cache_entity_ .... doesn't exist
Issue tags: -pdo +PDOException SQLSTATE