Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: WordPress/BBPress Single Sign On

In your bb-config:

$bb->wp_table_prefix = 'wp_econome'; // WordPress table prefix. Example: 'wp_';

In your wp-config:

$table_prefix = 'wp_econome_'; // Only numbers, letters, and underscores please!

Looks like you’re missing an underscore in bb-config.

Also try changing this on your bbconfig: $bb->sitecookiepath = '/starteconome/blog/';

Skip to toolbar