Moodle Plugins directory: Kopere Dashboard | Moodle.org
Kopere Dashboard
Experimental ::: local_kopere_dashboard
Maintained by Eduardo Kraus
Kopere Dashboard is a tool panel with reports, online users, backup, notifications and more.
Latest release:
2858 sites
1k downloads
316 fans
Current versions available: 1
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
Backup
System that generates complete bank backup and MoodleData in moodle easily and quickly.
Reports
Lots of useful reports..
Problems and bugs
with the Kopere Dashboard should be reported on the GitHub Issue Tracker: https://github.com/EduardoKrausME/moodle-local-kopere_dashboard/issues.
Questions about the theme can be submitted on the Moodle Forum: https://moodle.org/mod/forum/view.php?id=2404.
Contributors
Eduardo Kraus (Lead maintainer)
Please login to view contributors details and/or to contact them
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
:
{}
index
:
0
methodname
:
"kopere_dashboard_performancemonitor_disk_moodledata"
to com problema no moodledata, não está aparecendo os dados
:
{}
index
:
0
methodname
:
"kopere_dashboard_performancemonitor_disk_moodledata"
to com problema no moodledata, não está aparecendo os dados
erro generalexceptionmessage
adicionei a linha
require_once($CFG->dirroot.'/lib/externallib.php');
acima de tudo no arquivo
* line 30 of /local/kopere_dashboard/classes/external/performancemonitor.php: Error thrown
adicionei a linha (25)
require_once($CFG->dirroot.'/lib/externallib.php');
acima de tudo no arquivo