#3875 closed defect (bug) (fixed)
New install thinks it's an upgrade
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | critical |
Severity: | critical | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
Attempting to perform a new install of BuddyPress 1.6-trunk seems to think its doing an upgrade, and loads those screens in the wizard. This prevents trunk from being able to be installed. Also see #3682 and #3802 for related issues.
Removing the '_bp_db_version' assignment from bp_get_default_options() seems to fix the issue. Also why is it adding all of those keys to the database before install, couldn't they be set in one of the wizard installation screens?
Note: See
TracTickets for help on using
tickets.
IMO this is the real root of the problem. I think it has to do with the fact that the BP core components are loaded during an installation; see https://buddypress.trac.wordpress.org/browser/trunk/bp-loader.php?annotate=blame&rev=5566#L448