You are here:  » header.php


header.php

Submitted by searley on Tue, 2006-03-28 08:45 in

with this in the header.php

header("Content-Type: text/html;charset=".$config_charset);

i get the following error

Warning: Cannot modify header information - headers already sent by (output started at /home/shopping/public_html/config.php:33) in /home/shopping/public_html/html/header.php on line 4

Submitted by support on Tue, 2006-03-28 08:46

That would indicate that some white space has been appended to the end of config.php. I'll check the disitribution - in the mean time; if you open config.php into a text editor and make sure that there is no carriage return after the closing ?> you should be ok....

Submitted by searley on Tue, 2006-03-28 08:52

There was about 6 lines