Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#3802 closed defect (bug) (fixed)

php notices during installation wizard

Reported by: DJPaul Owned by:
Priority: major Milestone: 1.6
Component: Core Version:
Severity: major 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
15 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
15 years ago

  • Priority normalmajor
  • Severity normalmajor

#3 @boonebgorges
15 years ago

  • Resolutionfixed
  • Status newclosed

(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.