Closed (fixed)
Project:
Panels
Version:
6.x-3.7
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
28 Jul 2010 at 02:41 UTC
Updated:
14 Oct 2014 at 16:14 UTC
When hitting the save button on a new or existing node the timer icon appears at the bottom but the edit screen does not close and no changes are saved. This is just since upgrading to 3.7
Comments
Comment #1
capellicNot totally sure we've having the same problems, but I'm trying to add a new region to a panel, the jquery icon just spins and spins and spins.
I didn't have a previous version of Panels installed -- fresh install.
Comment #2
elioshI'm having same problem. In watchdog i found this:
Path: /admin/build/pages/ajax/operation/node_view/handlers/node_view_panel_context/summary
Message: preg_match() expects parameter 2 to be string, array given in /usr/share/php5/pressflow-6.17.83/includes/bootstrap.inc alla riga 1117
This error is in CHECK_PLAIN function.
Comment #3
merlinofchaos commentedeliosh: If you have views and devel.module, can you put a debug function in check_plain to do a dsm() on the array that should be a string and also a vsm_trace()? (If you're not sure how to do this I can tell you the code to put in).
Comment #4
jrockowitz commentedWow, I just spent 1hr plus tracking down this issue and figured out it was simplemenu.
So then I searched the Simplemenu and Panels module's issue queue and find out it is a known issue.
#364695: Conflict with Panels (work-around)
#718368: After clicking finish to block settings in content; get spinning wheel, wont progress, close box Garland theme changes
I am not sure this issue is a duplicate issue but I figured it was worth adding a note here.
BTW, I am only seeing this problem when I upgrade from Panels 3.5 to 3.7.
~jake
Comment #5
dddave commentedhttp://drupal.org/node/872344#comment-3282054 confirms that simplemenu causes this.
Comment #6
merlinofchaos commentedhttp://drupal.org/node/718368#comment-3279510 contains a fix for simplemenu.