Closed (won't fix)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2010 at 19:44 UTC
Updated:
20 Apr 2012 at 15:49 UTC
Working on tracing an issue where a "clear all caches" causes all panels to go blank. Culprit appears to be that the Ctools Object Cache table is being insufficiently or incompletely rebuilt.
I have seen this happen once or twice updating between versions, but it wasn't persistent. Now it's persisting. May be a bad custom plugin, but there are no warnings or errors that I can detect.
Will post more info as I'm able.
Comments
Comment #1
merlinofchaos commentedthe ctools_object_cache table is non-volatile storage for temporary data and cannot be rebuilt. It should never be cleared except for the cron job which clears stale objects.
The clear all caches button does not clear this table.
Comment #2
merlinofchaos commentedAdditionally, the object cache should not be used for rendering panels at all. It is only used to store user input during the editing process.
Comment #3
joshk commentedMaybe I'm on the wrong path then.
What I'm seeing is that no panes render after cache clear from the admin_menu module. Going via admin/settings/performance does not have this problem.
Comment #4
neclimdulJoshk, when you refresh the page, do the panes render as expected?
Comment #5
chrisschaub commentedremoved comment, creating separate issue
Comment #6
Ashlar commentedThis bug report has not been active for over six months. In an effort to clean-up the issue queue this item has been closed. If your modules are current and the report is still relevant please feel free to change the Status back to active.