Strange menu behavior - can anyone explain?
nevets88 - March 27, 2008 - 22:23
I moved a Drupal site from www.website.com/test to www.website.com and adjusted the menu urls accordingly in the menu table. When I tried the menus, they still pointed to /test. I restarted the server and no good. Only when I went to the admin pages by typing in the new url directly, did the new menu urls appear.
Any explanation? Thanks.

The menu tree structure is
The menu tree structure is cached for each user in table {cache_menu}. Probably you need/ed to empty this table.
gpk
----
www.alexoria.co.uk
Thanks.
I made the change again in another place and this time changed the menu urls in the admin pages directly. That's probably a better way of doing it if you don't have too many urls to change.