lol oki je vais l'installer tout de même, je pense qu'il sera utile dans tous les cas. merci à théonaute pour la traduction et à toi pour la réponse

à bientôt
edit : tellement facile que peut-être un peu trop
voici ce que j'ai quand j'entre dans le panneau d'admin après avoir hébergé les fichiers :
- Code: Tout sélectionner
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /language/fr/mods/info_acp_version_check.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /language/fr/mods/info_acp_version_check.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/fr/mods/info_acp_version_check.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/fr/mods/info_acp_version_check.php:1)
- avec firefox, impossible de faire quoi que ce soit : il n'y a que le message d'erreur, le logo phpbb et les 2 raccourcis (index admin et index forum),
- avec IE, le panneau s'affiche avec le même message d'erreur mais il est complet et j'ai pu terminer l'installation du mod.
cache vidé (avec IE), le problème persiste.
dans la notice d'installation, on ne parle pas de modifier le fichier /adm/index.php dont voici les lignes 148 à 155 :
- Code: Tout sélectionner
// 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');
return;
j'ai contrôlé mon chmod, il est bon