clonemeagain / osticket-slack

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

Osticket 1.14.3 #26

Closed botts99 closed 4 years ago

botts99 commented 4 years ago

Can not install into OST 1.14.3. Any chance we could get this updated for the latest release?

botts99 commented 4 years ago

I was able to get this to work. Discovered the version table was missing from my install

ALTER TABLE ost_plugin ADD COLUMN version VARCHAR(64) AFTER isactive;

also needed to install php curl for version 7 apt-get install php7.0-curl

Once completed that I was able to install and enable. So far seems to be working.