Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/03/2004, 09:33
Avatar de DINASEN
DINASEN
 
Fecha de Ingreso: marzo-2003
Mensajes: 997
Antigüedad: 21 años, 1 mes
Puntos: 1
autentificador de cluster

hola uso el autentificador de cluster en una web, nuca me dio problemas pero ahora he cambiado de hosting y cuando creo algun dato nuevo o edito algo como admin me da el siguiente error :
Código PHP:
WarningCannot modify header information headers already sent by (output started at /home/antonio/public_html/tienda/rest/ase_verifica.inc.php:217in /home/antonio/public_html/tienda/index.php on line 10 
aunque los cambios se guardas me sale la pantalla con esto

y en la index me muestra el siguiente error :
Código PHP:
WarningCannot modify header information headers already sent by (output started at /home/antonio/public_html/tienda/rest/ase_verifica.inc.php:217in /home/antonio/public_html/tienda/index.php on line 4

Warning
Cannot modify header information headers already sent by (output started at /home/antonio/public_html/tienda/rest/ase_verifica.inc.php:217in /home/antonio/public_html/tienda/index.php on line 5

Warning
Cannot modify header information headers already sent by (output started at /home/antonio/public_html/tienda/rest/ase_verifica.inc.php:217in /home/antonio/public_html/tienda/index.php on line 6

Warning
Cannot modify header information headers already sent by (output started at /home/antonio/public_html/tienda/rest/ase_verifica.inc.php:217in /home/antonio/public_html/tienda/index.php on line 7 
en esas lineas loque hay es lo siguiente:
Código PHP:
  // No almacenar en el cache del navegador esta página.
        
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");                     // Expira en fecha pasada
        
header("Last-Modified: " gmdate("D, d M Y H:i:s") . " GMT");        // Siempre página modificada
        
header("Cache-Control: no-cache, must-revalidate");                   // HTTP/1.1
        
header("Pragma: no-cache");                                      // HTTP/1.0 
se me olvibada en la linea 217 del ase_verifica.inc.php no hay nada

a ver si me podeis ayudarque ando como loco con esto

Gracias de antemano

Un Saludo

Última edición por DINASEN; 23/03/2004 a las 09:35