Moodle plugins directory: Kopere Dashboard | Moodle.org

Kopere Dashboard
Users online
This is the feature I've always wanted to develop and did it on Kopere Dashboard. It shows the users online in real time, which page they are accessing, whether the focus is on the page or not, the size of the Monitor, which browser they are using and if they are accessing a smartphone and which model of it.
All this in real time.
Click here and see more about Online Users
Import Users
A simple and complete system for importing users.
It is not necessary to send with fixed columns and after import it is just to link columns of the CSV with columns of Moodle.
Performace
Benchmark is the act of performing a set of operations in order to evaluate the relative performance of an object, usually running a series of tests and tests on it.
This part is an enhancement to the report_benchmark
Click here and see more about Performace
Static pages
Static pages are pages that you can create for a wide range of purposes. You can, for example, create a FAQ with the main information for the students or for those who access your moodle not being a student.
Click here and see more about static pages
Backup
System that generates complete bank backup and MoodleData in moodle easily and quickly.
Reports
Lots of useful reports.
Next versions will be developed system to be able to create new reports.
Tentando atualizar para a versão mais recente:
Instalando atualizações disponíveis
Saída de depuração ativada
Baixando local_kopere_dashboard ...
<- https://moodle.org/plugins/download.php/23252/local_kopere_dashboard_moodle310_2021012000.zip
-> /XXX/XXXmoodledata/temp/core_plugin/code_manager/distfiles/42011a679253452598d11ba386ca22b1.zip ... OK
Validando local_kopere_dashboard ...
core_plugin/unexpected_archive_structure
Informações de depuração:
Error code: unexpected_archive_structure
$a contents:
Rastreamento de pilha:
line 483 of /lib/classes/update/code_manager.php: moodle_exception thrown
line 174 of /lib/classes/update/code_manager.php: call to core\update\code_manager->rename_extracted_rootdir()
line 1088 of /lib/classes/plugin_manager.php: call to core\update\code_manager->unzip_plugin_file()
line 1276 of /lib/classes/plugin_manager.php: call to core_plugin_manager->unzip_plugin_file()
line 2465 of /lib/upgradelib.php: call to core_plugin_manager->install_plugins()
line 196 of /admin/plugins.php: call to upgrade_install_plugins()
En donde me debe mostrar el uso de CPU, Rendimiento el moodledata me aparece Function disabled by hosting. ¿Alguien sabe que configuraciones debo realizar en el hosting para que me muestre dicha información?
Muchas gracias quedo atento
Debug info: Table 'moodle.mdl_iec_analytics_indicator_calc' doesn't exist
SELECT * FROM mdl_iec_analytics_indicator_calc LIMIT 0, 50
-- line 1500 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
-- line 67 of /local/kopere_dashboard/autoload.php: call to local_kopere_dashboard\backup->execute_dumpsql()
-- line 66 of /local/kopere_dashboard/open-internal.php: call to load_class()
[array (
)]
Error code: dmlreadexception
×Stack trace:
line 486 of /lib/dml/moodle_database.php: dml_read_exception thrown
line 1273 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
line 1500 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
line 1451 of /lib/dml/moodle_database.php: call to moodle_database->get_records_select()
line 189 of /local/kopere_dashboard/classes/backup.php: call to moodle_database->get_records()
line 67 of /local/kopere_dashboard/autoload.php: call to local_kopere_dashboard\backup->execute_dumpsql()
line 66 of /local/kopere_dashboard/open-internal.php: call to load_class()
×Output buffer:
Execution of Backup: moodle
Running Table Backup iec_analytics_indicator_calc
Moodle 3.10.8 - php 7.4
Nos menus, criei o menu e quando fui salvar a página deu esse erro
Campo "menu" não existe na tabela "kopere_dashboard_webpages"
Estou tentando instalar o plugin no moodle 4.1 e dá a seguinte mensagem de erro.
local_kopere_dashboard
Erro de execução DDL SQL
Outras informações sobre este erro
Informações de depuração: Table 'mdleq_kopere_dashboard_menu' already exists
CREATE TABLE mdleq_kopere_dashboard_menu (
id BIGINT(10) NOT NULL auto_increment,
title VARCHAR(255) COLLATE utf8mb4_general_ci,
link VARCHAR(255) COLLATE utf8mb4_general_ci,
icon VARCHAR(255) COLLATE utf8mb4_general_ci,
CONSTRAINT PRIMARY KEY (id)
)
ENGINE = InnoDB
DEFAULT COLLATE = utf8mb4_general_ci ROW_FORMAT=Compressed
;
CREATE TABLE mdleq_kopere_dashboard_webpages (
id BIGINT(10) NOT NULL auto_increment,
menuid BIGINT(10),
courseid BIGINT(10),
title VARCHAR(255) COLLATE utf8mb4_general_ci,
link VARCHAR(255) COLLATE utf8mb4_general_ci,
text LONGTEXT COLLATE utf8mb4_general_ci,
theme VARCHAR(32) COLLATE utf8mb4_general_ci,
visible TINYINT(1),
pageorder BIGINT(10),
config LONGTEXT COLLATE utf8mb4_general_ci,
CONSTRAINT PRIMARY KEY (id)
)
ENGINE = InnoDB
DEFAULT COLLATE = utf8mb4_general_ci ROW_FORMAT=Compressed
;
CREATE TABLE mdleq_kopere_dashboard_events (
id BIGINT(10) NOT NULL auto_increment,
module VARCHAR(60) COLLATE utf8mb4_general_ci,
event VARCHAR(100) COLLATE utf8mb4_general_ci,
status TINYINT(1),
userfrom VARCHAR(20) COLLATE utf8mb4_general_ci,
userto VARCHAR(20) COLLATE utf8mb4_general_ci,
subject VARCHAR(255) COLLATE utf8mb4_general_ci,
message LONGTEXT COLLATE utf8mb4_general_ci,
CONSTRAINT PRIMARY KEY (id)
)
ENGINE = InnoDB
DEFAULT COLLATE = utf8mb4_general_ci ROW_FORMAT=Compressed
;
CREATE TABLE mdleq_kopere_dashboard_reportcat (
id BIGINT(10) NOT NULL auto_increment,
title VARCHAR(255) COLLATE utf8mb4_general_ci,
type VARCHAR(255) COLLATE utf8mb4_general_ci,
image VARCHAR(255) COLLATE utf8mb4_general_ci,
enable TINYINT(1),
enablesql LONGTEXT COLLATE utf8mb4_general_ci,
CONSTRAINT PRIMARY KEY (id)
)
ENGINE = InnoDB
DEFAULT COLLATE = utf8mb4_general_ci ROW_FORMAT=Compressed
;
CREATE TABLE mdleq_kopere_dashboard_reports (
id BIGINT(10) NOT NULL auto_increment,
reportcatid BIGINT(10) NOT NULL,
reportkey VARCHAR(20) COLLATE utf8mb4_general_ci,
title VARCHAR(255) COLLATE utf8mb4_general_ci,
enable TINYINT(1),
enablesql LONGTEXT COLLATE utf8mb4_general_ci,
reportsql LONGTEXT COLLATE utf8mb4_general_ci,
prerequisit VARCHAR(60) COLLATE utf8mb4_general_ci,
columns LONGTEXT COLLATE utf8mb4_general_ci,
foreach LONGTEXT COLLATE utf8mb4_general_ci,
CONSTRAINT PRIMARY KEY (id)
)
ENGINE = InnoDB
DEFAULT COLLATE = utf8mb4_general_ci ROW_FORMAT=Compressed
;
CREATE TABLE mdleq_kopere_dashboard_performance (
id BIGINT(10) NOT NULL auto_increment,
time BIGINT(10) NOT NULL,
type VARCHAR(7) COLLATE utf8mb4_general_ci NOT NULL DEFAULT '',
value FLOAT(5,3) NOT NULL,
CONSTRAINT PRIMARY KEY (id)
, UNIQUE KEY mdleq_kopedashperf_timtyp2_uix (time, type)
)
ENGINE = InnoDB
DEFAULT COLLATE = utf8mb4_general_ci ROW_FORMAT=Compressed
Error code: ddlexecuteerror×Ignorar essa notificação
Rastreamento de pilha:
line 500 of /lib/dml/moodle_database.php: ddl_change_structure_exception thrown
line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
line 1103 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
line 77 of /lib/ddl/database_manager.php: call to mysqli_native_moodle_database->change_database_structure()
line 427 of /lib/ddl/database_manager.php: call to database_manager->execute_sql_arr()
line 372 of /lib/ddl/database_manager.php: call to database_manager->install_from_xmldb_structure()
line 755 of /lib/upgradelib.php: call to database_manager->install_from_xmldb_file()
line 1953 of /lib/upgradelib.php: call to upgrade_plugins()
line 721 of /admin/index.php: call to upgrade_noncore()
- There are many texts that are not in English when using English language.
- In notifications, it assumes that {[moodle.fullname]} is for the website name, but what actually is sent in the mail is the course name, which is not bad, but needs to be corrected with the site name, we still need the course name.
- When the correct notification is set to notify about creating an activity works well, but we need a way to include the activity name in the email.
- It assumes that it needs SMTP for sending emails, but even without it, it sends emails without problems.
- We need some other ways to enhance it like including more fields in different areas like notifications. An example of this that when the notification is about creating, updating or deleting a resource or activity, the name of the resource or activity should be included.
- {[course.xxx]}, the list of 6 options, none of them is working and the codes are showing in the email.
- {[manager]} provides a link to nothing useful.
- All popups from the dashboard opens as transparent and seem to hang.
Thanks and hope to hear from you soon.
Thanks,
moodle version 4.2.1+ (Build: 20230714)
mariadb database 11.1.1
php version 8.0.28
I have installed the Kopere Dashboard Plugin
Kopere Dashboard 2.5.22
local_kopere_dashboard 2023071200
And I get the following error:
`_Excepción - method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
Más información sobre este error
Información de depuración:
Error code: generalexceptionmessage×Descartar esta notificación
Trazado de la pila (stack):
line 49 of /local/kopere_dashboard/settings.php: TypeError thrown
line 49 of /local/kopere_dashboard/settings.php: call to method_exists()
line 67 of /lib/classes/plugininfo/local.php: call to include()
line 810 of /admin/settings/plugins.php: call to core\plugininfo\local->load_settings()
line 8760 of /lib/adminlib.php: call to require()
line 31 of /admin/search.php: call to admin_get_root()
×Descartar esta notificación
Buffer de salida:
Warning: Undefined variable $settings in /var/www/html/campus/local/kopere_dashboard/settings.php on line 49
_`
I cannot access the Site Administration with the Manager user.
How can I solve that
The same issue occurred when i uninstalled the plugin and reinstalled it.
Hi, there is a problem with the recent update (Release 2023072900). I have Moodle 4.2.2 running Kopere Dashboard 2.5.22 2023071200. I see that there is a new update 2023072900, but when I try to install the update, it installs the older version (2023071200) instead. And again, it keeps prompting that there is a newer version available. I have also tried uninstalling the plugin completely and reinstalling it, and still have the same issue. It seems that trying to update to the latest version (2023072900) fails because of maturity as it is indicated "RC". Could you update it please? Thanks