#1524 closed defect (bug) (no action required)
BP trunk does not load since rev 2213 on WPMU
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | Priority: | blocker | |
Severity: | Version: | ||
Component: | Keywords: | transient | |
Cc: |
Description
BP trunk since 2213 does not install fully on WPMU. Sitemeta DB table meta_keys are added but no SQL executed to create the DB tables. This is because WPMU throws this error (possibly an other but this is the first report I saw of it) as described http://buddypress.org/forums/topic/cannot-activate-bp-12-fatal-error-cannot-redeclare-bp_loader_activate?replies=1#post-32667.
This is because it uses the function delete_site_transient(), called in bp-loader.php, was introduced to WordPress in 2.8.9. Obviously, WPMU is only on 2.8.6. This function exists in WPMU trunk since rev 2006.
Issues -
1) BP trunk now requires a SVN version of WPMU or WP 2.8.9+.
2) This bumps the minimum required WPMU Version from 2.8.4 (as per the BP.org download page) to the upcoming WPMU 2.9/WP 2.9+ version.
I meant to type:
"This bumps the minimum required WPMU Version from 2.8.4 (as per the BP.org download page) to the upcoming WPMU 2.9/WP 2.8.9."