MyBB Community Forums

Full Version: Login Problems (ACP and Board)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I have recently uploaded a copy of the newest mybb to my new support site for a program I am making. Whenever I try to login this happens:

http://i.gyazo.com/b8ef62aa5577d423fe5a72d2191fe4d5.gif

So if you can help me thank you <3

Also I have fixed the cookies as it say in this thread, I did everything it says in the thread.


Site URL: http://support.csnap.net/index.php
Your cookie domain should be: support.csnap.net
Your cookie path should be: /
Verify these in your /inc/settings.php file.
(2014-06-02, 01:12 PM)dragonexpert Wrote: [ -> ]Your cookie domain should be: support.csnap.net
Your cookie path should be: /
Verify these in your /inc/settings.php file.

Yes, this is correct. I still get the same error.
Try clearing your cookies from your browser.
(2014-06-04, 02:11 PM)Gedgorge Wrote: [ -> ]I still get the same error.[Image: 9.jpg]
[Image: 8.jpg]
[Image: 10.jpg]
[Image: 11.jpg]

Images don't work

Open up this directory in a ftp client (file) ==> /inc/settings.php

Find this below and please NOTICE the red dot before it. This is needed.
$settings['cookiedomain'] = ".support.csnap.net";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";