MyBB Community Forums

Full Version: I can't get log in on the forum AGAIN :( Need help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Experts,

I posted this thread a while ago http://community.mybb.com/thread-130590.html - Now my forum is experiencing this same problem again.

When I checked inc/settings.php file I found this code:
$settings['cookiedomain'] = "http://www.vrlegends.com";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "asdasdasd";

I remember, I changed it to:
$settings['cookiedomain'] = ".vrlegends.com";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";

Now when I again update settings.php it shows me the attached error.

Please help me how can I remove these errors and make it perfect. My forum members can't login to the website properly #needhelp
You edited the file and now have a trailing or starting space.

Before the

<?php

make sure you have no space at all. Also in the end of the file just remove the ending php.

?>

It's not required or necessary. If you edited functions.php you likely have same issue. Careful if you edit locally in windows.