Hace un rato quise cambiar el ¿Quien está conectado? de acuerdo a lo explicado en este tema: http://www.phpbb-es.com/foro/soporte-ph ... ml#p171559
Sin embargo, al editar el archivo common.php desde el FileZilla y volver al foro, me encontré con los siguientes códigos:
Código: Seleccionar todo
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4538: Cannot modify header information - headers already sent by (output started at /language/es_x_tu/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4540: Cannot modify header information - headers already sent by (output started at /language/es_x_tu/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4541: Cannot modify header information - headers already sent by (output started at /language/es_x_tu/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4542: Cannot modify header information - headers already sent by (output started at /language/es_x_tu/common.php:1)
¿Cómo puedo solucionarlo? Muchísimas gracias de antemano