Voici l'erreur que j'ai après avoir installé le mod.
- Code: Tout sélectionner
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1006: Cannot modify header information - headers already sent by (output started at /language/fr/mods/arcade.php:2)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1006: Cannot modify header information - headers already sent by (output started at /language/fr/mods/arcade.php:2)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1006: Cannot modify header information - headers already sent by (output started at /language/fr/mods/arcade.php:2)
Voici la ligne 1006 de mon session.php
- Code: Tout sélectionner
header('Set-Cookie: ' . $name_data . (($cookietime) ? '; expires=' . $expire : '') . '; path=' . $config['cookie_path'] . $domain . ((!$config['cookie_secure']) ? '' : '; secure') . '; HttpOnly', false);
D'avance merci de votre aide.
- Titre édité par Morgyanne -
Titre d'origine : probleme mod phpbb arcade RC9



