Forums

Join
bbPress Support ForumsInstallationMessed up with wordpress intergration now I can not log on

Info

Messed up with wordpress intergration now I can not log on

  1. Hello,

    I installed bbPress on wordpress 2.5.1. It went smoothly. I did not intergrate on install because I didn't not have all the information to input (these instructions need to be explained better). Once installed I followed the instructions as per: http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101.

    On the last part where it asks about shared user table or some such (can't look at it now) I entered WP_User. I think I was suppose to just enter WP_ (This needs explained better). Anyway now when I try to log on I get this message:

    bbPress database error: [Table 'hornymel_ss4949.WP_USERSusers' doesn't exist]
    SELECT * FROM WP_USERSusers WHERE user_login = '384tlzxvu97'

    However I cannot get in to change this value. How do I fix this?

  2. I think you can fix that in your bb-config.php file by overwriting.

    Under define('BB_LANG', '');

    Add in this: $bb->wp_table_prefix = 'wp_';

  3. Still getting the same error. I also tried wiping the bbpress and doing a fresh reinstall but for some reason the installation didn't go to step two. Once I put all the information in it skipped step 2 and 3 and went to the forum, with my all my old login info.

  4. When doing a fresh install do I delete all the bb_ files out of my database before reinstalling?

  5. Yeah NM on that last one. I decided to just risk it and take a chance and deleted the bb_ listings out of the database and it worked.
    However I have a new problem

    The forum is working fine however when I tried to intergrate wordpress it told me that wp_user doesn't exist and looking in my wp_config.php it doesn't....now what do I do?

  6. Okay I think I figured it out. There were no wp_ tags on my user and usersmeta and I did not require login for comments so there was no users to add to bbpress. So I think I have it working properly!!! Yay! Thanks me for all the help!!!

  7. You must log in to post.