https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39850
Bug ID: 39850
Summary: Missing documentation for the plugin system setup
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5 - low
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
The Koha manual outlines the procedures to setup the plugin system via
https://koha-community.org/manual/latest/en/html/plugins.html#set-up
This mentions that one should set `<plugins_enable>1</plugins_enable>` in
`koha-conf.xml`.
However, due to Bug 25672 it seems necessary to also set
```
<plugins_restricted>0</plugins_restricted>
```
if one wants to enable plugin uploads via the browser(?).
This setting is not yet documented (It seems that "needs documentation"-flag on
Bug 25672 tries to raise the flag here?)
Especially, as said setting is given in `koha-conf.xml` way further down it
gets easily overlooked and especially to the uninitiated one has a pretty hard
time to fiddle it out. (Thanks @cait ;)
Equally,
```
<plugins_restart>1</plugins_restart>
```
misses documentation.
```
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/