Opened 8 years ago
Closed 8 years ago
#6891 closed defect (bug) (fixed)
"Reinstall emails" tool fails on Network Admin
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
Trying out the new features (nice work BTW!) and find that in multisite installs the "Reinstall emails" tool fails on Network Admin.
The cause is that [10536] prevents the taxonomy from being registered in Network Admin, so the terms are not created due to "Invalid taxonomy" errors.
Attachments (1)
Change History (9)
#3
@
8 years ago
To clarify, the email posts are being added, but aren't being assigned to their taxonomies.
#5
@
8 years ago
The tool function is bp_admin_reinstall_emails
and it does have a switch_to_blog
but clearly that doesn't internally switch registered taxonomies (TIL).
#6
@
8 years ago
- Keywords has-patch added; reporter-feedback removed
Patch registers the taxonomy when inside the network admin (which doesn't visually add any menus, because those are hidden), the existing switch_to_blog takes care of switching the tables, and everything ends up in the right place.
Thanks for your feedback @needle could you tell us how BuddyPress is activated ?
Is it network activated, or is it activated on a subsite ?