Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TechDeviceRepair opened this issue Jun 4, 2023 · 0 comments

Comments

@TechDeviceRepair
Copy link

TechDeviceRepair commented Jun 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant