| Precedente :: Successivo |
| Autore |
Messaggio |
Fabio00 Newbie


Registrato: 07-01-2004 Messaggi: 8
|
Inviato: 15-01-2004 18:37 Oggetto: Aiutatemi |
|
|
aiuto!!!!!!!!!!!!!!!!!!!........ come faccio a risolve questa situazione
Warning: Cannot add header information - headers already sent by (output started at c:\programmi\easyphp\www\nuke\header.php:32) in c:\programmi\easyphp\www\nuke\includes\sessions.php on line 249
Warning: Cannot add header information - headers already sent by (output started at c:\programmi\easyphp\www\nuke\header.php:32) in c:\programmi\easyphp\www\nuke\includes\sessions.php on line 250
Warning: Cannot add header information - headers already sent by (output started at c:\programmi\easyphp\www\nuke\header.php:32) in c:\programmi\easyphp\www\nuke\includes\page_header.php on line 529
Warning: Cannot add header information - headers already sent by (output started at c:\programmi\easyphp\www\nuke\header.php:32) in c:\programmi\easyphp\www\nuke\includes\page_header.php on line 531
Warning: Cannot add header information - headers already sent by (output started at c:\programmi\easyphp\www\nuke\header.php:32) in c:\programmi\easyphp\www\nuke\includes\page_header.php on line 532 |
|
| Torna in cima |
|
 |
piermin senior


Registrato: 18-12-2003 Messaggi: 1298
|
Inviato: 15-01-2004 22:01 Oggetto: |
|
|
Ho visto che sei in locale con windows ed, a suo tempo, a me ha dato lo stesso errore risolto inserendo nel file modules.PHP (sta nella root del programma cioè nella tua .../www/nuke/modules.php) le seguenti righe:
All'inizio del file dopo
<?php
ob_start();
Alla fine del file
ob_end_flush();
?> |
|
| Torna in cima |
|
 |
Fabio00 Newbie


Registrato: 07-01-2004 Messaggi: 8
|
Inviato: 17-01-2004 01:22 Oggetto: grazie |
|
|
grazie sono riuscito a risolvere
ciao
fabio |
|
| Torna in cima |
|
 |
|