When I add new menu item in menu_otf it make two duplicated links.

Comments

pirgeri’s picture

Title: Item in menu is (duplicated) doubled » Re: Item in menu is (duplicated) doubled

I 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.

casperl’s picture

I 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)

casperl’s picture

There is another thread for the same bug for Drupal 4.6.3 in this issue:

http://drupal.org/node/34639

matt westgate’s picture

Status: Active » Closed (won't fix)

Menu_otf is now a part of core (4.7 and later). If you enable menu module you also get the menu_otf functionality.