nell'host vecchio nessun problema.
Nel nuovo host News informatiche e assistenza computer se tento di visitare una pagina personalizzata come il regolamento o i servizi sull'indice, da i seguenti errori:
Codice: Seleziona tutto
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4772: Cannot modify header information - headers already sent by (output started at [ROOT]/regolamento.php:1) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4774: Cannot modify header information - headers already sent by (output started at [ROOT]/regolamento.php:1) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4775: Cannot modify header information - headers already sent by (output started at [ROOT]/regolamento.php:1) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4776: Cannot modify header information - headers already sent by (output started at [ROOT]/regolamento.php:1)
Regolamento WORCOM
Nel PCA ho modificato indirizzo del link con quello dell' host attuale.
Sembra che la cosa si verifichi con alcune pagine personalizzate tra i servizi e con il regolamento nell'indice ma non con alcune.
Le righe del include/functions.php in questione:
Codice: Seleziona tutto
// application/xhtml+xml not used because of IE
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');Grazie!


