Can I install event guard on fusion 5.0.1?

Status
Not open for further replies.

hamagid

Member
Dec 14, 2020
73
6
8
33
I uploaded the files, followed the instructions to install as a service:
Code:
cp /var/www/fusionpbx/app/event_guard/resources/service/debian.service /etc/systemd/system/event_guard.service
systemctl enable event_guard
systemctl start event_guard
systemctl daemon-reload

I'm getting the following errors:
Code:
PHP Notice:  Undefined offset: 0 in /var/www/fusionpbx/app/event_guard/resources/service/event_guard.php on line 29
PHP Warning:  parse_ini_file(): Filename cannot be empty! in /var/www/fusionpbx/app/event_guard/resources/service/event_guard.php on line 29
PHP Notice:  Trying to access array offset on value of type bool in /var/www/fusionpbx/app/event_guard/resources/service/event_guard.php on line 29

And it is exiting with 255/EXEPTION
 
Status
Not open for further replies.