Skip to content

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

@TechDeviceRepair

Description

@TechDeviceRepair

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions