bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

[sticky]

bbPress 0.9.0.2 released

(11 posts)
  • Started 2 weeks ago by mdawaffe
  • Latest reply from bryan868
  • This topic is not a support question

Tags:

  1. bbPress 0.9.0.2 has been released.

    Several bugs have been fixed, including an important security bug.

    Everyone should upgrade.

    Posted 2 weeks ago #
  2. What are the changes we need to do in theme?

    Posted 1 week ago #
  3. kernow
    Member

    I'm currently running bbpress vs. 0.9.0.1. Do I have to rename the config file for bbpress when I upgrade?

    Posted 1 week ago #
  4. 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.

    Posted 1 week ago #
  5. kernow
    Member

    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.

    Posted 1 week ago #
  6. Dexter78
    Member

    Hello people, I use bbpress but I don`t know how can I use in posts backticks... :-(

    Posted 1 week ago #
  7. 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

    Posted 4 days ago #
  8. Any theme changes to do?

    Posted 4 days ago #
  9. 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

    Posted 2 days ago #
  10. 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.

    Posted 2 days ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.