Warning: Cannot modify header information - 6.0.0004
I just hosted by site on hostforweb once again after running into a problem. I now have the following error on top of the home page and the page is not centered either.
Warning: Cannot modify header information - headers already sent by (output started at /home/ethiomys/public_html/inc/menu.inc.php:1) in
/home/ethiomys/public_html/inc/design.inc.php on line
667Can someone help pls.
Thx,
Zak
I had the same problem.
Make sure that menu.inc.php and design.inc.php have been saved in ansi and not in utf8
Here is the solution.
Open /inc/design.inc.php and comment this line (approx line 667):
header('Content-type: text/html; charset=utf-8');
like this:
// header('Content-type: text/html; charset=utf-8');
Dotnet.
Lalakis...I didn't try your solution but I thank you for your help too.
You are welcome!
@somu1
Yep. you can find the line by searching into your design.inc.php as suggested by zak2008.
Cheers to yall.