After updating from rc2 to rc3. Errors in menu item and node.
Error in menu item:
Undefined index: enabled in _menu_attributes_form_alter() (row216 .../sites/all/modules/menu_attributes/menu_attributes.module).

revert to r2 resolved the error.

Comments

joelpittet’s picture

Version: 7.x-1.0-rc3 » 7.x-1.x-dev
Status: Active » Postponed (maintainer needs more info)

It's defaulted to have a value in the latest dev version. Could you give it a try?

joelpittet’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)

Closing to triage the issue queue, reopen if you feel this still needs to be addressed.

mrgoodfellow’s picture

I am having the same issue after updating FROM: 7.x-1.0-rc2 TO: 7.x-1.0

Errors include:

Notice: Undefined index: #description in menu_attributes_form_menu_configure_alter() (line 307 of \sites\all\modules\contrib\menu_attributes\menu_attributes.module).

Notice: Undefined index: default in _menu_attributes_form_alter() (line 213 of \sites\all\modules\contrib\menu_attributes\menu_attributes.module).

It looks like the line of code effected is:

      $form['options'][$group][$attribute] = $info['form'] + array(
        '#access' => $info['enabled'],
      );
mrgoodfellow’s picture

I attempted to use 7.x-1.x-dev but I am continuing to receive the same errors. Any advice on next steps?