Opened 6 years ago
Closed 6 years ago
#4117 closed defect (bug) (fixed)
Non-published, multi-page post page links don't work when permalinks enabled
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | Administration | Version: | 2.2 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
To replicate:
- Write a post. Make it paged by putting <!--nextpage--> somewhere in the post.
- Click the "Save and continue editing" button.
- Click the "Preview" link.
- Click the "2" link which should take you to the second page.
The URL in the address bar will be something like this:
http://site.com/?p=8/2/
It should be this since the post doesn't have a permalink yet:
http://site.com/?p=8&page=2
Attachments (1)
Change History (6)
Viper007Bond — 6 years ago
comment:1
Viper007Bond — 6 years ago
Originally reported by drz: #4106
comment:2
Viper007Bond — 6 years ago
Also probably applies to the 2.0.x line if we want to fix it there.
Note: See
TracTickets for help on using
tickets.

I think this'll do the trick