Instale un script php en mi servidor pero me sale el siguiente error :
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/tuhostel/public_html/core/core/Exceptions.php:170)
Filename: libraries/Session.php
Line Number: 671
el codigo en la linea 671 es( el de color rojo) :
// Set the cookie
setcookie(
$this->sess_cookie_name,
$cookie_data,
$expire,
$this->cookie_path,
$this->cookie_domain,
$this->cookie_secure
);
}
cual puede ser el problema, desde ya muchas gracias....