Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: yet another install problem

I think is must be just the way the comments are put in! Maybe try this format with the commenting out:

<?php

define('BBDB_NAME', '********');
define('BBDB_USER', '********');
define('BBDB_PASSWORD', '********');
define('BBDB_HOST', '********');

$bb->domain = 'http://www.dongbang51.net';
$bb->path = '/board/';
$bb->name = 'New';
$bb->admin_email = '********@hotmail.com';

$bb->mod_rewrite = false;

$bb->page_topics = 30;

$bb->edit_lock = 60;

$bb->gmt_offset = 0;

define('BBLANG', '');

$bb->akismet_key = '';

$bb->wp_table_prefix = '';
$bb->wp_home = '';
$bb->wp_siteurl = '';

/* Stop editing */

if ( !defined('BBPATH') )
define('BBPATH', dirname(__FILE__) . '/' );
require_once( dirname(dirname(__FILE__)) . '/wp-config.php' );

?>

As well, I am assuming you are using an Akismet number, otherwise have it as:

$bb->akismet_key = false;

Trent

Skip to toolbar