MyBB Community Forums
Problems with login - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: Security Management and Support (https://community.mybb.com/forum-179.html)
+--- Thread: Problems with login (/thread-241869.html)



Problems with login - Sarah85 - 2024-09-25

HiĀ 
Problem, I restore my forum and database.
Usually all ok and I can login .
But this time I can't login in forum and of course not in admin cp. Also no new registration possible???
All permission 777 and 666 are set right .
What could it be , what setting to allow me to login and / or Register new user !

Regards to all

Problem solved
If someone has the same problem, here one solution
I removed the slash / from the URL

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

RIGHT
$settings['cookiedomain'] = ".example.com";