Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2717 closed defect (bug) (fixed)

site options not installed on activation

Reported by: djpaul's profile DJPaul Owned by:
Milestone: 1.5 Priority: major
Severity: Version:
Component: Core Keywords:
Cc:

Description

As a result of the way the install/upgrade admin UI has been implemented, it wasn't possible when the branch was merged to install some default site options due to function dependencies. I've taken another look at this now as it is causing some WP_DEBUG warnings.

Please see attached patch -- it fixes the problem but I had to move a couple of functions around, incl. one into bp-loader.php. Any good?

Attachments (1)

dudewheresmycar.patch (6.8 KB) - added by DJPaul 14 years ago.

Download all attachments as: .zip

Change History (2)

#1 @boonebgorges
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3463]) Adds Upgrade routine for WP MS activation. Fixes #2732. Moves site options loading functions to ensure that they're loaded at activation. Fixes #2717, props DJPaul. Modifies the way that bp-pages data is stored in and fetched from options tables on multisite. References #2518. The only thing this patch does not do is bake pie.

Note: See TracTickets for help on using tickets.