Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2969 closed defect (bug) (fixed)

404 header errors with buddypress sub-sections

Reported by: ev3rywh3re's profile ev3rywh3re Owned by:
Milestone: 1.5 Priority: normal
Severity: Version: 1.5
Component: Core Keywords: 404
Cc:

Description

This doesn't affect the functionality of these pages, but I did notice that sub areas like /groups/my-group and /members/my-member will produce a 404 header. The URLs load fine and you have to use something like Firefox Live HTTP Headers to see the 404, or use an is_404() in a loaded template file to see it.

I thought it was an issue with the theme I was working with, but it is an issue with the way those permalinks are registered.

The site I am working with is a BuddyPress trunk sub-domain configured site running HyperDB. I can still reproduce this error with no other plugins active.

Change History (3)

#1 @DJPaul
14 years ago

  • Milestone changed from Awaiting Review to 1.3

Confirmed on trunk, good catch

#2 @DJPaul
14 years ago

I think I broke this in r3488, but needs to be checked carefully rather than just reverted. Oops :(

#3 @djpaul
14 years ago

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

(In [3583]) Don't send 404 headers on good pages; reverts parts of r3488. Fixes #2969

Note: See TracTickets for help on using tickets.