- You are here:
- Main › Forum › Soporte de aplicaciones › cBB Chat
"error" y feedback
5 posts
• Page 1 of 1
-
- iorGian
- Posts: 3
- Joined: Sun Sep 15, 2024 1:35 pm
Wed Sep 25, 2024 4:16 pm • via Web
Tengo una especie de error al modificar los ajustes de una sala ya creada en el panel de administración; esto se ve solo en este caso y en ese lugar en concreto. (adjunto foto abajo)
También me gustaría comentar algunas sugerencias si son posibles integrar en futuras versiones:
Poder silenciar / no entrar a un usuario en una sala en concreto
Poder mostrar la sala tanto arriba de la lista de los foros, como abajo.
Poder mencionar un usuario en la sala
Poder limitar a un usuario mandar mensajes privados
También me gustaría comentar algunas sugerencias si son posibles integrar en futuras versiones:
Poder silenciar / no entrar a un usuario en una sala en concreto
Poder mostrar la sala tanto arriba de la lista de los foros, como abajo.
Poder mencionar un usuario en la sala
Poder limitar a un usuario mandar mensajes privados
Cogitatio Imperat / Corde Lets se Ire
El pensamiento manda / El corazón ejecuta
El pensamiento manda / El corazón ejecuta
-
- andares
- Posts: 24
- Joined: Tue Nov 05, 2013 10:24 pm
Thu Sep 26, 2024 8:53 pm • via Web
Mismo mensaje de error que el compañero al tratar tan solo de editar la sala ya creada:
Mis datos:
cBBChat: 1.2.6
phpBB: 3.3.13
PHP: 8.2.24
BD: MySQL(i) 8.0.32
- Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/ext/canidev/chat/controller/admin_controller_rooms.php on line 87: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)
Mis datos:
cBBChat: 1.2.6
phpBB: 3.3.13
PHP: 8.2.24
BD: MySQL(i) 8.0.32
-
- iorGian
- Posts: 3
- Joined: Sun Sep 15, 2024 1:35 pm
Fri Sep 27, 2024 9:50 pm • via Web
andares wrote:Mismo mensaje de error que el compañero al tratar tan solo de editar la sala ya creada:
- Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/ext/canidev/chat/controller/admin_controller_rooms.php on line 87: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)
Mis datos:
cBBChat: 1.2.6
phpBB: 3.3.13
PHP: 8.2.24
BD: MySQL(i) 8.0.32
Al parecer se trata del mismo error, a ver que contesta el admin.
Cogitatio Imperat / Corde Lets se Ire
El pensamiento manda / El corazón ejecuta
El pensamiento manda / El corazón ejecuta
-
- IvanPF
- Administrator
- Posts: 2242
- Joined: Fri Jun 17, 2011 12:15 am
- Location: España (Spain)
Mon Oct 14, 2024 9:05 pm • via Web
Disculpas por la demora, dispongo de muy poco tiempo libre últimamente.
Sobre el error, será corregido en la siguiente versión. Según lo que yo he visto, solo debería afectar a la sala de invitados y no debería suponer más problemas que ese mensaje que aparece.
Podéis corregirlo haciendo una edición en el archivo /ext/canidev/chat/controller/admin_controller_rooms.php
Buscar (linea 87):
Reemplazar por:
Sobre las sugerencias, las tendré en cuenta para la versión 2.0
Sobre el error, será corregido en la siguiente versión. Según lo que yo he visto, solo debería afectar a la sala de invitados y no debería suponer más problemas que ese mensaje que aparece.
Podéis corregirlo haciendo una edición en el archivo /ext/canidev/chat/controller/admin_controller_rooms.php
Buscar (linea 87):
- Code: Select all
$room_data['room_groups'] = $room_auth['groups'];
Reemplazar por:
- Code: Select all
$room_data['room_groups'] = empty($room_auth['groups']) ? '' : $room_auth['groups'];
Sobre las sugerencias, las tendré en cuenta para la versión 2.0
-
- andares
- Posts: 24
- Joined: Tue Nov 05, 2013 10:24 pm
Tue Oct 15, 2024 5:16 pm • via Web
Ahora no genera ese mensaje de error
Gracias Iván.
Un saludo.

Gracias Iván.
Un saludo.
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests
- External Links
- phpBB Official
- phpBB Official (Spanish)
- Raul Arroyo Monzo
- PasionReef
- About CaniDev
- Terms of use
- Privacy Policy
- About Us
- Contact
- © 2011-2025 CaniDev