-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi.
I have a fresh osTicket installation and I need a responsive theme.
From Google I found ModularOsTicket ( https://github.com/luffynando/ModularOsTicket ), but not work (correctly).
In the log web server I see this error:
[Sun Oct 25 17:24:05.275169 2020] [php7:error] [pid 1618] [client 192.168.xx.xx:63251] PHP Fatal error: Uncaught Error: Call to undefined method PluginManager::auditPlugin() in /var/www/html/servicedesk/scp/tickets.php:530\nStack trace:\n#0 {main}\n thrown in /var/www/html/servicedesk/scp/tickets.php on line 530, referer: http://lan.istitutoberna.eu/servicedesk/scp/tickets.php
The error is the method auditPlugin(). I installed and ativacted the plugin "Audit", but it doesn't fix problem.
Do anybody know how to fix it?
I need an responsive frontend web page from an opensource theme.
The dates of my installation are:
- Ubuntu server 18.04
- Apache 2.4.29
- PHP 7.2
- MariaDB 10.1.44
- osTicket 1.14.3
- osTicket plugin: Help Desk Audit 0.1
Thanks in advance for your answer.