Skip to:
Content
Pages
Categories
Search
Top
Bottom

Users with Arras Theme & Buddypress after 3.2 upgrade- READ!

  • Users with Arras theme and Buddypress will come across errors while upgrading to wordpress 3.2

    Before you Upgrade Anything, go into your `wp-content/themes/arras/library/widgets.php` and change the following code in the file:

    `$this->WP_Widget_Tag_Cloud();`

    to:

    `parent::__construct();`

    This will fix an error after you upgrade. Now, after you do that, if you go on your site, you will most likely see this:

    `Fatal error: Call to undefined method wpdb::WPDB() in wp-content/plugins/buddypress/bp-forums/bp-forums-bbpress.php on line 144`

    Relax, now go to your file directory, and rename the plugin “buddypress” to “buddypress1”, and do the same for any plugins that require buddypress to work ( bp-album, bp-links, etc. )

    Now, you should be able to go into your dashboard, and upgrade buddypress. This will fix the WPDB() error.

    After that, go and rename all of the plugins back to their original, and activate in your dashboard.

    You should be set after this, good luck!

  • The topic ‘Users with Arras Theme & Buddypress after 3.2 upgrade- READ!’ is closed to new replies.
Skip to toolbar