Author Topic: Warning : Cannot add header information - headers already  (Read 1804 times)

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Warning : Cannot add header information - headers already
« on: May 02, 2004, 04:15:39 pm »
Warning :  Cannot add header information - headers already sent by (output started at /your/site/www/mail/config.php:113) in /your/site/www/mail/signup.php on line 53

If you are receiving the message above, here is the solution.

Some (FTP) clients automatically send .php files as Binary as opposed to ASCII which can alter formatting.

What you need to do is remove all extra characters from the end of your config.php file after the closing PHP tag:

?>

The characters will likely be "invisible" spaces or line breaks. Simply hit delete a few times with the cursor after the last bracket, save the file, and re-upload it.
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

djackson

  • Posts: 3
    • View Profile
Warning : Cannot add header information - headers already
« Reply #1 on: July 11, 2005, 03:36:13 pm »
yes, this was it. too many extra spaces in the config.php file

Thanks!