Andrea Rennick (@andrea_r)

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Nope. Fresh from the download page. I did check db.php and it does have code in there if the 2nb db is declared, it just seems not to catch it.

    I’m gonna try it stuffed away on on a live server somewhere. I don’t want to accidentally hose my MU install until I know I can get it working.

    huh. Still spews erros:

    “bbPress database error: [Table ‘bbpress.wp_users’ doesn’t exist]”

    So it’s still looking in the bbpress db instead of the MU one.

    Fiddling with “// The rest is only useful if you are integrating bbPress with WordPress.

    // If you’re not, just leave the rest as it is.” doesn’t change things either.

    If I comment out the define custom user table, it works without errors, but still doesn’t share user info. Weird.

    Any hints or where I’ve overlooked thing? Something else to edit?

    Also, I should mention I’m doing this on a local server.

    DUDE, that was it exactly – I was missing this part:

    // You just told bbPress to use that mu database to look for users, but it doesn’t yet know the name of the *table* to use.

    // Change ‘wp_users’ and ‘wp_usermeta’ to be the table names of mu’s user tables.

    MU also has a wp_users table, which so totally didn’t work when you point it there. Will try the above and report back.

    (the plugin didn’t help btw, at least not originally)

Viewing 3 replies - 1 through 3 (of 3 total)