MyBB Community Forums

Full Version: Internal mybb error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Um, I want another domain name, because my forum new one changed roleplay game.
My forum turkish language. I'm from Turkey.
I guess translation for my issue. Please help.

Error Type:
Warning (2)

Error Message:
Cannot modify header information - headers already sent by (output started at .../public_html/mireyedek/inc/config.php:1)

Status:
File: inc/functions.php
Line: 1938

Code:

1935.
1936. $mybb->cookies[$name] = $value;
1937.
1938. header($cookie, false);
1939. }
1940.
1941. /**

Feedback Report:

/inc/class_error.php 208 errorHandler->output_error
[PHP] errorHandler->error
/inc/functions.php 1938 header
/inc/class_session.php 357 my_setcookie
/inc/class_session.php 94 session->load_guest
/global.php 54 session->init
/index.php 18 require_once
open config.php file in an advanced editor like notepad++
ensure that there are no blank lines & no unknown characters at the beginning of the file
file should begin with <?php
save the file in utf-8 encoding without Byte Order Mark

more details : Byte Order Mark
Yep edit your config file and save it as .m. said due i have seen with special chars before the same error due that reason. Changing the file all goes as usual.