[Warning] Cannot modify header information - headers already sent by (output started at /home/piotr/fef.pl/htdocs/protected/pages/start.php:39) (@line 357 in file /home/piotr/fef.pl/htdocs/libs/prado/Web/THttpResponse.php).
/home/piotr/fef.pl/htdocs/libs/prado/Web/THttpResponse.php (357)
0346: ob_clean();
0347: Prado::trace("Clearing output",'System.Web.THttpResponse');
0348: }
0349:
0350: /**
0351: * Sends a header.
0352: * @param string header
0353: */
0354: public function appendHeader($value)
0355: {
0356: Prado::trace("Sending header '$value'",'System.Web.THttpResponse');
0357: header($value);
0358: }
0359:
0360: /**
0361: * Writes a log message into error log.
0362: * This method is simple wrapper of PHP function error_log.
0363: * @param string The error message that should be logged
0364: * @param integer where the error should go
0365: * @param string The destination. Its meaning depends on the message parameter as described above
0366: * @param string The extra headers. It's used when the message parameter is set to 1. This message type uses the same internal function as mail() does.
0367: * @see http://us2.php.net/manual/en/function.error-log.php
0368: */
0369: public function appendLog($message,$messageType=0,$destination='',$extraHeaders='')
#0 [internal function]: PradoBase::phpErrorHandler(2, 'Cannot modify h...', '/home/piotr/fef...', 357, Array)
#1 /home/piotr/fef.pl/htdocs/libs/prado/Web/THttpResponse.php(357): header('Content-Type: t...')
#2 /home/piotr/fef.pl/htdocs/libs/prado/Web/THttpResponse.php(322): THttpResponse->appendHeader('Content-Type: t...')
#3 /home/piotr/fef.pl/htdocs/libs/prado/Web/THttpResponse.php(306): THttpResponse->sendContentTypeHeader()
#4 /home/piotr/fef.pl/htdocs/libs/prado/TApplication.php(1024): THttpResponse->flush()
#5 /home/piotr/fef.pl/htdocs/libs/prado/TApplication.php(346): TApplication->flushOutput()
#6 /home/piotr/fef.pl/htdocs/index.php(38): TApplication->run()
#7 {main}