Active
Project:
Panelizer (obsolete)
Version:
7.x-3.x-dev
Component:
IPE integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2012 at 19:46 UTC
Updated:
5 Mar 2015 at 14:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kingfisher64 commentedI've tried all available settings for an article content content type (panelizer-settings.png). Repeating the same process for each and it's consistently outputting duplicate panels (2 & sometimes 4 to be precise) and when the save button is clicked that 500 error. So sort of good that it's consistent behaviour.
I'm using the latest stable version of http://drupal.org/project/at_panels_everywhere theme & 7.x-1.0-rc1 of panels everywhere.
So in summary:
drupal 7.17
latest dev versions of panels, ctools & panelizer (2012-Nov-17)
panels everywhere 7.x-1.0-rc1
at panels everywhere
its not a panopoly distro &
In addition to this error there's also a mystery blank field showing up in the ipe (screenshot mystery-panel.png). It's the article content type. URL redirects & URL path settings are "non output" fields could this panelized field be one of these? Not sure if it's related to the above problem.
EDIT
after more trawling through issues http://drupal.org/node/1737766 sounds again similar, but not the same. Would applying #5 patch be relevant to this issue?
Comment #2
kingfisher64 commentedFor anybody else finding this issue.
Temporarily fixed:
Downgraded modules to
panels 7.x-3.3 (2012-Aug-18) - #6 patch from http://drupal.org/node/1828684 does need to be applied though.
ctools - 7.x-1.x-dev (2012-Nov-17)
panels everywhere 7.x-1.0-rc1 (2012-Jul-11)
panelizer 7.x-3.x-dev (2012-Nov-17) - issue still exists with rc1 release.
Comment #3
merlinofchaos commentedTechnically -dev isn't a downgrade, since that's the most recent.
If the bug happens with -rc1 and not with -dev that suggests that it's actually fixed in the -dev and there's nothing else that needs to be done here?
Comment #4
kingfisher64 commentedUpdating ctools to latest dev version as hiding block title for example wasn't working.
Comment #5
merlinofchaos commentedI'm sorry, now I'm confused about what's happening in what version.
Comment #6
kingfisher64 commentedOk. I'll try my best to clarify. The following is based on a new drupal 7.17 install.
The following setup removes the duplicate content problem. However after believing this was now sorted there was a further issue. I created site template from http://drupal.org/project/at_panels_everywhere theme. When adding for example a system menu the block title would not override (to hidden).
panels 7.x-3.3 (2012-Aug-18) - #6 patch from http://drupal.org/node/1828684 does need to be applied though.
ctools - 7.x-1.2 (2012-Aug-18) - stable
panels everywhere 7.x-1.0-rc1 (2012-Jul-11)
panelizer 7.x-3.x-dev (2012-Nov-17) - duplicate content issue still exists with rc1 release.
So I upgraded to latest ctools dev. The following setup to the best of my knowledge works fine with hiding block title content and there are no duplicate issues.
panels 7.x-3.3 (2012-Aug-18) - #6 patch from http://drupal.org/node/1828684 does need to be applied though.
ctools - 7.x-1.x-dev (2012-Nov-17)
panels everywhere 7.x-1.0-rc1 (2012-Jul-11)
panelizer 7.x-3.x-dev (2012-Nov-17) - duplicate content issue still exists with rc1 release.
With this said I havn't dared upgrade panels to the latest dev version as I was experiencing the duplicate content issue with all modules upgraded to dev versions. I'm somewhat confused myself as to how upgrading all mods to latest dev causes this duplicate issue to occur?
Comment #7
damienmckenna