Hi all,
I just created my database, and updated the setup options, but I'm still getting an error when I run the _install.php file.
This is my set up in setup_options.php:
$DB='mysql'; $DBhost='localhost'; $DBname='creditse_minibb'; $DBusr='creditse_steve'; $DBpwd='creditse_password'; $Tf='minibbtable_forums'; $Tp='minibbtable_posts'; $Tt='minibbtable_topics'; $Tu='minibbtable_users'; $Ts='minibbtable_send_mails'; $Tb='minibbtable_banned';
$admin_usr='steve'; $admin_pwd='password'; $admin_email="steve.baik@sbcglobal.net';
My webhost is StartLogic. Please advise, thank you. |