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.