Ver Mensaje Individual
  #5 (permalink)  
Antiguo 12/01/2002, 18:29
Avatar de Maycol
Maycol
 
Fecha de Ingreso: diciembre-2001
Ubicación: Ávila (España)
Mensajes: 539
Antigüedad: 22 años, 4 meses
Puntos: 0
Re: el mejor foro en php.

estos son los errores:
Warning: Cannot add header information - headers already sent by (output started at ../config.php:2) in /auth.php on line 254

y

Warning: Cannot add header information - headers already sent by (output started at ../config.php:2) in /auth.php on line 267

estas son las lineas de codigo q fallan:


setcookie("LastVisit", time(), $expiredate1, $cookiepath, $cookiedomain, $cookiesecure);

y

setcookie("LastVisitTemp", $temptime ,$expiredate2, $cookiepath, $cookiedomain, $cookiesecure);

haber si me podeis ayudar.

Byes.