[phpBB Debug] PHP Notice: in file /includes/functions.php ...
Publicado: 23 Dic 2010, 21:08
Esta tarde instalé el AutoMOD (aunque me salía un mensaje de que actualizara el UMIL. Puse los archivos en la carpeta principal del foro pero seguía saliendo) y subí los mods de subir imágenes al tinypic y el mchat. Instalé el primero e hice los pasos para traducirlo. Cuando voy a ver cómo ha quedado veo que en la parte superior del foro, encima de la cabecera, aparece lo siguiente:
Dejo lo que hay en functions.php, por si sirviera de algo.
La cosa es que todo esto sale con las cuentas de todos los usuarios excepto la del admin.
Y abajo de enviar mensaje también sale mal:
Así lo ve un usuario
Así lo ve el admin
Al final desinstalé y borré las carpetas de los mods pero sigue igual. Solo tengo el AutoMOD.
Código: Seleccionar todo
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4506: Cannot modify header information - headers already sent by (output started at /language/es/posting.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4508: Cannot modify header information - headers already sent by (output started at /language/es/posting.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4509: Cannot modify header information - headers already sent by (output started at /language/es/posting.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4510: Cannot modify header information - headers already sent by (output started at /language/es/posting.php:1)
Código: Seleccionar todo
4504 // application/xhtml+xml not used because of IE
4505 header('Content-type: text/html; charset=UTF-8');
4506
4507 header('Cache-Control: private, no-cache="set-cookie"');
4508 header('Expires: 0');
4509 header('Pragma: no-cache');
4510
4511 return;
Y abajo de enviar mensaje también sale mal:
Así lo ve un usuario
Así lo ve el admin
Al final desinstalé y borré las carpetas de los mods pero sigue igual. Solo tengo el AutoMOD.