Hi,

Trying to get a basic taxonomy menu working on D7 and I've followed all the steps that I can see and looked at the issues so I apologise in advance if I've missed something.

Basically Menu created, block displayed, taxonomy edited to link to the taxonomy menu and nothing appears. So I tried "Select to rebuild the menu on submit." and ht go. No issue. Bt when I went to save I got a bunch of this error.

Notice: Undefined index: tid in _taxonomy_menu_create_item() (line 743 of

I'm just a point and click user so although I'd love to submit a patch or something I'm just not that clever.

Happy to provide more detail if that helps.

Comments

ClaudeS-1’s picture

I've got the same error, when renaming a taxonomy's name and machine-name, though it's not repeatable.

Notice: Undefined index: tid in _taxonomy_menu_create_item() (line 743 of /httpdocs/sites/all/modules/taxonomy_menu/taxonomy_menu.module).
Notice: Undefined index: vid in _taxonomy_menu_create_item() (line 743 of /httpdocs/sites/all/modules/taxonomy_menu/taxonomy_menu.module).

felixSchl’s picture

Same problem here. You can just comment out the first if statement and put "$term = $args['term'];" below it. It pretty much means you cannot have a vocabulary as a menu item yet. Commenting out gets rid of the error though :)

dstol’s picture

Status: Active » Fixed

Haven't merged this into 7.x-1.x dev yet but this has been fixed.

Status: Fixed » Closed (fixed)

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