Hello,

I do not find this one.
After updating menu_admin from 6.x-1.5 to 6.x-3.0-alpha3, everything is going smoothly (have to add the admin_menu_cache table, works great after that) except this strange thing : I have the main icon twice, with two different menu (it was like that even before adding the admin_menu_cache table).

So, is there a way to eliminate the new one (the one on the right, "Picture 3") ?

TIA for any clues!
--
Jc.

CommentFileSizeAuthor
#3 DA no menus.png10.52 KBjcdenaes

Comments

sclaiborne’s picture

I have this issue as well. Any answers?

sun’s picture

Status: Active » Postponed (maintainer needs more info)

Does this also happen with the latest development snapshot?

jcdenaes’s picture

StatusFileSize
new10.52 KB

Ok, I returned back on 6.x-1.5, update the database (update.php).
Since everything is back to normal, I now update DA again to 6.x-3.x-dev (2010-Feb-21), run update before all :
admin_menu_toolbar module
Update #6300
UPDATE {system} SET weight = 101 WHERE type = 'module' AND name = 'admin_menu_toolbar'
admin_menu module
Update #6300
No queries
Update #6301
Menu for Administration menu already exists.
DELETE FROM {menu_links} WHERE module = 'admin_menu' OR menu_name = 'admin_menu'
Update #6302
UPDATE {system} SET weight = 100 WHERE name = 'admin_menu'

The result is
- one main icon on the right,
- no menus in between,
- counter + login name + login button on the left.
- menu-list on the right is out of the window (see attached png)

On the first attempt, linked problems were :
- Main icon duplicated,
- The menus were frozen, i.e. not updated anymore : if I add a new module, it was not seen by DA anymore.

--
Jc.

jcdenaes’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Hi again,

So I just found that the problem is related to Menu module (AM + Menu = wild menus multiplication ?)
Help can be found here :: http://drupal.org/node/149562 (#25 solve the situation, or almost)

All my items in the navigation menu were duplicated two to four times.
It happens through the updates (update.php). How and why, who knows.
Now everything seems normal (waiting for the next update of Drupal and/or AM)

Good Luck U all
--
Jc.