Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

#5745 closed defect (bug) (fixed)

Sign-ups table not created when DO_NOT_UPGRADE_GLOBAL_TABLES set

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.1 Priority: high
Severity: major Version: 2.0
Component: Members Keywords: has-patch
Cc:

Description

When installing BuddyPress on a single-site WordPress installation where DO_NOT_UPGRADE_GLOBAL_TABLES is set, the signups table is never created.

Attachments (1)

5745.patch (786 bytes) - added by johnjamesjacoby 10 years ago.
Move overzealous constant check

Download all attachments as: .zip

Change History (2)

@johnjamesjacoby
10 years ago

Move overzealous constant check

#1 @johnjamesjacoby
10 years ago

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

In 8565:

Move DO_NOT_UPGRADE_GLOBAL_TABLES check from bp_core_maybe_install_signups() to bp_core_upgrade_signups(). Fixes bug where wp_signups table would not get created on single-site installations when DO_NOT_UPGRADE_GLOBAL_TABLES is set. Fixes #5745.

Note: See TracTickets for help on using tickets.