I uploaded the files, followed the instructions to install as a service:
I'm getting the following errors:
And it is exiting with 255/EXEPTION
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