edit_term.module calls to menu_parent_options on line 240, a menu.module's function, but that's not declared on edit_term.module, so I get this error:

Fatal error: Call to undefined function menu_parent_options() in ...\edit_term.module on line 240

There was a similar issue in Node Hierarchy http://drupal.org/node/221045

Comments

opteronmx’s picture

I forgot to say: menu.module was disabled when I get the error