* 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

Reply via email to