17/07/2012, 07:50
|
| | Fecha de Ingreso: enero-2009
Mensajes: 97
Antigüedad: 15 años, 10 meses Puntos: 0 | |
Me podrian ayudar por favor? 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.... |