Summary: | Administration > Manage plugins should display problematic plugins | ||
---|---|---|---|
Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Component: | Plugin architecture | Assignee: | Galen Charlton <gmcharlt> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | jdeca |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17461 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Tomás Cohen Arazi (tcohen)
2017-02-09 13:45:28 UTC
On a system running 16.11.04.000 I tried several times importing the KitchenSink plugin, but it would not show up. All the files were imported correctly. After some research I found that the KitchenSink uses C4::Branch that is no longer in the version I was using. After commenting out the C4::Branch the plugin appeared. Note: there are some other issues that prevent KitchenSink from running completely. I agree there should be some sort of Error message that the plugin was imported with errors. |