Re: [Koha] Plugin Error

2019-10-01 Thread SATISH
Hi David , Thank you for your email. I repeatedly followed steps , and I am successful this time. I also thank Doug, Mason, Chris, Liz, Jon, Paul, Tomas, for your explanations on Plugins Settings. Satish MV ___ Koha mailing list

Re: [Koha] Plugin Error

2019-09-28 Thread David Nind
Hi Satish. I hope you were able to get the plugins working from the responses so far. In case you weren't, the steps to take are:* 1. Enable plugins in your Koha instance configuration file (/etc/koha/sites/gechlibrary/koha-conf.xml), look for: Change the line 0 to 1 (1 = enabled, 0 = not

Re: [Koha] Plugin Error

2019-09-26 Thread Tomas Cohen Arazi
What does your koha-conf.xml file say about pluginsdir? El jue., 26 de septiembre de 2019 03:03, SATISH escribió: > Hi Mason, > Thank you, I did the same way, but I am unable to upload plugins, getting > same error. > I am also having root access. > > Satish >

Re: [Koha] Plugin Error

2019-09-26 Thread SATISH
Hi Mason, Thank you, I did the same way, but I am unable to upload plugins, getting same error. I am also having root access. Satish ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz

Re: [Koha] Plugin Error

2019-09-25 Thread Mason James
hi Satish, the command you want is... $ sudo chown -R gechlibrary-koha:gechlibrary-koha /var/lib/koha/gechlibrary/plugins/ On 25/09/19 9:55 PM, SATISH wrote: > Hello Paul, > > I am trying again for Koha Plugins now, unfortunately not successful with > Koha 18.11 on Debian 9.11 (Stretch), >

Re: [Koha] Plugin Error

2019-09-25 Thread SATISH
Hello Paul, I am trying again for Koha Plugins now, unfortunately not successful with Koha 18.11 on Debian 9.11 (Stretch), # chown gechlibrary-koha.gechlibrary-koha /var/lib/koha/gechlibrary/plugins/ I tried chown with 3 users # ps -ef | grep apache 1) gechlibrary-koha 2) www-data 3) root I

Re: [Koha] Plugin Error

2019-05-22 Thread Claudio kutufà
Sent: 21 May 2019 08:29:27 To: Koha Subject: Re: [Koha] Plugin Error Hi, With Lubuntu 16.04 LTS + Koha 18.11.05 + MySQL + Installation by Package Method Still I am not able to upload plugins to Koha Throws the same error: *--* *Cannot unpack file to the plugins directory.Please verify

Re: [Koha] Plugin Error

2019-05-22 Thread Claudio kutufà
Sent: 21 May 2019 08:29:27 To: Koha Subject: Re: [Koha] Plugin Error Hi, With Lubuntu 16.04 LTS + Koha 18.11.05 + MySQL + Installation by Package Method Still I am not able to upload plugins to Koha Throws the same error: *--* *Cannot unpack file to the plugins directory.Please verify

Re: [Koha] Plugin Error

2019-05-22 Thread Paul A
___ From: Koha on behalf of SATISH Sent: 21 May 2019 08:29:27 To: Koha Subject: Re: [Koha] Plugin Error Hi, With Lubuntu 16.04 LTS + Koha 18.11.05 + MySQL + Installation by Package Method Still I am not able to upload plugins to Koha Throws the same error: *--* *Cannot unpack file t

Re: [Koha] Plugin Error

2019-05-22 Thread Jon Knight
2019 08:29:27 To: Koha Subject: Re: [Koha] Plugin Error Hi, With Lubuntu 16.04 LTS + Koha 18.11.05 + MySQL + Installation by Package Method Still I am not able to upload plugins to Koha Throws the same error: *--* *Cannot unpack file to the plugins directory.Please verify that the Apache user can

Re: [Koha] Plugin Error

2019-05-21 Thread SATISH
Hi, With Lubuntu 16.04 LTS + Koha 18.11.05 + MySQL + Installation by Package Method Still I am not able to upload plugins to Koha Throws the same error: *--* *Cannot unpack file to the plugins directory.Please verify that the Apache user can write to the plugins directory.* -- I tried

Re: [Koha] Koha Plugin Error: Cannot unpack file to the plugins directory. Please verify that the Apache user can write to the plugins directory.

2018-08-10 Thread Indranil Das Gupta
Ashok: On Fri 10 Aug, 2018, 11:29 AM Ashok Francis, wrote: > XML configuration file > *Warning* You are missing the entry in your koha-conf.xml > file. Please add it, pointing to the log4perl.conf file for your Koha > instance. > ^^^ this you can ignore. *Warning* You are missing the entry

Re: [Koha] Koha Plugin Error: Cannot unpack file to the plugins directory. Please verify that the Apache user can write to the plugins directory.

2018-08-10 Thread Ashok Francis
Thank you so much for your email. I followed the link that you have sent. When I checked the page "about koha" I have following warning in this page. XML configuration file *Warning* You are missing the entry in your koha-conf.xml file. Please add it, pointing to the log4perl.conf file for your

Re: [Koha] Koha Plugin Error: Cannot unpack file to the plugins directory. Please verify that the Apache user can write to the plugins directory.

2018-08-09 Thread Indranil Das Gupta
Ashok, You are following out-dated instructions. Vimal's blog post which was useful when published it, refers to way things were back in v 3.12 which is like 11 versions OR 5+ years old. Things have changed. Please refer to the "Plugin system" section of your Koha user manual. For 18.05 the

[Koha] Koha Plugin Error: Cannot unpack file to the plugins directory. Please verify that the Apache user can write to the plugins directory.

2018-08-09 Thread Ashok Francis
Dear All, I need your help in koha plugin setup. I followed this blog for koha plugin cover flow. http://kohageek.blogspot.com/search/label/plugins I followed all the steps. But When I upload the plugin, I am getting the following error. *Cannot unpack file to the plugins directory.Please

Re: [Koha] Plugin Error

2018-06-12 Thread Liz Rea
A few things here: * do you have the plugin directory defined in koha-conf.xml, a la /var/lib/koha/instance/plugins * are the directories listed above owned and grouped into instance-koha (instance will be the name of your instance) * are the permissions correct for that directory *and* it's

Re: [Koha] Plugin Error

2018-06-12 Thread Chris Brown
Hi Satish, What you probably need to do is to change the ownership of the directories to be whatever user identity the apache server is running with. You can find this with a command like: # ps -ef | grep apache On my Debian system the user is 'www-data' Then change the ownership of the

Re: [Koha] Plugin Error

2018-06-12 Thread Doug Dearden
[mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of SATISH Sent: Tuesday, June 12, 2018 12:43 PM To: Koha Subject: [Koha] Plugin Error Hi, With Koha 17.11.06.000 On L-Ubuntu 16,04 Desktop from package installation method, I am getting follwoing error while uploading .kpz file at Home › Tools

[Koha] Plugin Error

2018-06-12 Thread SATISH
Hi, With Koha 17.11.06.000 On L-Ubuntu 16,04 Desktop from package installation method, I am getting follwoing error while uploading .kpz file at Home › Tools › Plugins. *Cannot unpack file to the plugins directory.Please verify that the Apache user can write to the plugins directory.* What