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?
Headers already sent
Re: Headers already sent
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
EDIT: If you suspect there are more broken files., consider reuploading this module to server
Last edited by Peciura on Fri Apr 09, 2010 8:48 pm, edited 1 time in total.
-
- New Member
- Posts: 3
- Joined: Fri Apr 09, 2010 8:19 pm
Re: Headers already sent
Yeah, it worked. Thanks!