Posted by lawrence k on 05/17/06 07:59
Rik wrote:
> lawrence k wrote:
> > I'm getting this warning:
> >
> > [15-May-2006 18:11:35] PHP Warning: session_start(): Cannot send
> > session cache limiter - headers already sent in
> >
> /home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandS
> tartSession.php
> > on line 14
>
> http://nl2.php.net/manual/en/function.session-start.php
> Note: If you are using cookie-based sessions, you must call session_start()
> before anything is outputted to the browser.
Yes, I know, but the error is pointing to a line that says only this:
session_start();
Is that not insane?
It's saying that headers were already sent in CommandStartSession.php
on line 14, but line 14 simply calls session_start().
I mean, what the hell?
[Back to original message]
|