Elxis CMS Forum

Support => General => Topic started by: forgetms on November 12, 2010, 10:52:30

Title: PHP warning on home page
Post by: forgetms on November 12, 2010, 10:52:30
Hi!

version 2009.2.

My home page shows this error:
Code: [Select]
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
Title: Re: PHP warning on home page
Post by: CREATIVE Options on November 12, 2010, 11:49:39
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)
Title: Re: PHP warning on home page
Post by: datahell on November 12, 2010, 13:31:22
I believe there are BOM characters in chinese_traditional.php file
Re-save the file as UTF-8 without BOM
Title: Re: PHP warning on home page
Post by: forgetms on November 16, 2010, 03:59:56
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

Code: [Select]
:setlocal noboms
is submitted to VIM. Thank you very much!

Regards,
CN