Status: offline

donm1021

Forum User
Chatty
Registered: 12/31/05
Posts: 56
Hello,

I changed the email address in the config.php file and now I am getting the following error:

Text Formatted Code
Warning: Cannot modify header information - headers already sent by (output started at /home/gowests/config.php:1737) in /home/gowests/public_html/lib-common.php on line 811


There is no line 1737 in the config.php file? Where should I look for whitespace?

Thanks in advance for your help!


Status: offline

justrage

Forum User
Newbie
Registered: 06/23/07
Posts: 10
Sounds like there is a space at the beginning or the end of your file. This error happens mostly when you edit your php file in an editor that adds characters to it once you save it.

Look in: headers already sent by (output started at /home/gowests/config.php:1737

And make sure there is no extra spaces at the beginning or end of your <php or ?> tags.