You are here:  » Do you know why I get this error?

Support Forum



Do you know why I get this error?

Submitted by clare on Tue, 2007-05-22 11:12 in

on the page

 http://www.findallsorts.com/shopUK/c/auto-parts/

I cant see why, I am a bit stuck

Thanks
Clare

Submitted by support on Thu, 2007-05-24 12:21

Hi Clare,

That's happening because some white space (space, tab, carriage returns etc.) has crept into your config.php file. Because of this, PHP starts sending output to the browser which means that the character set header cannot be sent later on in the script.

To fix this, simply open config.php into your text editor and make sure that there is nothing outside of the PHP tags within the file. That should do the trick!

Cheers,
David.

Submitted by clare on Thu, 2007-05-24 16:32

Thankyou!