MyBB Community Forums

Full Version: Header error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I've many times tried to integrate my old sql file(400 users, over 10k discussions), into mybb 1.6.7.

And everytime I change the 'CookieDomain' into the host it should be, I get this error:

Warning [2] Cannot modify header information - headers already sent by (output started at /home/rodilzm8/domains/xxx/public_html/nathan/inc/settings.php:1) - Line: 1688 - File: inc/functions.php PHP 5.2.17 (Linux)

Users can't login / logout

I have truncated the session table, but that has no effect. Deleting my cookies even not

Someone know how to fix this?

Thanks
You've some space either before or after the end of that file's code: ./inc/settings.php
I've removed all lines that contains spaces, still error
Can you please attach ./inc/settings.php file here ?
Fixed. I had to delete my settings file. But Mybb does not generate a new one?