Re: [PHP] Cannot add header information - headers already sent

2003-08-14 Thread Marek Kilimajer
to proper page using an header(location:) call. I suspect this step gives the "header already sent". Any help appreciated! Fré -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: dinsdag 12 augustus 2003 12:15 To: frederik feys Cc: [EMAIL PROTECT

Re: [PHP] Cannot add header information - headers already sent

2003-08-14 Thread Justin French
on:) call. I suspect this step gives the "header already sent". -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: dinsdag 12 augustus 2003 12:15 To: frederik feys Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Cannot add header information - headers already sent outp

RE: [PHP] Cannot add header information - headers already sent

2003-08-14 Thread frederik feys
I suspect this step gives the "header already sent". Any help appreciated! Fré -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: dinsdag 12 augustus 2003 12:15 To: frederik feys Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Cannot add header information

Re: [PHP] Cannot add header information - headers already sent

2003-08-14 Thread Marek Kilimajer
output started at /usr/local/www/vhosts/aurelis.org/htdocs/header_aurelis.php:95 says it all. Look into the file at line 95. frederik feys wrote: Hi all, I’m stuck with this one: I have an checkout procedure: when people come to the overview page(step 2), they get: Warning: Cannot add header

RE: [PHP] Cannot add header information - headers already sent

2003-08-14 Thread frederik feys
ag 12 augustus 2003 11:03 To: frederik feys Subject: Re: [PHP] Cannot add header information - headers already sent Hi, the problem is your empty first line: HTML header will be send if you call a function that send code to client browser (ex echo or print function) or if you have a empty line betwee

Re: [PHP] Cannot add header information

2003-02-19 Thread G
no i tried that :( i think it somthing with my apache server -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Cannot add header information

2003-02-19 Thread Chris Shiflett
--- Chris Hayes <[EMAIL PROTECTED]> wrote: > At 15:33 19/02/03, you wrote: > >I have a script which adds header information to a different page, on my > >server I get a Cannot add header information - headers already sent by. > >But on other servers it works fine, does any1 know why?? > > Are yo

Re: [PHP] Cannot add header information

2003-02-19 Thread Chris Hayes
At 15:33 19/02/03, you wrote: I have a script which adds header information to a different page, on my server I get a Cannot add header information - headers already sent by. But on other servers it works fine, does any1 know why?? Are you sure you did not edit a file? Take care that there is

RE: [PHP] Cannot add header information

2002-05-01 Thread Ford, Mike [LSS]
> -Original Message- > From: Bo Pritchard [mailto:[EMAIL PROTECTED]] > Sent: 01 May 2002 14:29 > > Warning: Cannot add header information - headers already sent > by (output > started at /home/omnidevi/omnidevices-www/s-cart/form.phtml:5) in > /home/omnidevi/omnidevices-www/s-cart/shop-h

Re: [PHP] Cannot add header information

2002-04-29 Thread David Freeman
On 29 Apr 2002 at 13:02, Bo Pritchard wrote: G'day Bo > I know without the accompanying code there's no way to help me...But without > having to get real specific what does the following message tell me is > wrong? > Warning: Cannot add header information - headers already sent by (output > sta

Re: [PHP] Cannot add header information

2002-04-29 Thread Steve Cayford
On Monday, April 29, 2002, at 12:02 PM, Bo Pritchard wrote: > I know without the accompanying code there's no way to help me...But > without > having to get real specific what does the following message tell me is > wrong? > > Thanks > > Warning: Cannot add header information - headers already

RE: [PHP] Cannot add header information

2002-04-29 Thread Cal Evans
It means that something has already output to the outbuffer in unbuffered mode. Therefore, whatever header operation you are trying to do (start a session? redirect?) cannot be done. IMHO, the biggest culprit of this is blank lines in your include files. =C= * * Cal Evans * Journeyman Programme

Re: [PHP] Cannot add header information... SOLUTION

2001-11-22 Thread Per Waagen
Thank you Jon & folks, now its OK! ;) Per > You've already sent something to the browser... the line that starts with > ... > > Move that below the authentication code and all should be well. > > HTH > Jon > > > -Original Message- > From: Per Waagen [mailto:[EMAIL PROTECTED]] > Sent: 22

Re: [PHP] Cannot add header information...

2001-11-22 Thread Daniel Roperto - Ação Direta
orth" <[EMAIL PROTECTED]> To: "'Per Waagen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, November 22, 2001 8:26 AM Subject: RE: [PHP] Cannot add header information... > You've already sent something to the browser... the line tha

RE: [PHP] Cannot add header information...

2001-11-22 Thread Jon Haworth
You've already sent something to the browser... the line that starts with ... Move that below the authentication code and all should be well. HTH Jon -Original Message- From: Per Waagen [mailto:[EMAIL PROTECTED]] Sent: 22 November 2001 10:20 To: [EMAIL PROTECTED] Subject: [PHP] Cannot

Re: [PHP] Cannot add header information...

2001-11-22 Thread George Pitcher
Per, Its a hard rule but you cannot sent any HTML content before the header. Try reversing the order and see if that works. George (a newbie, trying to find time to learn more) - Original Message - From: "Per Waagen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 22

Re: [PHP] Cannot add header information - headers already sent by

2001-09-22 Thread Alexander Skwar
So sprach »Tom Nickels« am 2001-09-22 um 12:01:23 +0200 : > Warning: Cannot add header information - headers already sent by (output > started at lang/dt/variables.php:321) in vote_submit.php on line > 34 > > Line 34 of vote_submit.php is: > > header("Location: ".$source."?status=9&e

RE: [PHP] Cannot add header information - headers already sent by

2001-09-22 Thread Niklas Lampen
Output has started at variables.php on line 321. Niklas -Original Message- From: Tom Nickels [mailto:[EMAIL PROTECTED]] Sent: 22. syyskuuta 2001 13:20 To: [EMAIL PROTECTED] Subject: [PHP] Cannot add header information - headers already sent by Hi everybody! I installed php 4.06 on W