MyBB Community Forums

Full Version: Headers already sent warnings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello friends!

Please look at my forum

http://forum.capsool.ir

Do you see the errors?

How can I fix it?
open ./inc/config.php file in a code editor like notepad++
ensure that there are no spaces or characters before <?php and after ?>
save the file as utf-8 file without BOM
It was ok.
Are you using any plugins? If so, please list them.

If you are not, the next step is to use the file verification tool. ACP->Tools->File Verification. Ignore any images and anything in the /install directory.
Just hello plugin.

Its a sreen shot of my forum

http://uploadax.com/images/93199602935248383815.png

I cant do any thing there...
(2014-10-17, 06:19 PM)capsool Wrote: [ -> ]It was ok.

What was ok? Show the file here (with erased sensitive data, of course).
(2014-10-18, 01:17 PM)Destroy666 Wrote: [ -> ]
(2014-10-17, 06:19 PM)capsool Wrote: [ -> ]It was ok.

What was ok? Show the file here (with erased sensitive data, of course).

It was Ok because I dont see any problem in codes and It was in UTF-8 whit out bom encoding.

http://s5.picofile.com/file/8146590350/config.php.html
It's not ok.. There are multiple whitespaces before <?php and after ?>, remove them.