Opened 14 years ago
Closed 14 years ago
#3015 closed defect (bug) (fixed)
BP crashes when upgrading to MS
Reported by: | boonebgorges | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | critical |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
Scenario:
1) Install BP and activate BP-default
2) Do network upgrade. You will be forced to deactivate BP (though bp-default remains active)
3) After upgrade, go to Network Admin > Plugins and activate BP
You get a function not defined error (bp_is_active) from bp-default.
I haven't got time to look at a solution at the moment, but I wanted to lay out the issue.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [4203]) Keeps bp-default from loading during MS upgrade process. Fixes #3015. Refactors parts of the upgrade wizard to make MS upgrades recognize previous installations of BP. Refactors parts of the upgrade wizard to use bp-active-components rather than the deprecated bp-deactivated-components. Ensures that MS upgrades are seen as upgrades rather than new installations.