Hello,

I am working with panels in Drupal 6, and i get this error when i edit a panel
An error occurred while attempting to process /panels/ajax/editor/edit-pane/panel_context%3Apage-Country_map%3Apage_Country_map_panel_context/129/form

I made a research but couldn't find anything about that.

CommentFileSizeAuthor
error-panel.jpg63.16 KBEnid

Comments

pingwin4eg’s picture

Title: An error occurred while attempting to process /panels/ajax/editor/edit-pane/panel_context%3Apage-Country_map%3Apage_Country_map_ » An error on saving Panel content
Version: 6.x-3.9 » 7.x-3.x-dev
Issue summary: View changes

The same problem in D7 on attempting to save a panel with custom content (rich-text) in IPE after editing:

An error occured while attempting to process /panels/ajax/ipe/edit-pane/panel_context%3Apage-club_sunny%3A%3Apage_club_sunny_panel_context%3A%3A%3A%3A/48/form: Cannot read property 'field' of undefined

Panels 7.x-3.4+0-dev
CTools 7.x-1.3+40-dev (7.x-1.4)
Wysiwyg 7.x-2.2+29-dev (with CKEditor 3.6.6.1.7696 used)

pingwin4eg’s picture

I found the reason for my error - there is some incompatibility with jQuery 1.7 (from jquery_update)

UPDATE:
Weird! But I found a solution here https://drupal.org/comment/7071772#comment-7071772 - in wysiwyg project.

UPDATE #2:
After some JS inspection I found out the real reason is not with jQuery 1.7 but with jQuery selectBox module I use.

dsnopek’s picture

Status: Active » Closed (outdated)

I'm pretty sure this is fixed now :-) Feel free to reopen if I'm wrong!