
10/01/2002, 09:27
|
 | | | Fecha de Ingreso: diciembre-2001 Ubicación: Ávila (España)
Mensajes: 539
Antigüedad: 23 años, 2 meses Puntos: 0 | |
alguien tiene instalado el phpBB?? Hola.
Al instalarle me pone dos errores:
<pre>Warning: Cannot add header information - headers already sent by (output started at ../config.php:2) in /auth.php on line 254
</pre>
y
<pre> Warning: Cannot add header information - headers already sent by (output started at ../config.php:2) in /auth.php on line 267
</pre>
estas son las lineas de codigo q fallan:
<pre>setcookie("LastVisit", time(), $expiredate1, $cookiepath, $cookiedomain, $cookiesecure); </pre>
y
<pre>setcookie("LastVisitTemp", $temptime ,$expiredate2, $cookiepath, $cookiedomain, $cookiesecure); </pre>
lo dos errores se producen por cookies??
porq pasa esto??
Byes. |