Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Locked Out of Forum!


_ck_
Participant

@_ck_

To get bbPress you work you might be able to go into bb_config.php and edit this line

$bb_table_prefix = 'bb_';

and make it say

$bb_table_prefix = '';

(that’s just two single quotes together with no space)

Not sure if it would work and it’s bad idea to keep running like that.

Using phpMyAdmin, you could try to rename all the tables to bb_users, bb_usermeta, etc.

But do you see your WordPress tables? You have a bigger problem is there’s wp_users and wp_usermeta and then you don’t see topics forums posts tables.

You may have installed bbpress into a new database instead of the old wp database?

Copy all the names of the tables in the left hand site of phpmyadmin here so we can see better what’s wrong.

Skip to toolbar