MyBB Community Forums

Full Version: Errors on my board
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I upgraded to mybb 1.2.12

I got this few errors:
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/community/inc/languages/english/global.lang.php:1) in /home/xxx/public_html/community/showthread.php on line 126

Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/community/inc/languages/english/global.lang.php:1) in /home/xxx/public_html/community/inc/functions.php on line 1216
Ok...I realised whats the problem, I added 2 lines into the (global.lang.php)language files, and the error appears. If I remove the 2 lines, the error is gone.

In fact I added only 1 line and changed one of them.
$l['by'] = "By";
$l['in'] = "In";

Anyone tell me whats happening?
If you used Notepad to edit anything, don't.

Otherwise, you added some extra blank lines or spaces somewhere...