Closed (won't fix)
Project:
Drupal core
Version:
6.x-dev
Component:
path.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2007 at 04:17 UTC
Updated:
28 Dec 2007 at 17:36 UTC
The gut of the issue started here:
http://drupal.org/node/88707#comment-179268
http://drupal.org/node/88707#comment-179275
To recap: First, I don't know that its still some type of caching issue as was claimed in the other report but I do know this:
1. Aliased pages
1.a. no menu entry
1.a.i. will not work as error pages. resorts to /node/ instead
1.b. menu entry (even if deleted lated)
1.b.i. will work as error page
2. Unaliased pages
1.a. either way, with or without menu entry it works fine
Hope thats clear!
So the short term workaround is just to create a menu entry for the page and then delete it again.
Comments
Comment #1
RobRoy commentedDuplicate of http://drupal.org/node/108695.
Comment #2
jimmygoon commentedNo. That bug report was fixed. That was only for unaliased URL's. I can still confirm that it IS a problem with aliased URL's. That bug report is closed. One of the two needs to stay opened. This one has more specific information about the aliases so I'm going to reopen.
Comment #3
forngren commentedThe same/similar issue in HEAD.
Comment #4
gpk commentedI have what appears to be a related problem (and may I suspect have the same root cause) in that my 404 page (which has an imaginatively-named alias '404') seems to be cached, so that updates to the page are not visible when a 404 error is generated. See http://drupal.org/node/158005. Am using Drupal 5.1.
Workaround: since the 404 page seems to be stored in the menu cache, doing anything that clears same fixes the problem, i.e. resubmit the admin/build/modules page or the admin/settings/error-reporting page. Or clear the cache table by hand.
Comment #5
chx commentedI just checked and this is not an issue in HEAD which is not surprising at all given the menu system redux.
Comment #6
gpk commentedThanks for the update, chx