Replies: 0
Hi,
I currently am facing a strange problem after migrating.
When I f.e. create two menu’s the 1st and 2nd menu are interlinked with each other, so if I add menu items to the 2nd menu it also gets added to the 1st menu, and if I change the name of the 2nd menu the name of the 1st menu also gets changed.
I checked the database table ‘wp_6_term_taxonomy’ and I do see three times a new nav_menu added all with the same term_id, so I think that is why the new menu’s are linked with each other. The question is why this is happening, why they are saved wrongly.
I did think this could be a plugin conflict so I did disable all plugins and logged out/logged in, but it resulted in the same error.
Anyone has any idea?