Re: BuddyBar for bbPress
@ rohan its my wp-config
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
define(‘VHOST’, ‘no’);
$base = ‘/’;
define(‘DOMAIN_CURRENT_SITE’, ‘buzzlyf.com’ );
define(‘PATH_CURRENT_SITE’, ‘/’ );
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOGID_CURRENT_SITE’, ‘1’ );
define(‘AUTH_KEY’,
define(‘SECURE_AUTH_KEY’,
define(‘LOGGED_IN_KEY’,
define(‘NONCE_KEY’,
define(‘AUTH_SALT’,
define(‘LOGGED_IN_SALT’,
define(‘SECURE_AUTH_SALT’,
$table_prefix = ‘wp_’;
define (‘WPLANG’, ”);
if( $base == ‘BASE’ )
die( ‘Problem in wp-config.php – $base is set to BASE when it should be the path like “/” or “/blogs/”! Please fix it!’ );
define( “WP_USE_MULTIPLE_DB”, false );
define( ‘WP_AUTH_COOKIE_VERSION’, 1 );
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
require_once(ABSPATH . ‘wp-settings.php’);
?>