Opened 3 years ago

Closed 2 years ago

Last modified 2 years ago

#12897 closed defect (bug) (duplicate)

page is treated as category when premalink are set to %category%

Reported by: liorsion Owned by: ryan
Priority: high Milestone:
Component: Permalinks Version: 2.9.2
Severity: major Keywords: needs-testing
Cc: lior.sion@…, tomer

Description

If I set my premalinks to %category%/%whatever%/ and I'm not using english (tested in Hebrew), all pages (that are also in Hebrew) are getting 404 not found since they are treated as categories and not pages - effectively rendering the %category% permalink impossible to use.

The bug lies in classes.php line 172:

$req_uri = str_replace($pathinfo, , rawurldecode($req_uri));

the rawurldecode should be removed.

I didn't want to actively fix it to avoid issues I might not be aware of.. please pay attention before removing this.

Change History (6)

  • Milestone changed from 2.9.3 to 3.0
  • Version set to 2.9.2

comment:2   dd323 years ago

  • Keywords needs-testing added
  • Milestone changed from 3.0 to Future Release

Punting based on no patch and no testing done.

  • Cc tomer added

Isn't it a duplicate of #10249?

  • Resolution set to duplicate
  • Status changed from new to closed

Looks like it is. #10249 has a couple of patches.

  • Milestone Future Release deleted
Note: See TracTickets for help on using tickets.