Closed (won't fix)
Project:
Menu on-the-fly
Version:
master
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2005 at 09:39 UTC
Updated:
24 Mar 2006 at 16:27 UTC
When I add new menu item in menu_otf it make two duplicated links.
Comments
Comment #1
pirgeri commentedI guess the menu_otf is built in to drupal-cvs version. So when you and the menu_otf.modul to it it will double the items. Solution: disable the menu_otf.module in admin/modules.
Comment #2
casperl commentedI have the same bug. In fact, every time I refresh the admin/menu node another duplicate of the menu item is added. They are essentially duplicates of the same menu Item. If I delete one, all the duplicates plus the original menu item are deleted!
This is a screenshot depicting the bug - see the menu on the left:
http://www.boerboel.co.za/files/Screenshot-6.png
The problem is that I do not have menu-on the fly added:
http://www.boerboel.co.za/files/Screenshot-7.png
The menu admin page: admin/menu looks like this:
http://www.boerboel.co.za/files/Screenshot-8.png
And refreshing the page on admin menu iterates the duplicates once!
http://www.boerboel.co.za/files/Screenshot-9.png
Drupal version 4.66
MySQL version 4.1.14
PHP version 4.4.1
Since the last (correct) menu modifications, these are the Drupal module / settings related actions I have taken:
Installed 4.66 files over 4.64
Installed File Manager
Installed Acidfree
patch --verbose filemanager.module filemanager-private.patch (as instructed by AcidFree)
Comment #3
casperl commentedThere is another thread for the same bug for Drupal 4.6.3 in this issue:
http://drupal.org/node/34639
Comment #4
matt westgate commentedMenu_otf is now a part of core (4.7 and later). If you enable menu module you also get the menu_otf functionality.