[development] Question on paths, cache and development routine

Gabor Hojtsy gabor at hojtsy.hu
Wed Feb 14 11:22:47 UTC 2007


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


More information about the development mailing list