Notice: Undefined offset: 4 in _menu_translate() (line 777 of includes/menu.inc).
Notice: Undefined offset: 5 in _menu_translate() (line 777 of includes/menu.inc).

(Possibly) Related issues:
#1543830: Notice: Undefined offset: 1 in _menu_translate() (line 776 of includes/menu.inc).
#676010: diff_menu() issue - undefined offset in includes/menu.inc on line 576 function _menu_translate()

Problem:
admin/config/group/fields/%/%/%field_ui_menu/delete declares itself as a MENU_LOCAL_TASK of admin/config/group/fields it's now really a local task in the common sense, IMO. Removing that declaration resolves this issue.

Disclaimer:
I'm neither an expert of the menu system nor of OG, so please bear with me if anything above is BS.

CommentFileSizeAuthor
#1 2017707-1-og_ui-menu.patch382 byteststoeckler
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tstoeckler’s picture

Status: Active » Needs review
FileSize
382 bytes
tstoeckler’s picture

Status: Needs review » Active

#2017779: og_ui depends on field_ui but does not declare it fixes this as well, but I don't know if we want to do this anyway.