Date: 07/15/01
- Next message: Andrew Brampton: "Re: [PHP]OT I know, but WTF..."
- Previous message: Inércia Sensorial: "[PHP] Re: Confusion abounds here"
- In reply to: Tom Malone: "[PHP] Confusion abounds here"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
PHP sends them automatically, at the first output you do.
But that's irrelevant. What I think you did, is you replacing something
created an output (could be some character or even a blank spaced or a
newline before <?) in file logs.php
just make sure that file starts from <? at the very top-left. (and of course
no echo's before you do session_start())
Sincerely,
Maxim Maletsky
Founder, Chief Developer
PHPBeginner.com (Where PHP Begins)
maxim <email protected>
www.phpbeginner.com
-----Original Message-----
From: Tom Malone [mailto:tom <email protected>]
Sent: Monday, July 16, 2001 1:54 AM
To: PHP Users
Subject: [PHP] Confusion abounds here
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>-- 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: Andrew Brampton: "Re: [PHP]OT I know, but WTF..."
- Previous message: Inércia Sensorial: "[PHP] Re: Confusion abounds here"
- In reply to: Tom Malone: "[PHP] Confusion abounds here"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

