#3815 closed defect (bug) (fixed)
Template handling error when accessing member's profile edit URL
| Reported by: | DJPaul | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.7.1 |
| Component: | Templates | Version: | 1.5.5 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When logged out, when accessing a valid user's edit profile URL, rather than 404 or redirect (whichever is the correct behaviour for here), you get a weird partial template rendered.
Tested on http://testbp.org/members/djpaul/profile/edit/group/1 but not on a local copy.
Change History (9)
#2
@
15 years ago
- Component XProfile → Forums
- Owner set to
- Status new → assigned
That's bbPress 2.0 taking over. Assigning to myself to look at for 1.6.
#4
@
13 years ago
- Component Forums → Core
- Keywords dev-feedback added
- Milestone 1.6 → 1.7.1
- Resolution fixed
- Status closed → reopened
- Version → 1.5.5
r5763 breaks BP RSS feeds from displaying properly due to the is_404() check.
bp_is_user_activity()is used on all BP RSS action router functions to determine if we're currently on a BP user activity page.bp_is_user()is used bybp_is_user_activity()
Since BP RSS feeds are 404 by default, the bp_is_user_activity() check will fail and the RSS feeds will not render properly.
Try out any of the following:
- /members/admin/activity/friends/feed/
- /members/admin/activity/groups/feed/
- /members/admin/activity/mentions/feed/
- /members/admin/activity/favorites/feed/
When I revert r5763, I can no longer duplicate DJPaul's initial report.
My recommendation is to revert r5763 and I'd like to fix this for 1.7.1.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Strange. On my local, I get a 404. (Probably should be a no-access-redirect, but a 404 is good enough.) Needs more testing.