Date: 07/15/01
- Next message: Maxim Maletsky: "RE: [PHP] Confusion abounds here"
- Previous message: Clayton Dukes: "[PHP] Wget and PHP"
- In reply to: Tom Malone: "[PHP] Confusion abounds here"
- Next in thread: Tom Malone: "[PHP] Re: Confusion abounds here"
- Maybe reply: Tom Malone: "[PHP] Re: Confusion abounds here"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Spaces or new lines can give this problem also. For example (left numbers
are lines):
1.
2.<?php
3.session_start();
4.?>
Might give errors because of the first line (wich is empty). Check if the
file logs.php doesn't have this problem.
--Julio Nobrega.
Because happiness is a warm gun Bang-bang shoot-shoot
"Tom Malone" <tom <email protected>> wrote in message news:JPEOKCOKMOJMOOOEPBHJAENGDOAA.tom <email protected> > I just renamed a directory on my webserver (apache) and then did a > search&replace in my text editor to update all my files then uploaded them. > Now I am getting the following error on a page I am using to display all the > rows in a database that contains session data: > > Warning: Cannot send session cache limiter - headers already sent (output > started at /home/tgmalone/public_html/admin/logs.php:1) in > /home/tgmalone/public_html/admin/logs.php on line 1 > > but I'm not trying to send any headers! (or am I?) > > Confused! > Tom Malone >
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Maxim Maletsky: "RE: [PHP] Confusion abounds here"
- Previous message: Clayton Dukes: "[PHP] Wget and PHP"
- In reply to: Tom Malone: "[PHP] Confusion abounds here"
- Next in thread: Tom Malone: "[PHP] Re: Confusion abounds here"
- Maybe reply: Tom Malone: "[PHP] Re: Confusion abounds here"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

