Whenever I go to admin/structure/menu/item/***/edit I see a config page with no css. I see the error at the bottom:
Notice: Undefined index: #value in menu_token_form_menu_edit_item_alter() (line 15 of /var/www/vhosts/localhost/httpdocs/sites/all/modules/menu_token/includes/menu_token.admin.inc).

How can this be fixed?

Comments

dealancer’s picture

Are you trying frsh install of menu_token or updating from previous release? If You are updating from previous release, have you tried to run update.php?

BeaPower’s picture

Its a new release. When I go to update.php It says no pending updates

sol roth’s picture

I have this same issue

gianfrasoft’s picture

Something similar here:

Notice: Undefined index: node in menu_token_form_menu_edit_item_alter() (line 86 di .../modules/menu_token/includes/menu_token.admin.inc).

dealancer’s picture

Status: Active » Closed (fixed)

Can't reproduce it now. Looks like it has been fixed in a recent dev release.

dddbbb’s picture

Version: 7.x-1.0-alpha3 » 7.x-1.0-beta1
Status: Closed (fixed) » Active

I'm still getting a slight variation of this error:

Notice: Undefined index: #value in menu_token_form_menu_edit_item_alter() (line 341 of /Volumes/Data/Sites/foo/sites/all/modules/contrib/menu_token/menu_token.module).

Brand new installation of the module (first time I've ever used it). I notice that the error goes away if I disable Custom active menu item (cami). Whether that means that the issue is with cami or not, I'm not sure. Thought I'd post here first as the error mentions menu_token.

develcuy’s picture

Issue summary: View changes
Status: Active » Closed (outdated)