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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.