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.
no one on italian Mybb forum is able to help me!!
At the moment i cannot login on my forum, if i put name and password i can see valid login, but it's no working ... I cannot go to my administrator pannel... Someone can help me ??

This is my forum: www.barattolo.eu
This is one account: haribo87
Password: uccellino

AND SPAM IS KILLING ME ....

Thx for attention..







quote='MattRogowski' pid='546715' dateline='1229541618']
Recently, there have been a lot of people having problems logging in and/or logging out of their forums. This also includes having to login after every action in the ACP.

Almost every time, this is due to incorrect cookie settings. This is easy to fix, and here's how.

You can view your current cookie settings by viewing the source code from a page of your forum.

If your cookie settings are wrong, you probably won't be able to change them in the ACP as you may not be able to stay logged in. If this is the case, in order to change them, find a way to open and edit ./inc/settings.php (via FTP or a file manager) and edit the new values into the file. The settings you need to find/change in ./inc/settings.php are:

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


Then, you MUST go to 'ACP > Configuration > General Configuration' and make the change here too. This is because although editing the file will make you able to log in, the settings aren't updated in the database, and when you next save any settings in the ACP, the old settings will come back.
Also make sure ./inc/settings.php is CHMOD to 666.



If you are hosting on a localhost (i.e. a test forum on your computer), your cookie domain will usually have to be blank.

Also, if you have a port at the end of your board URL (for example, if your board URL is http://123.45.67.89:1234) set your cookie domain to .123.45.67.89 - basically remove the :xxxx from the end. If you have a directory at the end as well as a port (for example, if your board URL is http://123.45.67.89:1234/forum) set your cookie domain to .123.45.67.89 as above, and set your cookie path to /forum/ - the port number isn't needed anywhere.

If you cannot work out your cookie settings, you can use this cookie generator created by our very own DennisTT and it will attempt to give you the correct settings. It is also recommended that you do not change your cookie settings when you install your forum as they are usually correct in the installer.

99% of the time, this will solve the problem. However, sometimes your browser is set to not accept cookies, and this will cause a problem. Here's how to check your browser is accepting cookies:
  • IE 6/7/8 - Tools > Internet Options > Privacy (tab) > Change setting to 'Accept All Cookies' > Apply > OK.
  • FF3 - Tools > Options > Privacy (tab) > Cookies > Accept cookies from sites > *tick* > Accept third party cookies *tick* > keep until > *they expire* > OK.
  • Opera 9/10 - Tools > Preferences > Advanced (tab) > Cookies > Accept cookies > *tick*.
  • Safari - Edit > Preferences > Security (tab) > Accept cookies > Always > *tick*.
  • Chrome - Spanner symbol > Options > Under the Hood (tab) > Cookie settings > Allow all cookies.


After changing any cookie settings it may be necessary to clear your browser's cookies and then try again.

Still not working??

If you're sure the settings are right (i.e. they show what they should do in the source code of a page), settings.php is CHMOD to 666, and you've cleared your browser's cookies, try this.

Download a copy of ./inc/settings.php, and then delete it from your server. It should regenerate itself, and just in case it doesn't, you can reupload your downloaded copy. When it regenerates like it should (you may need to click around a few times on the forum to get it to regenerate), we'll know that it's a clean, fresh, uncorrupted version, with all the settings fresh from the database, meaning we'll be sure that the file is OK. Then, clear your cookies again, and try to login again.

----------------------------------------

If you are getting a white screen when you login and you have recently merged to MyBB, see here: http://community.mybboard.net/thread-420...#pid302288

----------------------------------------

If you are still having trouble, please tell us your URL. If you still have a problem but only say 'I still have a problem' but give no URL, we cannot help you in any way at all.

Also, if you are still having problems logging in or out, please post in this thread rather than making a new one, as there is often 2 or 3 threads on this each day.

Thank you Smile
[/quote]
Your cookie domain is set to barattolo.org but your domain is set to barattolo.eu
How can i change the cookies if i cannot login??
(2012-11-12, 04:53 PM)Lccjcp Wrote: [ -> ]How can i change the cookies if i cannot login??

Read the original thread. It tells you exactly what to do.
Yesssss well done.
Thx
Jacopo lucci
very helpful, tks!
I followed everything in this tut, but I still have 2 problems:

1. I can login (have login sucessful inform) but after logging in, the welcome box (login - register) still appear, my username only appear when I reload the page!

2. Sometime I can't logout (althought have logout sucessful imformed)

Can anyone help me ???

My forum: http://hocchoiguitar.com/forum/

You can check with user: dungdc
pass: 123456
I did as advertised and it worked - in IE. But I cannot for the life of me get it to work with Chrome which was my original login. I fixed everything in settings, using IE, cleared all my history in Chrome and STILL.
I can log in to the Admin Home page and go to the forums but if I try to go to any other admin page it asks for the user name and password again - in an infinite loop.
If I enter an INCORRECT UN/PW it tells me, but if I enter them correctly it says nothing, just continues to display the login dialog.

I can go BACK and it will go back to Admin home, but I can't go anywhere else.

HELP
(2012-12-11, 08:48 AM)KimM Wrote: [ -> ]I did as advertised and it worked - in IE. But I cannot for the life of me get it to work with Chrome which was my original login. I fixed everything in settings, using IE, cleared all my history in Chrome and STILL.
I can log in to the Admin Home page and go to the forums but if I try to go to any other admin page it asks for the user name and password again - in an infinite loop.
If I enter an INCORRECT UN/PW it tells me, but if I enter them correctly it says nothing, just continues to display the login dialog.

I can go BACK and it will go back to Admin home, but I can't go anywhere else.

HELP

(2008-12-17, 07:20 PM)MattRogowski Wrote: [ -> ]If you are still having trouble, please tell us your URL. If you still have a problem but only say 'I still have a problem' but give no URL, we cannot help you in any way at all.
Hi,

Would you please check my installation on http://forum.ictlab.org

Thanks