[Koha-bugs] [Bug 19081] Plack preventing uninstalled plugins from being removed on the plugins list

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 11 18:57:28 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19081

--- Comment #2 from Lee Jamison <ldjamison at marywood.edu> ---
Per an email conversation with Kyle Hall, the following is what appears to be
the interaction of plack with plugins:

1) Plugin is installed, install() is run ( install is run anytime a plugin is
loaded and the data key  "__INSTALLED__" is not set in plugin_data for the
plugin
2) Plugin is removed, uninstall is called, which deletes the plugin and tables
3) Page is reloaded, but the plugin is still in memory, install() is called
again and tables are recreated, even though the files have been deleted!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list