Dear Friends, I enabled plugin option in system preferences. And from tools, I open link Tool Plugin, it says that, Plugins disabled! To enable Koha plugins, the system preference UseKohaPlugins must be enabled, and the flag enable_plugins must be set in the Koha configuration file Where I have to enable the flag? Regards, -- Vimal Kumar V. Technical Assistant Mahatma Gandhi University Library Kottayam, Kerala- 686 560 Web: http://www.vimalkumar.info Blog: http://linuxhalwa.blogspot.com http://kohageek.blogspot.in --------------------------------------------------------------------------- "I forget what I was taught. I only remember what I have learnt" -Patrick White
Hello Vimal, Take a look at the description of the commit 5eabc672fd818b312b: 3) Create the directory /var/lib/koha/plugins 4) Add the lines <pluginsdir>/var/lib/koha/plugins</pluginsdir> <enable_plugins>1</enable_plugins>" to your koha-conf.xml file 5) Add the line Alias /plugin/ "/var/lib/koha/plugins/" to your koha-httpd.conf file 6) Restart your webserver 7) Access the plugins system from the "More" pulldown 8) Upload the example plugin file provided here It seems there is no wiki page for the plugin system, for the moment. Regards, Jonathan 2013/9/10 Vimal Kumar V. <vimal0212@gmail.com>:
Dear Friends,
I enabled plugin option in system preferences. And from tools, I open link Tool Plugin, it says that, Plugins disabled!
To enable Koha plugins, the system preference UseKohaPlugins must be enabled, and the flag enable_plugins must be set in the Koha configuration file
Where I have to enable the flag?
Regards,
-- Vimal Kumar V. Technical Assistant Mahatma Gandhi University Library Kottayam, Kerala- 686 560 Web: http://www.vimalkumar.info Blog: http://linuxhalwa.blogspot.com http://kohageek.blogspot.in --------------------------------------------------------------------------- "I forget what I was taught. I only remember what I have learnt" -Patrick White _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Greetings, <enable_plugins>0</enabled_plugins> should be in the koha-conf.xml file. 0=off, 1=on. If it is not there, add it as needed. However, the question I have is why are you asking? The setting is not required to add a cataloguing plug-in to link a field to a particular plug-in. I discovered this as a result of playing with Bug 6874, where I linked the 856$u to a plugin, without setting that value. GPML, Mark Tompsett
participants (3)
-
Jonathan Druart -
Mark Tompsett -
Vimal Kumar V.