Hello, it seems that once I install the Taxonomy Menu module and place the generated block where I want it, it breaks all the links for adminstring menu items. I can go to the 'create menu item' form but once I confirm ('Submit') the link is broken and I end up nowhere. The same thing happens if I push the 'edit' button for a menu item.
I have disabled the Taxonomy Menu from my modules overview, but the broken links remain.
Please fix!
Comments
Comment #1
chrisfab commentedThese are my attempts to restore:
I disable the taxonomy_menu module
I clear the recent entries by taxonomy_menu in the 'menu' table of my database
I change the value 'menu_mid' of my database 'sequences' table to the greates 'mid' value of the 'menu' table
I clear my database 'cache_menu' table
STATUS : I can now click the 'edit' button for a menu item and go to the edit form
the 'Submit' button still leads to nowhere.
Comment #2
chrisfab commentedMy bad..
I had inserted data in my DB via an SQL query and forgotten to clear all cache's properly.