I am seeing the following error when adding a new menu in admin/structure/menu/add

Notice: Undefined index: menu_name in admin_language_menu_link_alter() (line 64 of /var/www/drupal/sites/all/modules/admin_language/admin_language.module).

Comments

andrés chandía’s picture

Priority: Normal » Major

Same error when creating menu with any of the options:

  • "No multilingual options for menu items. Only the menu will be translatable. "
  • Translate and Localize. Menu items with language will allow translations. Menu items without language will be localized.
  • Fixed Language. Menu items will have a global language and they will only show up for pages in that language.
opi’s picture

Solved by http://drupal.org/node/929176#comment-5456548 (Issue for core menu module)

wulff’s picture

Status: Active » Closed (works as designed)