Seeking assistance please - all menu items disappeared - development site
tjweed - September 7, 2009 - 23:24
Drupal 6.13
Administration menu 6.x-3.0-alpha3
Please may I seek your assistance?
All of my menu items look like this all of a sudden including Dev/Nav/Prim/Secondary excepting Admin:
*
*
*
with no actual text entries.
I have tried the following:
1. run this little bit of PHP as index.php since I don't have access to the Dev menu. (doesn't show up either)
<?php
require_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
menu_rebuild();
?>2. read about Administration Menu problems: uninstalled that. devel/menu/reset as well as devel/cache/clear.
3. truncated the contents of menu_links, menu_router and inserted the contents from another 6.13 DB. reset/clear
4. changed themes several times. reset/clear
5. changed the location of menu in various blocks several times. reset/clear
The only odd thing I noticed before this happened is that I had several "Add Content" entries in the menu.
Please, any ideas? Thanks kindly ahead of time.

Solution
Re-installing on a virgin DB - I enabled one module at a time and now remember the last one that I installed.
Enabling the "'me' Aliases 6.x-2.7" module hosed my menus on my virgin DB. Disabling the "'me' Aliases 6.x-2.7" module put them back. Disabling the "'me' Aliases 6.x-2.7" module on the dev installation fixed the menus as well.
'me' Aliases 6.x-2.7 now disabled.
--
Drupal 6.13
Full list of modules:
Administration menu 6.x-3.0-alpha3
Advanced help 6.x-1.2
CAPTCHA 6.x-2.0-rc3
Checkbox Validate 6.x-1.1
Computed Field 6.x-1.0-beta3
Content Construction Kit (CCK) 6.x-2.5
Content Profile 6.x-1.0-beta4
Date 6.x-2.3
Devel 6.x-1.17
FileField 6.x-3.1
FileField Paths 6.x-1.3
Fivestar 6.x-1.18
GMap Module 6.x-1.1-rc1
Image 6.x-1.0-beta2
ImageAPI 6.x-1.6
ImageCache 6.x-2.0-beta10
ImageField 6.x-3.1
Legal 6.x-2.2-beta4
Location 6.x-3.1-rc1
Messaging 6.x-2.1
Node Gallery 6.x-2.0-alpha10
Pathauto 6.x-2.x-dev (2009-Aug-13)
Theme Settings API 6.x-1.4
Token 6.x-1.12
Transliteration 6.x-2.1
Views 6.x-3.x-dev (2009-Aug-22)
Voting API 6.x-2.3
Thanks for the followup
I noticed halfway through adding content to my D6 sandbox that my menu items disappeared; disabling the 'me' aliases module resolved this issue as it did for you. I think it may be a conflict between 'me' aliases and devel, because the problem didn't show up until after I enabled devel. I'll check and see if an issue exists for this in the 'me' aliases queue.
Edit: found one.
http://drupal.org/node/534022