Questo è l'errore che ti viene dato:

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /web/htdocs/www.sonicdream.it/home/style.htm:156) in /web/htdocs/www.sonicdream.it/home/video/script.php on line 60
L'errore dice che la funzione non può essere usata perchè un output è stato già inviato al browser.

Per output si intende qualunque tipo di carattere (anche spazio) inviato in qualunque modo (con php, in html, oltro).

L'errore inoltre, ti dice anche chi ha inviato già un output. In questo caso è style.htm che viene incluso nela linea 60 di script.php.

Rivedi lo script. Ciao!