If any of the tokens in the title or menu_token_link_path calls menu_get_item(), then you get an infinite loop. An example would be the "[site:og-context--node]" token from the og_context module. This bug prevents you from editing, or even deleting, the menu item until og_context is either disabled or all of its context options are disabled.

To reproduce this bug:
1. Install and enable og_context
2. Enable some context options at "admin/config/group/context"
3. Create a menu item that contains [site:og-context--node:nid] in the URL portion
4. Try to edit the menu item.

Comments

cweagans’s picture

IMO, this is an OG issue. I ran into this problem before in another scenario (using og_context() in a menu access callback). The root of the problem is that menu_get_item is being called and that needs to not happen. I'm not a menu_token maintainer, though, so I'll let them decide whether or not to bump this to OG's queue.

develcuy’s picture

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