Closed (fixed)
Project:
Panopoly
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2014 at 20:22 UTC
Updated:
15 Feb 2014 at 02:40 UTC
Jump to comment: Most recent
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
Comment #1
dsnopekAttempted 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...
Comment #2
dsnopekThis 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. :-)