[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [RAQ4] PHP_AUTH_USER



"Jake Smith" <jake@xxxxxxxxxx> wrote:
> These are the errors that come up:
> Warning: Cannot add header information - headers already sent by (output
> started at /home/sites/site3/web/test.php:1) in
> /home/sites/site3/web/test.php on line 1

This error implies that there is output being generated prior to the
headers().  Make sure you don't have any output generated before the
headers, including blank spaces and other whitespace.  This is a PHP problem
you're experiencing - it's not Cobalt specific in any way.  If you continue
to have problems I recommend posting to the PHP list.  Subscription info.
can be found at http://www.php.net/.

Steven Werby (steven-lists@xxxxxxxxxxxx)