Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can’t Login!

I need a bit of help still with the login issue

My config for this section

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

// If you’re not, just leave the rest as it is.

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

$bb->wp_home = ‘http://www.energizedeating.com/blog’; // WordPress – Options->General: Blog address (URL) // No trailing slash

$bb->wp_siteurl = ‘http://www.energizedeating.com/blog’; // WordPress – Options->General: WordPress address (URL) // No trailing slash

// Use the following line *only* if you will be loading WordPress everytime you load bbPress.

//define(‘WP_BB’, true);

/* Stop editing */

define(‘BBPATH’, dirname(__FILE__) . ‘/’ );

require_once( BBPATH . ‘bb-settings.php’ );

?>

Thanks,

Gary

Skip to toolbar