[buddypress-trac] [BuddyPress] #3293: Forums use wpdb::wpdb() constructor, which has been dropped in WP 3.2
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Mon Jun 20 20:01:52 UTC 2011
#3293: Forums use wpdb::wpdb() constructor, which has been dropped in WP 3.2
--------------------------+-------------------
Reporter: boonebgorges | Owner:
Type: defect | Status: new
Priority: blocker | Milestone: 1.2.9
Component: Forums | Version: 1.2.8
Keywords: |
--------------------------+-------------------
BP forums extend WPDB to use the shared DB info. This is done using the
old PHP4 style constructor for the wpdb class, which is dropped in WP 3.2.
http://buddypress.trac.wordpress.org/browser/tags/1.2.8/bp-forums/bp-
forums-bbpress.php#L144 This means that the forums crash BP installs on
the 1.2 branch/WP 3.2
The solution is to use wpdb::__construct() instead. Checking in a fix in a
moment.
(NB this is already done on trunk, in r4211)
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3293>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list