bbPress 0.9.0.2 has been released.
Several bugs have been fixed, including an important security bug.
Everyone should upgrade.
bbPress 0.9.0.2 has been released.
Several bugs have been fixed, including an important security bug.
Everyone should upgrade.
Changeset:
http://trac.bbpress.org/changeset?old_path=tags%2F0.9&old=1399&new_path=tags%2F0.9.0.2&new=1492
What are the changes we need to do in theme?
I'm currently running bbpress vs. 0.9.0.1. Do I have to rename the config file for bbpress when I upgrade?
kernow: Its better we did. As BBpress and Wordpress both have ability to auto generate config file we get the benefit of getting the latest modifications.
Thanks, I have upgraded OK, though I have a login/logout integration problem now with Wordpress and bbpress. I'll ask someone I know with more technical expertise for advice.
Hello people, I use bbpress but I don`t know how can I use in posts backticks... :-(
wp_validate_auth_cookie has an error. When hashing for the key
$key = wp_hash($username . $expiration);
WordPress and BBPress do it differently thus nullifying the ability to integrate the cookies of the two.
The problem is that this in bbpress pluggable.php:
$key = wp_hash($username .'|'. $expiration);
should be this:
$key = wp_hash($username . $expiration);
There are a few other places where this needs to be fixed too
Any theme changes to do?
I'm having a problem with a fresh install of 0.9.0.2. After last step of installation...
Referrer is OK, beginning installation…
>>> Setting up custom user table constants
Step 1 - Creating database tables
>>> Create table bb_forums
>>> Create table bb_posts
>>> Create table bb_topics
>>> Create table bb_topicmeta
>>> Create table bb_tags
>>> Create table bb_tagged
>>> Added index wp_users UNIQUE KEY user_nicename (user_nicename)
>>>
>>>>>> Duplicate key name 'user_nicename'
Step 2 - WordPress integration (optional)
>>> WordPress address (URL): MYURL
>>> Blog address (URL): MYURL
>>> WordPress cookie secret key set.
>>> WordPress database secret set.
>>> User database table prefix: wp_
Step 3 - Site settings
>>> Site name: MYSITENAME
>>> Site address (URL): MYURL
>>> From email address: MYEMAIL
>>> Key master role assigned to existing user
>>>>>> Username: admin
>>>>>> Email address: MYEMAIL
>>>>>> Password: Your existing password
>>> Description: Just another bbPress community
>>> Forum could not be created!
>>> Key master email sent
There were some errors encountered during installation!
I should note that I assigned the key master as my admin user in WordPress. When I go to my forum I receive the following error....
Parse error: syntax error, unexpected T_STRING in /MYPATH/bb-config.php on line 22
Fixed it. There was a problem with the secret key. I entered it in the field during installation, but for some reason it wasn't written correctly in the bbpress config file.
You must log in to post.