#7445 closed defect (bug) (fixed)
Access denied to Profile Fields admin screen - MS network activation
| Reported by: | estevao90 | Owned by: | r-a-y |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8.1 |
| Component: | Extended Profile | Version: | 2.8.0 |
| Severity: | normal | 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
@
10 years ago
- Summary Access denied to Profile Fields admin screen → Access denied to Profile Fields admin screen - MS network activation
#4
@
10 years ago
- Component Core → Extended Profile
Thanks for reporting the bug, @estevao90.
This will be fixed for v2.8.1.
#7
@
10 years ago
- Resolution fixed
- Status closed → reopened
Should this use bp_get_admin_url() to help determine the dashboard for us? Or are those conditionals too specific?
#8
@
10 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
@
10 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.)
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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/