[wp-pro] BBpress implemtation issue

Webmaster Subventions.fr webmaster at subventions.fr
Sat Sep 29 08:57:42 GMT 2007


Hello Guys,

I've been trying to add a bbpress managed forum to my wordpress blog (French
wordpress) but i have some difficulties even so the installation
instructions seemed easy. The only thing i have is blank page when i launch
the install.

same server
same domain name just a folder named forum
same sql database
integration plugin under wordpress installed
but only a blank page launching the installation!

Is there something wrong in what I wrote? Beside that i installed the
integration plugin under wordpress and modified the wp-config.php concerning
the cookies.

Here is my config.php file

Would be someone interested in setting it up for me and at the same time
updating wordpress.

 

Thank you for your help.

 

Adrien

 

<?php

 

define('DB_NAME', 'subventions');    // Le nom de la base de donnees

define('DB_USER', 'bbpress1815');     // Votre identifiant MySQL

define('DB_PASSWORD', 'b7bp4r28!&'); // ...et votre mot de passe

define('DB_HOST', 'localhost');    // Dans la plupart des cas, vous n'aurez
pas a modifier cette ligne

 

// Vous pouvez faire plusieurs installation sur une meme base de donnees en
leur donnant un prefixe unique

 

// Change the prefix if you want to have multiple forums in a single
database.

$bb_table_prefix = 'bb_'; // Only letters, numbers and underscores please!

 

// The full URL of your bbPress install

$bb->uri = 'http://www.subventions.fr/forum';

 

// What are you going to call me?

$bb->name = 'Le forum des subventions aux entreprises';

 

// This must be set before you run the install script.

$bb->admin_email = 'webmaster at subventions.fr';

 

// Set to true if you want pretty permalinks, set to 'slugs' if you want to
use slug based pretty permalinks.

$bb->mod_rewrite = 'slugs';

 

// The number of topics that show on each page.

$bb->page_topics = 30;

 

// A user can edit a post for this many minutes after submitting.

$bb->edit_lock = 60;

 

// Your timezone offset.  Example: -7 for Pacific Daylight Time.

$bb->gmt_offset = -2;

 

// Change this to localize bbPress.  A corresponding MO file for the

// chosen language must be installed to bb-includes/languages.

// For example, install de.mo to bb-includes/languages and set BBLANG to
'de'

// to enable German language support.

define('BBLANG', '');

 

// Your Akismet Key.  You do not need a key to run bbPress, but if you want
to take advantage

// of Akismet's powerful spam blocking, you'll need one.  You can get an
Akismet key at

// http://wordpress.com/api-keys/

$bb->akismet_key = '3d14c8323513'; // Example: '0123456789ab'

 

 

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

// If you're not, just leave it as it is.

 

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

$bb->wp_home = 'http://www.subventions.fr'; // WordPress - Options->General:
Blog address (URL) // Example: 'http://example.com'

$bb->wp_siteurl = 'http://www.subventions.fr/wordpress'; // WordPress -
Options->General: WordPress address (URL) // Example: 'http://example.com'

$bb->cookiepath = '/';

$bb->cookiedomain = '.subventions.fr';

define('WP_BB', true);

require_once('/wordpress/wp-blog-header.php');

 

/* Stop editing */

 

if ( !defined('BBPATH') )

define('BBPATH', dirname(__FILE__) . '/' );

require_once( BBPATH . 'bb-settings.php' );

?>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://comox.textdrive.com/pipermail/wp-pro/attachments/20070929/6cc4ba20/attachment.htm


More information about the wp-pro mailing list