Jag försöker utan framgång installera bbPress på min domän www.goranlin.se hos http://www.okwebhotel.se/webbhotell.php. Jag har ändrat i config.php som nedan (första 24 raderna) men tror att jag gjort fel men inser inte hur. Tacksam för hjälp!
// ** MySQL settings ** //
define('BBDB_NAME', 'goranlin'); // The name of the database
define('BBDB_USER', 'goranlin'); // Your MySQL username
define('BBDB_PASSWORD', 'XXXXXXXX'); // ...and password
define('BBDB_HOST', 'localhost'); // 99% chance you won't need to change these last few
define('BBDB_CHARSET', 'utf8'); // If you are *upgrading*, and your old config.php does
define('BBDB_COLLATE', ''); // not have these two contstants in them, DO NOT define them
// If you are installing for the first time, leave them here
// 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.goranlin.se/forums/';
// What are you going to call me?
$bb->name = 'Digitaltips Forum';
// This must be set before you run the install script.
$bb->admin_email = '[email protected]';