Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Login Username & password issue?


worrypascanada
Member

@worrypascanada

I have resolved my bbPress/WordPress user name and password issue! I was using the WP prefix found in «The name of the database» to configure «WordPress table prefix» in the bbPress config.php. While researching phpMyAdmin, I realize that _usermeta and _users were in double; one pair with _wp and one pair with prefix xxxxxxxx_.

define(‘BBDB_NAME’, ‘xxxxxxxx_xxxxx’); // The name of the database

$bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;

I’m learning by trial and error and mostly by your patience and support.

I’ve tested fully WordPress and bbPress integration; bbpress-integration.php is normal and working as expected.

While login as bbPress Admin, there’s no Admin panel available within bbPress, I assume that this is normal for reason all Admin work is done within WordPress. Am I right?

Skip to toolbar