Posted by kim_charest on November 10, 2011 at 4:39pm
9 followers
Jump to:
| Project: | Panels |
| Version: | 7.x-3.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi and thanks in advance for your support!
I've created mini-panels, worked with it, found it absolutely awesome as well... But for a reason that surpasses my knowledge, when I try to edit content and element either in the Mini-panels or Panel's page settings (through Context or Content, for instance when I try to change my content), the pop-up window display but keeps on loading without anything appearing. I can't update anything as for now!
Many thanks!
Comments
#1
I'm sorry that I can't provide better help, but there is just no information what so ever in this post that would allow me to even begin guessing what's wrong. It seems highly likely that this is something local to your particular setup, and I can't do anything about that.
Until there is some technical information provided about the error that allows some form of debugging, I will close this issue. Feel free to open it again once there is new information.
#2
I am having this problem too, with no helpful information to give???
#3
I too was having this problem, but found out how to solve it!
I am using D7, Views 3 and Panels 3.0-alpha3
When I initialled installed and set up my first Pages, I had the module Overlay enabled. Since then I had disabled Overlay to save and resources.
I was doing some updates to the Views Module from Views 3.0-rc3 to Views 3.0 (that might be completely unrelated, but just some info) which is when I noticed my Panels page had stopped working.
I solved the problem by re-enabling the Overlay module and the overlays in the Panels module worked again!
I hope this helps!
#4
Thanks for reporting this, IamOnStage.
#5
I am having this same problem and for the life of me I can't figure out how to fix this. Unless I get all my settings right the first time when creating my panels, I cannot go back to change anything.
I am using D7, Views 3, and Panels 7.x-3.0-alpha3
#6
same for me
#7
Thanks for your comment (#3).
I had exactly the same trouble where attempts to add content or change visibility rules were met by a page continually attempting to load... but never getting there!
I too had turned off Overlays to save precious resources - especially as enabling modules keeps hitting the PHP memory_limit.
So I've had to turn Overlays back on, and sure enough the add content (and add visibility rule) panel loads.
Bit of a shame you can't turn off the Admin Overlays (making Admin pages load faster) without wrecking the Panels functionality!
Regards,
John
#8
That's really weird that turning *off* the overlay breaks it. I often use this stuff without overlay (it drives me crazy) so that can't be the only thing going on here.
#9
I tried messing around with the overlays but the problem persisted. Installed the update for panels today and it seems to be working fine, we'll see. One thing that was strange was sometimes if I switched browsers 'Firefox > Chrome' it would work once or twice, but then would stop again.
Hopefully this update fixes it.
#10
enable and disable overlay solution
#11
Will this be added in the stable version any time soon?
#12
I updated to the dev version, but that made no change for me. I have disabled all modules I don't think I need to see if there was any conflict, but that made no different. It's very hard to see what is wrong, and why the plugin just hangs when trying to add ore edit content.
In most cases I can add a new pane, but I can't add "New custom content" on the first try, nothing happens when I click on "New custom content". But if I click on something else and then again on "New custom content" I get to add custom content.
But than I want to edit the content and I can't get the editor up, id just hangs on "loading..." and the editor never shows.
This problem is making panels useless and I would really like to know if there are any debugging information I can give you to help you fix this problem. I'm just not sure what to look for. I use default setups, most common models and zen theme (how ever I have default drupal theme for the administrator and the same problem there when trying to edit the content).
In some cases trying to add new panes gives me the same problem.
Here is some error message I get (in the console) when I click on the edit button of the pane:
Uncaught TypeError: Object [object Object] has no method 'once'Drupal.behaviors.fillUserInfoFromCookie.attach lausnir:65
Drupal.attachBehaviors drupal.js:55
b.extend.each jquery.js:33
Drupal.attachBehaviors drupal.js:53
Drupal.ajax.commands.insert ajax.js:542
Drupal.ajax.success ajax.js:400
Drupal.ajax.ajax.options.success ajax.js:164
c.extend.handleSuccess jquery.js:143
c.extend.ajax.w.onreadystatechange jquery.js:142
There is a possibility that this has something to do with my theme. Do you know what themes can do to brake the plugin? I'm not sure if the Zen plugin is braking the module ore if my sub-zen theme is doing it. I'm not sure how to debug it. Let me know if there is any more info you need from me, and where I can find that information.
Update: This is definitely a problem with my sub-zen theme, what is it that I might have done to make this conflicted in my theme development, I'm note sure what to look for?
#13
I'm so sorry for my ramblings, I was getting frustrated. I finally found out what the problem was and it was that drupal only uses jquery 1.4.4, but when I updated to 1.7.x the panel loading failed.