Opened 4 years ago
Closed 4 years ago
#9643 closed defect (bug) (fixed)
Category child pretty permalinks 404
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 2.8 |
| Component: | Permalinks | Version: | 2.8 |
| Severity: | critical | Keywords: | has-patch |
| 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)
comment:3
follow-up:
↓ 4
DD32
— 4 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..
comment:4
in reply to:
↑ 3
;
follow-up:
↓ 5
mtekk
— 4 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.
comment:5
in reply to:
↑ 4
mtekk
— 4 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.