plugin-autocloser icon indicating copy to clipboard operation
plugin-autocloser copied to clipboard

autocloser plugin + osticket 1.17.3 - issue with pulling configs (no emails sent) (hack fix)

Open TechDeviceRepair opened this issue 2 years ago • 0 comments

So the plugin will not work for anyone who updated. due to the fact that now there is an instance config..

add/change line 81 in class.CloserPlugin.php to this

//hacked to only do one instance. $config = $this->getConfig($this->getInstance( 1 ));

change the 1 with your instance config . can be found in the database easily. most likely it is 1 though for your case.

took me a long time to figure it out. and that is due to them adding instances to plugins. ...

again this is a hack fix. :) not good for long run or multi instance usage.

TechDeviceRepair avatar Jun 04 '23 04:06 TechDeviceRepair