Menu Items Disappeared in Drupal 5
Posted Jul 17, 2008
Posted // 2 comments
Irakli:
Quick Note: the Administration Menu module in Drupal seems to have some weird bug in ver. 5.2.5 which causes menu items listing to disappear on admin/build/menu configuration page.
Solution: disable and remove Administration Menu module, download 5.2.6 or later version, install that one. If the problem persists run “menu_rebuild();” from hook_init() of any module or even from page.tpl.php. The problem should be gone.
Enjoy.



Comments
I'm still having the same issue
I downloaded the latest version: 5.x-2.8 But I'm still experiencing the same issue. I have to leave the admin/build/menu URL and do a clear cache. It's quite annoying.
I'll see if I can fix and provide a patch later.
cheers,
Thanks Irakli
I call menu_rebuild(); from hook_init() in D6 and got resolved.
Thanks
Post new comment