Forums

Join
bbPress Support ForumsInstallationCan't login after upgrade

Info

Tags

Can't login after upgrade

  1. Followed steps from bbPress blog post.

    At end of install:
    Key master could not be created!
    Forums already exist!

    Installation log:
    Referrer is OK, beginning installation…

    Step 1 - Creating database tables
    >>> Database is already installed!!!

    Step 2 - WordPress integration (optional)
    >>> Integration not enabled

    Step 3 - Site settings
    >>> Site name: The Board Room
    >>> Site address (URL): http://bb.pensacolajaycees.org/
    >>> From email address: xxx
    >>> Key master could not be created!
    >>>>>> That login is already taken!
    >>>>>> Existing key master entered!
    >>>>>> Re-setting admin email address.
    >>> There are existing forums in this database.
    >>>>>> No new forum created.
    >>> Key master email sent

    There were some errors encountered during installation!

    After login:
    Fatal error: Call to undefined function wp_set_password() in /home/pensacola/www/bb/bb-includes/pluggable.php on line 368

  2. I backtracked and created another key master, but still couldn't login. It directed me to perform a database upgrade though.

  3. I was bored and since the forum had no entries, I did a fresh install. If anyone has a solution for the fatal error, I'm sure a future poster would appreciate it.

  4. I upgraded a test site, after setting ne config it asked me to run upgrade, all works fine with this upgrade log:

    Done removing key from bb_tagged: bb_upgrade_220
    Added index bb_tagged UNIQUE KEY tag_user_topic (tag_id,user_id,topic_id)
    Added index bb_users UNIQUE KEY user_nicename (user_nicename)

    >>> Duplicate entry '' for key 4
    Done re-parenting orphaned forums: bb_upgrade_1010
    Done adding nice-names to existing users: bb_upgrade_1020
    Done moving admin_email to from_email: bb_upgrade_1030
    Done activating Akismet and Bozo plugins and converting active plugins to new convention on upgrade only: bb_upgrade_1040
    Done updating active theme if present: bb_upgrade_1050

    After this it asked me to go to admin but insted i got the front end forum and trying to login give me:

    Fatal error: Call to undefined function wp_set_password() in E:\BTest\bb-includes\pluggable.php on line 368

    I repeated test again and another time o got unobale to get URI or something like that and other time same error as above.

  5. Buzz, Steve - here's a quick workaround for this problem.

  6. I know I said I did a fresh install, but I actually just switched DBs. I switched back, followed the workaround and everything's gravy now. Thanks!

  7. Version 0.9.0.1 fixes this problem and is now available from the download page. If you are feeling lazy, the only file you need to change is bb-includes/pluggable.php

  8. Are there other fixes besides pluggable.php in 0.9.0.1? If so, is the upgrade procedure for 0.9.0.1 the same as 0.9?

  9. There are two files changed from 0.9 to 0.9.0.1

    • bb-includes/pluggable.php - adds the wp_set_password() function
    • bb-includes/functions.php - increments the version to 0.9.0.1
  10. You must log in to post.