On a new install of drupal 7.x dev dated 5/9 enabling the menu_icons module generates several errors immediately. 1st are the temporary file errors reported earlier: . Then whenever I open any menu item for edit(before I make any changes) the following messages are generated:

Notice: Undefined index: menu_icon in menu_icons_form_alter() (line 46 of /Users/rocks/Sites/dru0509/sites/all/modules/menu_icons/menu_icons.module).
Notice: Undefined index: menu_icon in menu_icons_form_alter() (line 57 of /Users/rocks/Sites/dru0509/sites/all/modules/menu_icons/menu_icons.module).

It looks like 'function menu_icons_form_alter' uses $option variables that won't exist until a menu item is actually modified to use icons. Of course, once they are created they are there forever, for that menu item, and the error disappears, but just for that menu item.

Comments

dcrocks’s picture

The file errors are shown in http://drupal.org/node/802862. It looks like more initialization problems.

clemens.tolboom’s picture

Just make a better xref. This is similar to #802862: temporary directory problem

Powered by Dreditor (triage sandbox) and Triage transitions

paulgemini’s picture

subscribing

Oleksandr.Masovets’s picture

subscribing

geek-merlin’s picture

Status: Active » Needs review
StatusFileSize
new1016 bytes

killed this too.

dcrocks’s picture

#5 worked for me

geek-merlin’s picture

Status: Needs review » Reviewed & tested by the community

so rtbc

skilip’s picture

Status: Reviewed & tested by the community » Fixed

Fixed in 7.x-3.x. Thanks al lot!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.