Forum Replies Created
-
In reply to: Load Bbpress into WordPress
Hi guys,
I’ve tryed to integrate bbpress in my wordpress blog, but I’ve some problems…I think in the configuration file.
I’ll post my config file for semplicity:
wp-config.php:
<?php
define(‘DB_NAME’, ‘blog_wp’);
define(‘DB_USER’, ‘root’);
define(‘DB_PASSWORD’, ‘root’);
define(‘DB_HOST’, ‘localhost’);
$table_prefix = ‘wp_’;
define (‘WPLANG’, ”);
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>
bb-config.php:
<?php
define(‘BBDB_NAME’, ‘blog_wp’);
define(‘BBDB_USER’, ‘root’);
define(‘BBDB_PASSWORD’, ‘root’);
define(‘BBDB_HOST’, ‘localhost’);
$bb_table_prefix = ‘bb_’;
$bb->domain = ‘http://localhost/neoxyty’;
$bb->path = ‘/forum/’;
$bb->name = ‘Neoxyty forum’;
$bb->admin_email = ‘pippo@pluto.com’;
$bb->mod_rewrite = false;
$bb->page_topics = 30;
$bb->edit_lock = 60;
$bb->gmt_offset = 0;
$bb->akismet_key = false;
$bb->wp_table_prefix = false; // ‘wp_’;
$bb->wp_home = “http://localhost/neoxyty”;
$bb->wp_siteurl = “http://localhost/neoxyty”;
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
?>
The intallation of the wordpress is ok and it works, and also the installation of bbpress seams to be ok, but when I try to read a post or make some changes in the admin section it doesn’t work…
Some section are ok and other no…
Somebody can help me…please!
P.S. sorry if my english is not so good…