Re: [Phplib-users] struck
Brought to you by:
nhruby,
richardarcher
|
From: Lazaro F. <la...@mo...> - 2002-03-25 12:49:31
|
Hi The HTTP protocol enforces that not page output can be done before sending the http page header So in this case, there is any undesired ouput at the lines of code mentioned below, In my experience, this is caused by trailing chars (can be only empty lines) after your php ending line "?>", remove any character visible or not after the "?>" at your local.inc file Also can be an "echo" command or any other statement that causes php, printing to the browser before sending the HTTP page header Hope this help Lazaro ----- Original Message ----- From: nagendra prasad <tn_...@re...> To: <php...@li...> Sent: Monday, March 25, 2002 12:33 PM Subject: [Phplib-users] struck > hi all, > i am trying toi install phplib in my linux box, > when i try to run thge index.php3 or showoff.php3 page > i'm getting the following errors. > > > Warning: Cannot add header information - headers > already sent by (output started at > /var/www/html/php/php/local.inc:306) in > /var/www/html/php/php/session.inc on line 392 > > Warning: Cannot add header information - headers > already sent by (output started at > /var/www/html/php/php/local.inc:306) in > /var/www/html/php/php/session.inc on line 117 > > Warning: Cannot add header information - headers > already sent by (output started at > /var/www/html/php/php/local.inc:306) in > /var/www/html/php/php/session.inc on line 404 > > i'm not getting how to clear this .plz help me,i'm > newbie > prasad > > > > _______________________________________________ > Phplib-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phplib-users > > |