Ver Mensaje Individual
  #10 (permalink)  
Antiguo 12/03/2010, 15:15
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 5 meses
Puntos: 2135
Respuesta: Me voy a matar! dios! =( odio los headers!!

Si te fijas el mismo error te lo dice:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\banco\es\invertir.php:66) in C:\AppServ\www\banco\es\invertir.php on line 67

Te dice que tu salida empezo en invertir.php en la linea 66, revisa que tienes en esa linea y quita la salida de texto.

Saludos.