Je suis en train de faire la maquette d’un site multilingue (une seule arborescence et des articles en plusieurs langues) et j’ai un problème après la création du fichier ecrire/mes_options.php3 qui contient :
<?php
$forcer_lang=true;
?>
Lorsque je recalcule ma page d’accueil j’ai des erreurs :
Warning: Cannot modify header information - headers already sent by (output started at /data/www/a/r/-drd.org/html/ecrire/mes_options.php3:4) in /data/www/a/r/-drd.org/html/ecrire/inc_version.php3 on line 865
Warning: Cannot modify header information - headers already sent by (output started at /data/www/a/r/-drd.org/html/ecrire/mes_options.php3:4) in /data/www/a/r/-drd.org/html/ecrire/inc_version.php3 on line 467
Vérifie que tu n'as pas un espace avant ou apres les lignes de code.
C'est un classique
BoOz
martine chevalier a écrit :
Bonjour,
Je suis en train de faire la maquette d'un site multilingue (une seule arborescence et des articles en plusieurs langues) et j'ai un problème après la création du fichier ecrire/mes_options.php3 qui contient :
<?php
$forcer_lang=true;
?>
Lorsque je recalcule ma page d'accueil j'ai des erreurs :
*Warning*: Cannot modify header information - headers already sent by (output started at /data/www/a/r/-drd.org/html/ecrire/mes_options.php3:4) in */data/www/a/r/-drd.org/html/ecrire/inc_version.php3* on line *865
*
*Warning*: Cannot modify header information - headers already sent by (output started at /data/www/a/r/-drd.org/html/ecrire/mes_options.php3:4) in */data/www/a/r/-drd.org/html/ecrire/inc_version.php3* on line *467
*