MyBB Community Forums

Full Version: Users can't login to my forum!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everyone, my users can't login to my forum. Here is my settings:

- EasyPHP 5.3.6.0
- MyBB 1.6
- My httpd.conf file is configured to Listen on port 80.
- I use http://www.no-ip.com/ to get url name instead of ip.

Adminpanel, configuration, General Configuration settings:

Board URL : http://MYDOMAIN.no-ip.org/forum
Cookie Domain : .MYDOMAIN.no-ip.org (I also tried 127.0.0.1 and my external ip)
Cookie Path : /forum/

I can see the forum but I can't login! Each time it bring me back to main page but no login-in. I know it concerns my cookies but I don't know what to do. I tried so many things without success, now I need help!

-------EDIT------------

Sorry about that, I found it. I had to edit the setting.php.

Thanks! Smile
Make sure you also make same changes in ACP > Settings. Otherwise it will overwrite your settings when you save your settings in ACP the next time.

Btw, if the settings aren't being saved to settings.php automatically, you need to check if the settings.php file is writable (mode=666).