MyBB Community Forums

Full Version: [urgent] moved my forum to new host and can't login now
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i followed this tut= http://community.mybb.com/thread-27771.html
did everything right uploaded backup etc, forum works but when i try to login nothing happens, i type my username and pass, click login and it doesn't work, site just refreshes. i edited settings.php right Confused what's the problem??

$settings['bburl'] = "/forum"; ( as i have it on website that has forum button)
$settings['cpstyle'] = "";
$settings['cookiedomain'] = "./forum";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";

edit: i tryed to login to admincp and worked, but when i click settings tab it loggs me out and can't login agin... weird.
$settings['bburl'] <-- complete URL without trailing slash
$settings['cookiedomain'] = ".site.com";
$settings['cookiepath'] = "/forum/";

see also Login / Logout problems ...
$settings['cookiepath'] = "/forum/";

should be only if you've your forum hosted on yourdomain.com/forum/ , if its direct like yourdomain.com , cookie path should be:

$settings['cookiepath'] = "/";
AHH now when i click login it takes me to old domain! What the hell now it was working!
So everything is fine now?