MyBB Community Forums

Full Version: Login issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Board URL: http://horizonstudios.cu.cc

Okay, so I am having an issue with logging into my forums (both on the forums and in the admincp) and the only thing I can think of that can be causing this is the cookie settings, which are completely correct afaik.

I've even cleared my cookies and tried logging in using various different browsers (i.e firefox) and I get the same result.

The permissions settings are also correctly set to 666.

Here's my cookie info:

$settings['cookiedomain'] = ".horizonstudios.cu.cc";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";

Could it be another issue? Or am I missing something here?


Nevermind. Moved to www.horizon-studios.cu.cc and fixed the issue.
(2015-03-18, 09:19 PM)Ikerepc Wrote: [ -> ]Please check this: http://docs.mybb.com/1.8/development/cookies/

Thanks, but that page explains exactly what I've been doing correctly. I must be missing something else. Ideas anyone?
(2015-03-18, 09:23 PM)Merek118 Wrote: [ -> ]
(2015-03-18, 09:19 PM)Ikerepc Wrote: [ -> ]Please check this: http://docs.mybb.com/1.8/development/cookies/

Thanks, but that page explains exactly what I've been doing correctly. I must be missing something else. Ideas anyone?

Having same problem. no idea what to do.
If you're running Windows, open up CMD (command prompt), and type in:

ipconfig /flushdns and hit Enter. Then try to log into your forum, and let me know what happens.

This snippet of code will basically flush and clear all of your cookies, on a computer-standpoint, and not just a browser-standpoint.

Regards,
Ryan M.
(2015-03-21, 12:55 AM)Ryan M. Wrote: [ -> ]If you're running Windows, open up CMD (command prompt), and type in:

ipconfig /flushdns and hit Enter. Then try to log into your forum, and let me know what happens.

This snippet of code will basically flush and clear all of your cookies, on a computer-standpoint, and not just a browser-standpoint.

Regards,
Ryan M.

Attempted this on mine as well as his and couldn't login. The problem seems to be that the websites aren't saving and storing cookies. 
^ would you like to provide temporary access to forum admin panel & files (FTP) through PM to check the issue
Your cookie domain is currently set to "."

Also you have some white spavce before the <?php in ./inc/config.php which is causing an error on your forum.
Please create a test login and share with us.
(2015-03-21, 03:12 PM)blogginghelp Wrote: [ -> ]Please create a test login and share with us.

How can I do that if I don't have access to the user section of the admincp?

(2015-03-21, 10:34 AM)Matt. Wrote: [ -> ]Your cookie domain is currently set to "."

Also you have some white spavce before the <?php in ./inc/config.php which is causing an error on your forum.

Fixed it. Currently set to .horizonstudios.cu.cc