#7445 closed defect (bug) (fixed)
Access denied to Profile Fields admin screen - MS network activation
Reported by: | estevao90 | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 2.8.1 | Priority: | normal |
Severity: | normal | Version: | 2.8.0 |
Component: | Extended Profile | Keywords: | |
Cc: |
Description
After update BuddyPress to 2.8.0, can’t access the Profile Fields admin screen (User -> Profile Fields) to manage the custom fields, like delete and edit (mode edit_field and delete_field). When users access this screens, the message “Access Denied” is shown.
Change History (12)
#1
@
8 years ago
- Summary changed from Access denied to Profile Fields admin screen to Access denied to Profile Fields admin screen - MS network activation
#3
@
8 years ago
- Owner set to r-a-y
- Resolution set to fixed
- Status changed from new to closed
In 11432:
#4
@
8 years ago
- Component changed from Core to Extended Profile
Thanks for reporting the bug, @estevao90.
This will be fixed for v2.8.1.
#7
@
8 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Should this use bp_get_admin_url()
to help determine the dashboard for us? Or are those conditionals too specific?
#8
@
8 years ago
Technically, no we do not have to use bp_get_admin_url()
here since the "Users > Profile Fields" page is using the following to hook to the admin menu:
add_action( bp_core_admin_hook(), 'xprofile_add_admin_menu' );
bp_core_admin_hook()
already does the network admin vs. single-site conditional logic to hook into the correct admin context, but it doesn't hurt to use bp_get_admin_url()
if we wanted to.
#9
@
8 years ago
That makes sense.
I'd like to revisit Profile admin area clean-up in BuddyPress 2.9, and reference this issue then (when that clean-up happens.)
This appears to be a MS issue? reported on forums ticket as BP network activated issue.
Tested on fresh install of single site WP trunk & issue not seen.
Forum ticket:
https://buddypress.org/support/topic/access-denied-to-profile-fields-admin-screen-in-bp-2-8-0/