Re: [Koha] error generated by writing off fine

2018-05-14 Thread Scott Owen
Yes...yes it is.I can't believe I've asked this same question twice now..I guess the lack of short term memory is one of the consequences of a misspent youth. I'll look at the "RefundLostOnReturnControl" setting... Thank you for your time. -S On Thu, May 10, 2018 at 3:54 PM, Jonath

Re: [Koha] error generated by writing off fine

2018-05-14 Thread Jonathan Druart
It may be a bug anyway. If you have a step by step procedure to recreate you can open a bug report. Regards, Jonathan On Mon, 14 May 2018 at 09:31 Scott Owen wrote: > Yes...yes it is.I can't believe I've asked this same question twice > now..I guess the lack of short term memory is one

Re: [Koha] Koha 17.05 and memcached

2018-05-14 Thread Bortel, Gary
So I had a chance to go back and hit this problem again this morning... 1. I ran the latest security updates on the OS itself (Unbuntu 16.04). Checked on Koha (17.05.10) and everything was running fine...returning search results as expected. 2. Restarted the server several times and after each

[Koha] Release candidate of Koha 18.05.00 available

2018-05-14 Thread Mirko Tietgen
Good news everyone, the first release candidate (RC1) of the upcoming feature release Koha 18.05.00 is now available from the UNSTABLE repository: koha-common_18.05.00~~rc1-2 !!! This is a test version and NOT considered ready for use in production !!! If you test the RC1, please report any bug

Re: [Koha] Koha 17.05 and memcached

2018-05-14 Thread Bortel, Gary
Sigh... And so to bring this thing almost full circle, I started digging, trying to understand why the koha-common service wasn't starting as expected. Going back to the /etc/init.d/koha-common script and comparing 17.05.10 to 17.05.11...at least part of the problem was staring back at lines 26

Re: [Koha] Koha 17.05 and memcached

2018-05-14 Thread Bortel, Gary
"Koha-zebra --start" --> "koha-start-zebra" in line 60 "koha-zebra --stop" --> "koha-stop-zebra" in line75 "koha-zebra --restart" --> "koha-restart-zebra" in line 88 gcb Sigh... And so to bring this thing almost full circle, I started digging, trying to understand why the koha-common service wa

Re: [Koha] Koha 17.05 and memcached

2018-05-14 Thread Jonathan Druart
Caused by bug 20234, I have just let a comment to inform the 17.05 release maintainer. On Mon, 14 May 2018 at 18:02 Bortel, Gary wrote: > Sigh... > > And so to bring this thing almost full circle, I started digging, trying > to understand why the koha-common service wasn't starting as expected.