Re: Fatal Error Prior to Installation
I copied and pasted WP_config details and forgot to change it to BBDB
define(‘BBDB_NAME’, ‘bbpress’); // The name of the database
define(‘BBDB_USER’, ‘username’); // Your MySQL username
define(‘BBDB_PASSWORD’, ‘password’); // …and password
define(‘BBDB_HOST’, ‘localhost’);
As soon as i corrected these I no longer had any errors.