14 Feb
2007
14 Feb
'07
12:22 p.m.
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