Closed (won't fix)
Project:
Panels
Version:
6.x-2.0-alpha3
Component:
Panel nodes
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2009 at 19:13 UTC
Updated:
23 Mar 2009 at 22:14 UTC
I have created a panel node.
When I go to add content and click the + button on a pane I go to a white screen with a load of (json?) text that begins like this:
{ "output": "\x3cdiv class=\"panels-section-column\"\x3e\x3cdiv class=\"panels-section\"\x3e\x3ch3...
I have D6.8 and have tried with JS aggregation on/off.
When I initially load the add content screen Firebug shows this error:
$(context).find("div.grabber").panelsDraggable is not a function
http://drupal/sites/all/modules/panels/js/display_editor.js?O
Line 481
When I click the add button I get this error:
$("#panels-modal").modalContent is not a function
http://drupal/sites/all/modules/panels/js/modal_forms.js?O
Line 108
Comments
Comment #1
anselmbradford commentedI get the '{ "output": ...' page when clicking the "+" button like above when the Devel Theme Developer module is turned on http://drupal.org/project/devel, disabling that module fixes the Panels issue.
Comment #2
qpal commentedI have the same problem. The devel module is not on in my case. And firebug shows no errors.
Comment #3
datawench commentedfor what it's worth, i was getting exactly this problem. i took the suggestion of the original reply, and turned off the theme developer module. that fixed it for me.
Comment #4
socialnicheguru commentedi get
{ "output": "\x3cdiv class=\"panels-section-column\"\x3e\x3cdiv class=\"panels-section\"\x3e\x3ch3 class=\"panels-section-title\"\x3eCustom\x3c/h3\x3e\x3cdiv
when I try to add content to a page.
I also get three occurances of the layout show up on the same page.
Comment #5
cpelham commentedYes, adding nodes to Panels2 is known to be problematic (to downright unfunctional) ... and I will venture an educated guess that it will not be fixed in Panels2. As a work around, you might try making a block or view with the node content you desire, and then adding that to your panel.
I have not had a chance to try Panels3 yet so I am not sure how far along the alpha is. It is alpha (as is Panels2). But it is Panels3 that is getting the attention right now.
If I am wrong, slap me down.