You add a group under Manage Fields, and then you click that "wheel" to edit its settings. Once you click update, the following happens:

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /system/ajax
StatusText: parsererror
ResponseText: Notice: Undefined index: settings_edit_form in field_ui_display_overview_multistep_submit() (line 1197 of C:\Inetpub\wwwroot\123.dev\modules\field_ui\field_ui.admin.inc). =>

As a result you can't edit any fieldgroup settings.

Comments

alex.cunha’s picture

Same kind of problem here.

1 - URL > /admin/structure/types/manage/page/display
2 - field Body > changing from disabled to enable

Get:

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /pt/system/ajax
StatusText: parsererror
ResponseText: [{"command":"settings","settings":{"basePath":"\/","ajaxPageState":{"theme":"seven","theme_token":"7YPFTOZ5f0eT_QIwUHp5PjTQcVTvTaG1qLN6DSh2neo",....

My main issue is: I'm not able display content for this content type (page). Theres any suggestion to quick fix this using the database?

alex.cunha’s picture

Quick update:
After some investigation, I suspected is related to firebug modules recently installed.
So I disabled the "Drupal for Firebug Preprocessor" and "Drupal for Firebug" modules and get rid of this problem.

nils.destoop’s picture

The settings form ( = the wheel), comes from the core module field_ui. That's why the notices also are given in field_ui.admin.inc. Maybe there's already a core issue from this?

Stalski’s picture

@morningtime : are you really sure it's a field_group you are trying to edit?

Stalski’s picture

Status: Active » Closed (cannot reproduce)

I never had that problem and I cannot reproduce it.
Please reopen this issue with more information on how to get this bug.

jghyde’s picture

I am not getting any JS Alert error, but the throbber gets stuck and the setting select will change to '<hidden>' but the field ahah widget never changes, while the throbber spins and spins and spins.

To reproduce, go to:

admin/structure/types/manage/article/display

And try to change the Image field to "hidden". Throbber is stuck.

jghyde’s picture

rollingnet’s picture

Issue summary: View changes

Just found

You have to add this to your php.ini

max_input_vars=3000;

or greater

(doesn't work with runtime php_ini directive!)