Closed (duplicate)
Project:
Panels
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 May 2011 at 04:25 UTC
Updated:
27 Jan 2012 at 06:19 UTC
Every time I run update.php, the two panels I have do not contain any content, i.e. display nothing. Both panels include one custom panel and one Views panel. Flushing the caches always restores the panels.
This might be a duplicate of http://drupal.org/node/979912 but for Drupal 7. It has not happened until yesterday when I upgraded to Drupal 7.2.
I can repeat this several times in a row and it always does the same thing; run update.php, panels are gone, flush the cache, panels are back.
Comments
Comment #1
damienmckennasubscribe.
Comment #2
merlinofchaos commentedOoh! I like it when things are repeatable, it's much easier to experiment and determine what is going wrong.
What kind of caching do you have on the panels? What layout are they using? Can you maybe export one of the panels that disappears and paste it? Maybe there is some clue there. If it's simple enough I might be able to reproduce it locally.
Comment #3
Pillhuhn commentedEach of the two panels I have are really simple: they contain only two panes each, one is custom with a little bit of text and the other is a view from a custom content type (one panel with content type A and one panel with content type B) . Each of the four panes is set to 'No caching'.
For both, I am using the 'Single column' layout (both panes are in the 'Middle column').
And if you let me know how to export a panel, I can do that also.
Thanks for your help!
Comment #4
merlinofchaos commentedIf it's a page manager page, there's an option. If it's a panel node, I think the node import/export module can do it.
Comment #5
merlinofchaos commentedOh, webchick *just* committed a change to update.php that might actually affect this. In fact, I'm *quite confident* it is the problem.
Comment #6
trillex commentedsub
Comment #7
merlinofchaos commentedSee http://drupal.org/node/1170312#comment-4547662 for information.
Comment #8
Pillhuhn commentedThanks merlinofchaos,
I added the one line [registry_rebuild();] to index.php, loaded my home page once and removed the line again. Is this the correct way of doing so?
Now, do I install the latest Drupal core version (7.x-dev) from June 2nd? Will this fix it for good?
Comment #9
merlinofchaos commented#8: Yes, and unless there's something else that we haven't found wrong, it should fix it for good.
Comment #10
Pillhuhn commentedGreat, thanks so much!
Keep up the good work! :)
Comment #11
Pillhuhn commentedI just installed the latest Drupal 7 dev release and the problem with Panels disappearing after update.php are gone.
Just thought I update this.
Thanks again.
Comment #12
alan d. commentedAre others still experiencing this? We still see this after every update and is kinda irritating. It is not hard to find related issues in the wild: #1413684: Missing Feeds plugin after enabling Node Export Feeds for example. [Eg: An issue that has a missing plugin class]
Core 7.10
CTools 7.x-1.0-rc1+116-dev
Panels 7.x-3.x-dev (2011-10-16)