Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

#3802 closed defect (bug) (fixed)

php notices during installation wizard

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

Description

During the installation wizard (a clean install, not upgrade), there are a ton of PHP notices generated until step two or three of the process.

It looks like the main causes are the setup_globals, bp_setup_nav, & bp_setup_admin_bar functions invoking something that then queries the database (which hasn't been created yet).

Change History (3)

#1 @boonebgorges
13 years ago

This is likely due to r5333, which loads all of BP during initial installation. It will probably be easier to revert r5333 and figure out a different solution for the roles/caps issue that jjj suggests there than to bail out of every function in BP if we're installing.

#2 @DJPaul
13 years ago

  • Priority changed from normal to major
  • Severity changed from normal to major

#3 @boonebgorges
13 years ago

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

(In [5656]) Reconfigures require() order for loading process during installation and upgrade.
Corrects outdated function calls and path names in installation wizard.
See #3740.
Fixes #3875. Fixes #3802. See #3865.

Note: See TracTickets for help on using tickets.