I have been tinkering with this module for the last few days to try and solve a form problem. It is a long form with a lot of fields and it is a pain to use. I tried to the field group module but it didn't seem to solve the problem. It became clear that a multi-step form was the best solution.

But, since I installed it, it seems to not play with the display suite set of modules. At least, it doesn't appear to do so. I keep running into this error.

Notice: Undefined index: name in _field_ui_reduce_order() (line 81 of /modules/field_ui/field_ui.admin.inc).

Has anyone seen this before? I assume so as it appears to deal with ghost fields in regions that have been moved.

Comments

rooby’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

Are you still using field group & display suite and other form related modules?

It could be one of those. For example:
#953272: Undefined index: name in _field_ui_reduce_order
#1348948: Undefined index: name in _field_ui_reduce_order()
#1016144: Undefined index: name in _field_ui_reduce_order() ..
#1989108: Notice: Undefined index: name in _field_ui_reduce_order() (line 81 of ../field_ui/field_ui.admin.inc).

are all fieldgroup module issues about this.

If you try with different combinations of this module, field group, and display suite enabled you should be able to narrow down when the error occurs and we can tell if it is a problem with this module combined with another module or if it is just another module's problem all together.

stBorchert’s picture

Version: 7.x-1.5 » 7.x-1.x-dev
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Couldn't reproduce this error with msnf but got it on other sites where only Display Suite is used.

Daiki Lebeau’s picture

Hello everyone!
good! here! I am a beginner also in drupal! And I had the same problem with the error message "Undefined index: name in _field_ui_reduce_order()" but I noticed that this was due to the installation of some modules like Field Slideshow, Flex Slider Fields, Form element layout fields ! So when I uninstalled these modules, which in fact were not compatible with the field_ui administrator module, everything is back to normal! So I advise you to check the last modules you installed that are certainly not compatible with others! Thank you