MyBB Community Forums

Full Version: Cant log in to a new forum.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed the newest version mybb yesterday and as of today I can't login. When i do so I get the screen saying that it's logging me in and then I'm taking to the main screen and I'm logged out. I can log into the acp however when I try to access anything I'm logged out. I'm not sure what I did to cause this.

settings.php code :

<--  snip  -->
$settings['bburl'] = "http://pixelbb.pw";

$settings['cookiedomain'] = ".pixelbb.pw";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";

<--  snip  -->

Board url : http://www.pixelbb.pw/index.php
Your Cookie settings seem OK. Do you have the settings.php in right CHMOD perms? Make sure you set it to 777.
(2016-05-26, 06:17 PM)Max Payne Wrote: [ -> ]Your Cookie settings seem OK. Do you have the settings.php in right CHMOD perms? Make sure you set it to 777.

Yeah i do. I dont know what it could be.
May not be related but I had issues with this type of thing when I had it set in my host to add and redirect my site to www. I was instructed to change it so my site only redirects without www. I haven't had any issues since.