Re: [Koha] Plugin Administration and Installation

2020-11-24 Thread Mark Alexander
Excerpts from Tomas Cohen Arazi's message of 2020-11-24 17:24:21 -0300: > Did you restart memcached as well? The changes to the koha-conf.xml file > are cached. I just tried that, and it had no effect. This problem occurred before I made any attempts to change koha-conf.xml, which was already set

Re: [Koha] Plugin Administration and Installation

2020-11-24 Thread Tomas Cohen Arazi
Did you restart memcached as well? The changes to the koha-conf.xml file are cached. El mar, 24 nov 2020 a las 17:03, Mark Alexander () escribió: > Excerpts from mik's message of 2020-11-20 11:36:44 +0100: > > You will also have to activate Koha system preference "UseKohaPlugins". > > > > Then yo

Re: [Koha] Plugin Administration and Installation

2020-11-24 Thread Mark Alexander
Excerpts from mik's message of 2020-11-20 11:36:44 +0100: > You will also have to activate Koha system preference "UseKohaPlugins". > > Then you'll find the plugin option in Koha menu "Tools". > > This is all described in the fine Koha manual: > > * https://koha-community.org/manual/20.05/en/htm

Re: [Koha] Koha and nginx

2020-11-24 Thread Mengu Yazicioglu
Hi Beda, Yes we've used before and added some info in the https://wiki.koha-community.org/wiki/Nginx_conf_sample_for_load_balancing_with_many_servers Mengü Yazıcıoğlu Devinim Yazılım Eğitim Danışmanlık On 21.11.2020 18:55, Beda Szukics wrote: Good evening Has anybody running koha with nginx

Re: [Koha] New patrons SQL Report

2020-11-24 Thread muiru james
Hello Martha and All Thank you for your reply and assistance. You solved my problem. Warm Regards James On Mon, Nov 23, 2020 at 5:24 PM Martha Fuerst wrote: > Good morning James - > > This should work: > > SELECT categorycode, sex, COUNT(borrowernumber) AS 'new patrons' > FROM > (SELECT borro