|
|
 |
Re: FN-FORUM: Error message - PHP
date posted 25th May 2007 22:30
It means that you've already sent some content data, so it can't send
out any more header data. Look for anything that's printed or echoed,
or an error message which occurs above the session one. Fix that and
the session headers will go away.
On 25 May 2007 21:32:00 -0000, Kathy Lists [EMAIL REMOVED] wrote:
>
> I know nothing about PHP, I'm just trying to edit some content in a PHP
> page.It's on a test site, not the original.
>
> It's now giving this error message:
>
> Warning: session_start() [function.session-start]: Cannot send session
> cache limiter - headers already sent (output started at
> D:\hshome\xxxxxxxxxx.co.uk\includes\header.php:2) in
> D:\hshome\xxxxxxxxxx.a92.vbts.co.uk\includes\header.php on line 3
>
> Can anyone give me any help - where so I start to troubleshoot? I
> haven't changed header.php.
>
> --
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Kathy
> http://www.vendetta.co.uk
> +44(0)7005 982 261
> DNRC Minister for Useful but Irritating Information and Trivia
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
> ------------------------------------------------------------------------------------
> Email the way you want it - scanned for viruses and unwanted content by emailsystems
>
> Find information about this service at www.emailsystems.com
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|