Re: [Koha] Help please! we have problem after upgrading ubuntu from 11.10 up to 12.04

2017-06-27 Thread Tim Young
If you have it, it should show up something like: /usr/share/perl5/Cache/Memcached.pm In Ubuntu, you may need to install libcache-memcached-perl apt-get install libcache-memcached-perl If you are using a redhat derivative, you may need to yum install perl-Cache-Memcached - Tim Young On 6/27

Re: [Koha] Fwd: Unable to reindex after massive upgrade

2017-06-27 Thread Tim Young
o avoid it blowing up: vi /usr/share/koha/lib/C4/Biblio.pm +1627 if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "branches" ) { *if(defined(Koha::Libraries->find($value)))* { return Koha::Libraries->find($value)->branchname;

Re: [Koha] Fwd: Unable to reindex after massive upgrade

2017-06-27 Thread Tim Young
Awesome. Thanks. I may be able to figure it out (I am pretty good at poking and prodding, and finally figuring it out). I believe we only have one branch, so I should be able to simply replace everything in the sql to match the correct branch... (Yikes! Branchcode is used all over the place!

Re: [Koha] Help please! we have problem after upgrading ubuntu from 11.10 up to 12.04

2017-06-27 Thread Tim Young
On 6/27/2017 9:08 AM, "D DuD>DtD2DtD1 D'D,D+D>D,DtN,DuD0DoN N "@LightSys.org wrote: Hi, Tim It would be helpful to know if you upgraded using package or tarball. [Николай Ластовка] I upgraded start command "do-upgrade-release", I have no mind is it package or tarball, sorry! Ok. Did you c

Re: [Koha] Fwd: Unable to reindex after massive upgrade

2017-06-27 Thread Tim Young
7;LIB' for your library's branchcode. Regards. El mar., 27 jun. 2017 a las 13:59, Tim Young (<mailto:tim.yo...@lightsys.org>>) escribió: Awesome. Thanks. I may be able to figure it out (I am pretty good at poking and prodding, and finally figuring it out). I bel

Re: [Koha] Difficulties getting 17.05.01 to talk with MariaDB under Mint 18.1

2017-06-29 Thread Tim Young
Hi, This sounds like it is because of an odd "feature" of mysql which is not always present. This page: https://askubuntu.com/questions/766334/cant-login-as-mysql-user-root-from-normal-user-account-in-ubuntu-16-04 with the answer from "Todor", explains that mysql will change over to using

Re: [Koha] Difficulties getting 17.05.01 to talk with MariaDB under Mint 18.1

2017-06-30 Thread Tim Young
Stupid question: In Bugzilla, if a defect is essentially resolved by stated workaround, what is the appropriate resolution? None of the suboptions for "Resolved" seemed to match giving a workaround. On Thu, Jun 29, 2017 at 8:56 PM, Tim Young wrote: Hi, This sounds like it is

[Koha] Unable to find newly added books by barcode

2017-06-30 Thread Tim Young
. I am hoping that this is just a difference in how things are done from the old to the new, and by checking on the right option we can search by barcode? - Tim Young ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https

Re: [Koha] Unable to find newly added books by barcode

2017-07-03 Thread Tim Young
of zebrasrv running; I did migrate from a tarball to a package version. My initial version did not use the etc/sites/[site]/file system. But a ps only shows the one zebrasrv running. Any thoughts? - Tim On 6/30/2017 4:15 PM, Tim Young wrote: We recently upgraded from 3.x to 17.x. All our

Re: [Koha] Unable to find newly added books by barcode

2017-07-05 Thread Tim Young
Thanks for the great ideas. The various things I was trying let me see one potential issue. It seems that I have not entirely separated myself from the /etc/koha-conf.xml If I test my zebra server with: /usr/bin/zebrasrv -f /etc/koha/*sites/opac*/koha-conf.xml -u koha -S I get a message tell

Re: [Koha] Unable to find newly added books by barcode

2017-07-05 Thread Tim Young
database that was connected to the web was running pretty much stand-alone. Nothing was passing new data to it, and none of the scripts would start / stop it. Thanks again. All done (for this thread. I am sure there will be other issues cropping up) - Tim On 7/5/2017 3:20 PM, Tim

[Koha] Duplicate Biblio Records

2017-07-20 Thread Tim Young
ms to, and delete all the other biblio records? One would need to sync the marc items and reindex when done. Or is that basically a terrible thing to do? And, if I make such a script, is there a place where I should put the script so others do not need to make the same thing? -

Re: [Koha] Duplicate Biblio Records

2017-07-21 Thread Tim Young
I did make an automated script to deduplicate biblio records. Thanks, Joy, for the thoughts about choosing the "biggest" record. While it is dangerous to say it is done before the librarians have told me I did a great job, I will go ahead and put the script here just in case someone else finds

Re: [Koha] Any Helps

2017-08-07 Thread Tim Young
Hi there, Are there any lines before the "missing dependencies" line? Often it will tell us which dependencies are missing. And, had you done an "apt-get update" just before "apt-get install koha-common"? - Tim On 8/7/2017 8:29 PM, Luis Moises Rojas wrote: Hello, We are trynig to in

Re: [Koha] Any Helps

2017-08-07 Thread Tim Young
No se pudieron corregir los problemas, usted ha retenido paquetes rotos. On Mon, Aug 7, 2017 at 9:39 PM, Tim Young <mailto:tim.yo...@lightsys.org>> wrote: Hi there, Are there any lines before the "missing dependencies" line? Often it will tell us which dependencies a

Re: [Koha] Fwd: Unable to reindex after massive upgrade

2017-09-14 Thread Tim Young
r me before I take such a drastic measure?     - Tim Young On 6/27/2017 1:46 PM, Tim Young wrote: Great!  Thanks.  & Thanks for the sql.  Worked fine.     - Tim On 6/27/2017 12:55 PM, Tomas Cohen Arazi wrote: Tim, the authorised_values_branches table is not related. The problem is

Re: [Koha] Some questions about virtualization.

2017-09-18 Thread Tim Young
ting and for use for yourself, but the free setup is missing a lot of features (like, starting VMs at boot) which you expect out of a server platform.  I have never use it in a paid-for environment; I am sure it would work well, but it is the one platform I have not used myself. My 2c.     - T

Re: [Koha] Help Me

2017-10-09 Thread Tim Young
thinking that you can log into your Koha page at http://192.168.1.82:8080/? Once you get there, have you been able to configure your library settings? If your library is configured, have you been able to add items to your library?     - Tim Young On 10/9/2017 6:43 AM, Rajesh Shelar wrote

[Koha] Checkout one item results in multiple items...

2017-10-10 Thread Tim Young
We have started experiencing a recent issue where attempting to check out one item results in multiple of those items (same barcode, checked out multiple times) being checked out to the one patron.  This does not happen to every item, nor does it happen to every patron. I am not sure if this e

Re: [Koha] Checkout one item results in multiple items...

2017-10-10 Thread Tim Young
Rooy wrote: Adding your exact Koha version might be helpful too. Marcel Van: Koha namens Tim Young Verzonden: dinsdag 10 oktober 2017 16:01:12 Aan: koha@lists.katipo.co.nz Onderwerp: [Koha] Checkout one item results in multiple items... We have started

[Koha] search returns nothing, yaz-client returns values

2015-02-11 Thread Tim Young
d maybe put in some debugging code to watch it. I saw someone mention that I could increase koha's logging ability and actually capture the queries that were sent to zebra? That would be helpful. - Tim Young ___ Koha mailing list http:

Re: [Koha] search returns nothing, yaz-client returns values

2015-02-12 Thread Tim Young
No, OpacSuppression did not do it. It was already set to "don't hide." But it sounded really nice. Does anyone know how to turn on logging of zebra queries? Is there any way to increase Koha's logging verbosity? - Tim On 2/11/2015 11:43 AM, Tajoli Zeno wrote: Hi, check the system pref

Re: [Koha] search returns nothing, yaz-client returns values

2015-02-12 Thread Tim Young
rties file. Oh. I did not mention that the permissions were originally set improperly... (sigh) Thanks all for your help! - Tim On 2/12/2015 5:41 PM, Robin Sheat wrote: Tim Young schreef op do 12-02-2015 om 08:50 [-0600]: Does anyone know how to turn on logging of zebra queries? Is the

Re: [Koha] how to find the KOHA sql file

2015-02-13 Thread Tim Young
Hi, You use the mysqldump command to create the file. In your /etc/koha/koha-conf.xml file, you will have a section about your mysql config: mysql *kohadb* localhost 3306 *koha* *kohapassword* ... Take the database, user and password from that file, and type something like this:

Re: [Koha] Can't add items on Koha 3.18.03 built from .tar

2015-02-16 Thread Tim Young
that has all the wrong versions of perl, that does not have zebra installed, or something like that. At the same time, you may get a newer version of the software if you are installing from git or the tarball. Packages are not always kept up-to-date. - Tim Young On 2/14/2015 9:49 AM

[Koha] Koha and fees

2015-03-31 Thread Tim Young
r due-time. Is there a way for us to either have time-based rules, or select between two different rule-sets at checkout? Or is there some other approach that we can use so that we can set up a policy of that nature? - Tim Young ___ Koha ma

[Koha] Upgrade errors

2025-01-07 Thread Tim Young
I was helping some people do-release-upgrade from Ubuntu 18.04, to 22.04 and their koha was updated as well. I believe the previous version was 21.05.05-3. We upgraded the OS on the machine to 20.04, then to 22.04, and then upgraded Koha to 24.11.00-1.  During the package configuration (repea

Re: [Koha] Upgrade errors

2025-01-14 Thread Tim Young
f8; If I look for a pre-existing constraint: select * from INFORMATION_SCHEMA.TABLE_CONSTRAINTS where CONSTRAINT_TYPE = 'FOREIGN KEY' and CONSTRAINT_NAME = 'bibliocoverimage_fk1'; I do see one there for my database. Any thoughts on how I should proceed?     - Tim On 1/7/202

Re: [Koha] Upgrade errors

2025-01-14 Thread Tim Young
  | ++---+--+--+--+-+--+ It is used with a table called "cover_images" Hopefully that helps spark someone's memory and leads me to something.     - Tim On 1/14/2025 3:19 PM, Tim Young wrote: Well, it appears that th

Re: [Koha] Upgrade errors

2025-01-17 Thread Tim Young
take. Now to see how much damage was done during the upgrade.  I see some recommendations not to do such massive upgrades as it might (will) lose data. Thanks for the help, - Tim On 1/16/2025 2:47 PM, Tim Young wrote: Ooh. Nice.  Thanks. Yes, those files all had 2015 timestamps on them. And

Re: [Koha] Upgrade errors

2025-01-16 Thread Tim Young
a previous update? Have you checked the contents? Katrin On 14.01.25 22:35, Tim Young wrote: I forgot to add the results of searching for that key