Page 1 of 1

Headers already sent

Posted: Fri Apr 09, 2010 8:26 pm
by FictionArts
Hey guys,

Im using CMS Made Simple v. 1.6.6 with php >5 on Apache.

I get this error message for each time a header property is updated. 6 Times.


Warning: Cannot modify header information - headers already sent by (output started at /home/taikite/public_html/beauty-products/modules/FileManager/lang/en_US.php:188) in /home/taikite/public_html/beauty-products/lib/classes/class.admintheme.inc.php on line 171

Any suggestions?

Re: Headers already sent

Posted: Fri Apr 09, 2010 8:46 pm
by Peciura
Check if file "/modules/FileManager/lang/en_US.php" does not have any spaces or tabs  after "?>" at the end of file. Delete them if any.

EDIT: If you suspect there are more broken files., consider reuploading this module to server

Re: Headers already sent

Posted: Mon Apr 12, 2010 1:34 pm
by FictionArts
Yeah, it worked. Thanks!