MyBB Community Forums

Full Version: Login/Logout problems? PLEASE READ
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please help me..
i am having the login problem..
okay when i visit my forum using this link http://www.cs-itwarriors.org "www" it allow me to login but when i visit my forum by this link without "www" http://cs-itwarriors.org i am unable to login login Sad

heres my /inc/setting.php

Quote:$settings['bbname'] = "CS-IT Warriors";
$settings['bburl'] = "http://www.cs-itwarriors.org";
$settings['canviewownwarning'] = "1";
$settings['captchaimage'] = "1";
$settings['bbcodeinserter'] = "1";
$settings['smilieinserter'] = "1";
$settings['faxno'] = "";
$settings['contactlink'] = "mailto:[email protected]";
$settings['cplanguage'] = "english";
$settings['cpstyle'] = "";
$settings['cookiedomain'] = ".www.cs-itwarriors.org";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";
$settings['cookiedomain'] = ".www.cs-
itwarriors.org";

This Is your problem goto the AdminCP > Configuration and change this to ".cs-
itwarriors.org"
Without the quotation marks
edited :- Fixed Smile
Great I am being ignored.
(2012-07-08, 03:10 PM)IsMyBB Wrote: [ -> ]Great I am being ignored.

We can't help you because you haven't given us the path you used to install it or the current cookie settings.

You're not being ignored, we just can't read your mind.
(2012-07-08, 03:40 PM)Nathan Malcolm Wrote: [ -> ]
(2012-07-08, 03:10 PM)IsMyBB Wrote: [ -> ]Great I am being ignored.

We can't help you because you haven't given us the path you used to install it or the current cookie settings.

You're not being ignored, we just can't read your mind.

Oh sorry Smile My bad.

$settings['cookiedomain'] = ".ismybb.com";
 $settings['cookiepath'] = "/ismybb/";

Its localhost tho using WampServer, the newest version.
URL: www.ultimategamingforums.co.uk/forums
I deleted the inc/settings.php and reuploaded a new one from default, It didnt work.
I deleted my cookies and cleared my history and everything using CCleaner.

when I log in the ACP it doesn't let me login I'll enter the correct into then when I click enter it just refreshs the page and doesn't log me in.
(2012-07-12, 02:34 AM)Seanfromleeds Wrote: [ -> ]URL: www.ultimategamingforums.co.uk/forums
I deleted the inc/settings.php and reuploaded a new one from default, It didnt work.
I deleted my cookies and cleared my history and everything using CCleaner.

when I log in the ACP it doesn't let me login I'll enter the correct into then when I click enter it just refreshs the page and doesn't log me in.

There isn't a default settings.php. settings.php is a cache of the settings in the database.

Read the whole thread.

Set your cookie domain to .ultimategamingforums.co.uk, the cookie path to /forums/, and the Board URL to http://www.ultimategamingforums.co.uk/forums/
I deleted the file inc/setting.php
I'm not sure why I need to repeat myself. I clearly stated to read the whole thread and follow the steps. Deleting ./inc/settings.php won't fix anything.