I created a pane; page and menu for it
but the problem is after i deleted the page the menu did not disappear and when i go to menu I cannot even delete it from there

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

This is a core bug. Something causes core to leave a menu link hanging around in the database for no reason that makes sense. You'll have to find the path in the menu_links table and delete it manually. There's nothing I can do about this in Panels. :/ (I've had reports of this happening in Views, but it's the same basic problem)

gg4’s picture

You'll have to find the path in the menu_links table and delete it manually.

Is this a safe fix, or is there anything to watch out for?