|
|
Registered User Currently Offline
|
Posts: 2
Join Date: Jul 2008
|
I've tried to install the board, and I was successful, but when I login with the admin pass/user it only refreshes the page, nothing more. No error messages, no Admin CP, nothing
Can someone point out an error if they see one:
$dbhost = 'localhost';
$dbname = '*****';
$dbuser = '*****';
$dbpass = '*******';
$dbpref = 'forum_';
$adminfile = 'admin.php';
$adminuser = 'coolio';
$adminpass = '*******';
$adminemail = 'coolio@hotmail.com';
$shaprefix = 'a';
$forumhome = 'http://www.******.com/****/forums/'; //link to forum home
$forumdir = 'http://www.********.com/****/forums/'; //forum dir without the script file, must end with a '/'
$forumscript = 'http://www.********.com/****/forums/index.php'; //forum dir + script file
$cookiedomain = '****/forums/';
$cookiename = 'coolio-cookie';
$cookiepath = '****/forums';
$cookiesecure = FALSE;
I really appreciate the ability to potientally use this forum, so please help me if you can, or let me know if you've had a similar error, and how you fixed it.
Thanks.
|