Elxis CMS Forum
Support => General => Topic started by: forgetms on November 12, 2010, 10:52:30
-
Hi!
version 2009.2.
My home page shows this error:
URI: index.php
Path: /includes/Core/elxis.php
Line: 490
Cannot modify header information - headers already sent by (output started at /var/www/yorkipr/language/chinese_traditional/chinese_traditional.php:1)
Helps will be much appreciated!
Regards,
CN
-
1. Check that you have upload all the files with correct CHMOD
2. Check your installation with the Updiag
3. Check your folder CHMOD
4. Have made any changes to language files ? (Must be saved WITH UTF8 OUT BOM)
-
I believe there are BOM characters in chinese_traditional.php file
Re-save the file as UTF-8 without BOM
-
I believe there are BOM characters in chinese_traditional.php file
Re-save the file as UTF-8 without BOM
Right! This error appears to have been gone after command
:setlocal noboms
is submitted to VIM. Thank you very much!
Regards,
CN