osTicket / osTicket-plugins

Core plugins for osTicket (v1.8+)
GNU General Public License v2.0
149 stars 162 forks source link

attachment-fs plugin interfering with the operation of the other plugins. #235

Closed carloslauff closed 2 years ago

carloslauff commented 2 years ago

By enabling the attachment-fs plugin the configuration options of this plugin override the configuration options that should be presented in the other installed plugins. The other plugins stop working. By disabling the plugin the other plugins will work again.

JediKev commented 2 years ago

@carloslauff

I assume you are using 1.16.x and PHP 8.0.x. If this is the case you need this:

Cheers.

carloslauff commented 2 years ago

Thank you! Now it works like a charm!