clonemeagain / osticket-slack

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

Error 500 when creating a ticket #14

Closed kwackerz closed 6 years ago

kwackerz commented 6 years ago

Hi,

When the plugin is enabled, Creating a ticket ends up with a http error 500 error. any ideas? its a fairly generic error code. when i disable the plugin and tickets create fine

Thanks,

clonemeagain commented 6 years ago

What version of osticket, PHP, curl etc are you using?

clonemeagain commented 6 years ago

I checked it, and I've used php 5.6 syntax, so if you're using an earlier version (:-( you'll need to upgrade.

http://php.net/supported-versions.php

Hmm, definitely.

kwackerz commented 6 years ago

ah, it wasn't php. im on 7.0.30 but... it was php_curl. updated that and it sprang to life!

thanks for the pointer though :-)