MyBB Community Forums

Full Version: Craktor Online Today Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
Just upgraded to 1.2.8 and now after changing code for index.lang.php as per instructions for this plugin, I get this error on top of index page.

Warning: Cannot modify header information - headers already sent by (output started at /home/aus10239/public_html/MyBB/inc/languages/english/index.lang.php:1) in /home/aus10239/public_html/MyBB/inc/functions.php on line 78
Did you use Notepad to modify the language file? This error usually means that there are blank spaces before the opening <?php tag in index.lang.php. Notepad often seems to add these spaces if that's what you use to open the file with.

To fix the issue, open up index.lang.php in a standard text editor, but not Notepad, and remove any spaces before the <?php tag.
musicalmidget Wrote:Did you use Notepad to modify the language file? This error usually means that there are blank spaces before the opening <?php tag in index.lang.php. Notepad often seems to add these spaces if that's what you use to open the file with.

To fix the issue, open up index.lang.php in a standard text editor, but not Notepad, and remove any spaces before the <?php tag.
thankyou!