Pequeño bug dentro del Panel de Administración...


no_avatar
Rickaza
 
Posts: 33
Joined: Sat Jun 18, 2016 9:02 pm
 Sat Apr 11, 2020 11:02 am • via Web
Con este ya termino, en el panel de administración en la configuración del PCA, en chat, configuración principal, sale lo siguiente arriba:

Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/ext/canidev/chat/controller/admin_controller_config.php on line 87: compact(): Undefined variable: submit
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 138: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3037)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 138: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3037)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 138: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3037)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 138: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3037)
User avatar
IvanPF
Administrator
 
Posts: 2010
Joined: Fri Jun 17, 2011 12:15 am
Location: España (Spain)
 Sat Apr 11, 2020 1:16 pm • via Web
Prueba lo siguiente:
1. Abre el archivo /ext/canidev/chat/controller/admin_controller_config.php
2. Busca:
Code: Select all
$vars = array('display_vars', 'submit');

3. Cambialo por:
Code: Select all
$vars = array('display_vars');
no_avatar
Rickaza
 
Posts: 33
Joined: Sat Jun 18, 2016 9:02 pm
 Sat Apr 11, 2020 1:32 pm • via Web
Sí, ahora sí que funciona correctamente, solucionado.

Who is online

Users browsing this forum: No registered users and 0 guests