Opened 16 years ago
Closed 16 years ago
#9643 closed defect (bug) (fixed)
Category child pretty permalinks 404
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.8 | Priority: | high |
Severity: | critical | Version: | 2.8 |
Component: | Permalinks | Keywords: | has-patch |
Focuses: | Cc: |
Description
I recently noticed that category hierarchies seem to be broken. I haven't started digging to find out where and when it broke. The testing site revision number is [11082].
http://mysite.null/category/parent/child/ are causing 404 errors.
http://mysite.null/category/child/ is working instead.
Attachments (1)
Change History (8)
#3
follow-up:
↓ 4
@
16 years ago
The sanitize_title in that changeset is probably mangling the / in "parent/child" - So the sanitize_title might need to go somewhere more specific..
#4
in reply to:
↑ 3
;
follow-up:
↓ 5
@
16 years ago
Replying to DD32:
The sanitize_title in that changeset is probably mangling the / in "parent/child" - So the sanitize_title might need to go somewhere more specific..
Was just going to post something on those lines.
#5
in reply to:
↑ 4
@
16 years ago
I should probably also say that sanitize_title is, in fact, removing the / in "parent/child" causing all sorts of problems (can easily observe with some debugging echos).
I can reproduce this in r11072, so it was introduced at least a day ago.