Opened 7 years ago
Closed 7 years ago
#7147 closed defect (bug) (fixed)
Since r10902 installing components is generating fatals
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.7 | Priority: | highest |
Severity: | blocker | Version: | |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
That's because r10902 removed the require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
and dbDelta is then not available.
I've fixed my trouble using the attached patch
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Since @djpaul moved up the require into
bp_version_updater()
i guess we should probably do something similar when components are deactivated/activated from the corresponding setting screen.This is a really annoying bug as i currently need to often deactivate components. So if no objections, i'll probably commit 7147.02.patch very soon.