Hi, I am really looking forward to using what looks like an excellent forum tool, but I am having trouble getting off the start line...
I set up a database on my server called serviceBB.
My server accepts my Mysql id and password fine, I have written them exactly in the setup_options.php file.
I made a folder on my server called 'forums', and stored all the miniBB files there.
However, when ever I input the address
www.XXXX.net/forums/_install.php I get the infamous "Database, configuration error".
In the list of services my server provides, Mysql and PHP are not checked.
This can't be a difficult problem, can somebody help me?
The setup_options text is below.
Thanks in advance.
$DB='mysql';
$DBhost='localhost';
$DBname='serviceBB';
$DBusr='XXXX';
$DBpwd='XXXX';
$Tf='serviceBB_forums';
$Tp='serviceBB_posts';
$Tt='serviceBB_topics';
$Tu='serviceBB_users';
$Ts='serviceBB_send_mails';
$Tb='serviceBB_banned';
$admin_usr='admin';
$admin_pwd='admin_pass';
$admin_email='admin@email';
$main_url='same as manual.www.XXXX.net/forums';
$bb_admin='bb_admin.php?';