clonemeagain / osticket-slack

a Slack plugin for osTicket
MIT License
47 stars 34 forks source link

Added & to presave function to resolve php8 error, ok for v1.16 but not v1.17 #34

Closed perryk closed 1 year ago

perryk commented 2 years ago

This should enable the plugin for php8 with OsTicket v1.16 however there are issues still with v1.17.

With the changes to plugins in the current RC3 of OsTicket v1.17, there still remains an issue with reading settings for this plugin.

Some things work in the bootstrap function but not in other functions. This leads to an error about the SLACK_URL not being set when it actually is.