Siemka

. Zakupiłem nowy VPS, i przeniosłem wszystkie pliki z poprzedniego serwera. Jednak na podstronie, gdzie wykorzystuje sesje pojawiają mi się błędy...
Kod PHP:
<?php
$czas_start = date("H:i:s"); $_SESSION['pocz'] = $czas_start;
$_SESSION['sesja'] = '1';
?>
Błędy:
Warning
: session_start() [function.session
-start
]: Cannot send session cookie
- headers already sent by
(output started at
/home
/ogor
/index
.php
:1
) in
/home
/ogor
/index
.php on line 2
Warning
: session_start() [function.session
-start
]: Cannot send session cache limiter
- headers already sent
(output started at
/home
/ogor
/index
.php
:1) in
/home
/ogor
/index
.php on line
2