I've found a single visit to administer->menus will clear up the menu mismatch and page not found errors. I do this often when developing modules and changing menus around. You don't have to change anything, just visit administer->menus Dave -----Original Message----- From: development-bounces@drupal.org [mailto:development-bounces@drupal.org] On Behalf Of Gabor Hojtsy Sent: Wednesday, February 14, 2007 3:23 AM To: development@drupal.org Subject: Re: [development] Question on paths, cache and development routine Carl Mc Dade wrote:
I just noticed while trying to update a module to Drupal 5 that I have to:
empty the cache table(normal) empty the menu table( not all the time but sometimes) deactivate and re-activate the module(all the time)
Otherwise if a path is changed in the menu, even a valid path, Drupal 5 throws a "page not found"
Is this the latest rage and status qou or can it be be avoided? Things
go very slowly doing it this way.
(php5,mysql5,Apache2, Windows2000)
Carl, add your menu items in !$may_cache while you develop, and remove the ! when you are ready with the module. Gabor