Another error caused by using drupal_flush_all_caches() in an update function:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.cache_panels' doesn't exist

From: https://travis-ci.org/lsolesen/panopoly/jobs/17998099

We can add another hack via hook_update_dependencies() or attempt to replace the drupal_flush_all_caches() with more precise cache clearing functions.

Comments

dsnopek’s picture

Status: Active » Fixed

Attempted to actually fix the update function to not use drupal_flush_all_caches() rather than add another update dependency. This may or may not make some of the same errors happen in different places (ie. other update functions which flush all caches). Travis-CI will let us know!

http://drupalcode.org/project/panopoly_users.git/commitdiff/8efb0b261fe3...

dsnopek’s picture

This appears to have solved the problem! Travis-CI has gotten passed this point and hopefully our builds will be green again for the first time since the 1.1 release. :-)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.