Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Prblem upgrading

Thanks for the reply. I added the line you suggested:

$wp_table_prefix = ‘wp_’;

I put this right after:

$bb_table_prefix = ‘bb_’;

But now I get the following error when logging in. It seems to me that there must be something in the config file or in a table that tells BBPress to use the WordPress usesrs table? I tried deleting the bb-users table whihc didn’t help.

bbPress database error: [Table ‘webdeadm_main.bb_users’ doesn’t exist]

SELECT ID FROM bb_users WHERE user_login = ‘admin’

bbPress database error: [Table ‘webdeadm_main.bb_users’ doesn’t exist]

SELECT * FROM bb_users WHERE user_login = ‘admin’

Skip to toolbar