Closed (outdated)
Project:
Panels
Version:
7.x-3.3
Component:
Panel pages
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2014 at 23:35 UTC
Updated:
29 May 2018 at 02:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mlove2k2 commentedI too am having the same issue. When trying to edit existing Panels content I get the same white loading window. The JavaScript console delivers the following error:
Any ideas on how I might be able remedy this?
Thanks!
ML
Comment #2
dinotav commentedI think that the problem is on ADVANCED CSS/JS AGGREGATION module...
I disabled the module and panels module works fine!
Comment #3
jesperhaun commentedSame problem here. I have two more or less identical sites, and the error is only on one of them. All windows in edit panels (edit, style..) don't load. Just a white window with loading icon.
Comment #4
sonicthoughts commentedsame. running panopoly.
Comment #5
JulienThomas commentedHi.
This comes from misc/form.js ( see #1781520).
The error raises in backend as cookie is not set in the form (done by the user on register and comment modules).
The only fix I can think of consist in patching misc/form.js on Drupal.behaviors.fillUserInfoFromCookie
Exact patch attached
Comment #6
m1r1k commentednew one
Comment #8
dsnopekI'm pretty sure this is fixed now :-) Feel free to reopen if I'm wrong!