"Add content to this panel" in admin/panels/panel-page/*/edit/content does not work
cncoleman - June 7, 2008 - 14:03
| Project: | Panels |
| Version: | 5.x-2.0-beta5 |
| Component: | Panel pages |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
There are so many great fixes in beta5, but whether editing a previously existing panel page or when creating a new panel page, I am not able to add content. Content options appear, but when I select content and try to add it to the page, clicking the "Add Pane" button does not add the pane to the page.

#1
I am having this issue as well. I just updated jquery to 1.2.6 and have beta5 installed. The add pane submit button doesn't seem to do anything, no error logs in apache or watchdog.
Can someone suggest a good way that I can debug this?
-M
#2
I also have this problem as well.
1. Starting at 'admin/panels/panel-page/*/edit/content'
2. Click on "Add content to this panel" and select any piece of content.
3. Then click on the button to add the content.
4. The dialog disappears
5. Nothing shows up in the panel.
#3
Same problem also.
#4
Same problem - any ideas on fixes?
There was another issue about this as well, now marked as a dupe : http://drupal.org/node/273861
#5
woah STRANGE! i just tried this again... and it now works - the modal window changed its format as well ( its now 3 columns) - try clearing your caches?
a_c_m
#6
Thanks - clearing the cache works to fix this problem.
#7
Clearing my cache isn't working for me. Is this issue persisting for anyone else? Maybe my issue is different, because when I click "Add Pane", the modal doesn't even disappear. There are no js errors displaying in Firebug either. I have the latest jquery_update also (1.2.6).
Thanks!
#8
i have the same problem like karschsp ... since updating to beta5 all those inline popups for editing or adding sth. in panels > content do not appear at all.
i also reported that bug some time ago at http://drupal.org/node/274806 but still have no answers to that.
#9
My original bug report did not include the fact that I was running with my cache emptied.
#10
same problem (my duplicate submission: http://drupal.org/node/305479).
I switched my admin theme from bluemarine to garland, and now it works fine.
#11
II encountered the same problem and it seems that this can also be caused by adding the wrong context - or at least thats what seemed to cause the problem in my case. As soon as I added the context (node add form) to an already existing node display override panel, it stopped working. I couldn't even delete it from the UI. I had to go into the database and remove the context for node add form and it worked immediately after that.