Opened 7 years ago
Last modified 11 hours ago
#41128 new defect (bug)
404 Page not found after using same URL in post / page
Reported by: | jpgos | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.8 |
Component: | Posts, Post Types | Keywords: | |
Focuses: | Cc: |
Description
Starting from a clean Wordpress 4.8 installation.
- Configure permalinks to: http://domain.com/post-title/
- Create a post with title 'new'
- Remove the post with title 'new' to trash
- Create a new page with title 'new'
- Remove post 'new' from trash (not necessarily, both cases result in 404)
- The page you created trows a 404 due to a database error since it has two different objects with the same URL, though different objects.
Note: See
TracTickets for help on using
tickets.