#3047 closed defect (bug) (fixed)
User profiles return 404 headers
Reported by: | pavelevap | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Component - Users | Keywords: | needs-patch commit |
Cc: | pavelevap@… |
Description
See: https://bbpress.org/forums/topic/404-headers-for-user-profiles/
I am not sure if it is intended for any reason, but it is strange, I guess.
Attachments (1)
Change History (14)
#2
@
8 years ago
It is strange, because I found this issue on my website and noticed the same behaviour on bbpress.org. Maybe it is influenced by some settings?
#3
@
8 years ago
- Component changed from General to Component - Users
- Milestone changed from Awaiting Review to Under Consideration
#4
@
8 years ago
Related: #meta2254
#5
@
8 years ago
Via https://meta.trac.wordpress.org/ticket/2254#comment:5
ocean90: @SergeyBiryukov See the linked tickets from @netweb. WP:handle_404() is kicking in. bbPress should probably make use of https://developer.wordpress.org/reference/hooks/pre_handle_404/.
#6
@
7 years ago
- Keywords needs-patch added
- Milestone changed from Under Consideration to Awaiting Review
Sorry that I missed this. It should probably happen in 2.6.1.
#8
@
7 years ago
- Milestone changed from Awaiting Review to 2.6
- Owner set to johnjamesjacoby
This should be pretty easy. I'll take a look at this tomorrow if nobody beats me to it. 🤞
This ticket was mentioned in Slack in #bbpress by thebrandonallen. View the logs.
7 years ago
#10
@
7 years ago
I'm unable to duplicate this as-is, but did find the opposite problem, in that profiles that don't exist are showing 404 pages but returning 200 OK
.
My guess this is not a problem with bbPress, but with the bbPress site or server.
I have a community with bbPress installed and the profile returns the correct status code, 200.