Closed (duplicate)
Project:
Administration menu
Version:
6.x-3.0-alpha3
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2010 at 15:59 UTC
Updated:
20 Mar 2010 at 23:58 UTC
Jump to comment: Most recent file
Comments
Comment #1
sclaiborne commentedI have this issue as well. Any answers?
Comment #2
sunDoes this also happen with the latest development snapshot?
Comment #3
jcdenaes commentedOk, 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.
Comment #4
jcdenaes commentedHi 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.