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

capellic’s picture

Not 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.

eliosh’s picture

I'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.

merlinofchaos’s picture

eliosh: 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).

jrockowitz’s picture

Title: Cannot edit or add panel » Cannot edit or add panel (might be the simplemenu.module)

Wow, 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

dddave’s picture

http://drupal.org/node/872344#comment-3282054 confirms that simplemenu causes this.

merlinofchaos’s picture

Status: Active » Fixed

http://drupal.org/node/718368#comment-3279510 contains a fix for simplemenu.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.