MyBB Community Forums

Full Version: Still can't get cookies right
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I've been trying to get cookies working for hours now, I've re-installed MyBb, followed the guides closely and all of that but it still refuses to work.

http://forum.valrp.tk/ is my URL.

My settings are:

$settings['cookiedomain'] = ".forum.valrp.tk";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";

Just can't login, I can only get to the main page in the admin ACP, but can't get to configuring etcetera. I've tried a lot of solutions, please help me. 

I use Mybb 1.6
cookie domain can be forum.valrp.tk (without dot at the beginning)
or cookie domain can be .valrp.tk (with the dot) and cookie path needs to be /forum/

cookie related guidance