Yep, that's it. I thought I had this as it was working at one time, but
obviously some spaces got added.

Thanks.

-----Original Message-----
From: Curt Zirzow [mailto:[EMAIL PROTECTED] 
Sent: September 3, 2003 11:13 AM
To: PHP
Subject: Re: [PHP] Ob_start question


* Thus wrote Beauford.2005 ([EMAIL PROTECTED]):
> I am getting this error:
> 
> Warning: session_start() [function.session-start]: Cannot send session

> cache limiter - headers already sent (output started at
> /usr/local/apache/php/includes/2004server.inc:24) in 
> /usr/local/apache/php/includes/restricted.inc on line 5

As the error says it has to do with line 24 of 2004server.inc.  and most
likely looks like this:

?>

EOF

or

?> EOF


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to