[Koha] Remove koha and mysql to try again

2011-04-26 Thread padraic
Hi folks, I am currently trying to install koha on my ubuntu computer at home. i was following the instructions over on http://wiki.koha-community.org/wiki/Koha_on_Ubuntu but have run into problems where I cannot access mysql. I'm not 100% sure but reckon that my problem is probably that I previo

[Koha] About authorities list

2011-04-26 Thread Mohamed Megahed
Hi all I had installed koha 3.2 on ubuntu 10 and upload my data file with stage marc record and all ok and search anything i find it, my question how to make authorities to this records. thnks MOHAMED MEGAHED Librarian & Technical support Misr International University Library Tel : +2 01

[Koha] Fwd: Re: Index build - even without zebra?

2011-04-26 Thread Tom Hanstra
Chris or others, Did I miss something in the install? I tried adding things to the environment as suggested, but where things are choking are with the perl include locations: ./bin/migration_tools/rebuild_nozebra.pl Can't locate C4/Context.pm in @INC (@INC contains: /shared/perl/5.10.1/lib/

Re: [Koha] Fwd: Re: Index build - even without zebra?

2011-04-26 Thread Tomas Cohen Arazi
2011/4/26 Tom Hanstra : > Chris or others, > > Did I miss something in the install?  I tried adding things to the > environment as suggested, but where things are choking are with the perl > include locations: You shouldn't just add things to the environment. First check what is your actual 'env'

[Koha] Block checkout if overdues

2011-04-26 Thread dschust
We are using the sco - pac self checkout - and I have been asked if there is a way to BLOCK checkouts to patrons who have overdue books - but do NOT have the maximum number out yet. -- David Schuster Library Technology Coordinator Plano ISD ___ Koha mai

Re: [Koha] Fwd: Re: Index build - even without zebra?

2011-04-26 Thread Tom Hanstra
Well, that is the first time I've used syntax like that, but it worked: 1048$ PERL5LIB=/shared/koha/soft/lib ./bin/migration_tools/rebuild_nozebra.pl Warning: program compiled against libxml 207 using older 206 Warning: XML::LibXML compiled against libxml2 20703, but runtime libxml2 is older 206

Re: [Koha] Fwd: Re: Index build - even without zebra?

2011-04-26 Thread Tomas Cohen Arazi
In Ubuntu I would set that "global" environment variables in the file /etc/environment like this: KOHA_CONF=/etc/koha/koha-conf.xml PERL5LIB=/shared/koha/soft/lib For your cronjobs you can add those lines before the jobs definition, or to be sure call the script just like you did and worked,

[Koha] Unable to see patron address change

2011-04-26 Thread sheldon_tappin
Hi All, We are currently using Koha 3.0.6. We're carrying out final tests on the system and observed that a patron change their address information from the OPAC interface but we cannot see the changes in the Staff Interface. Can you please tell me if this is a problem in Koha 3.0.6. We do pl

[Koha] Ghost records

2011-04-26 Thread Lenora Oftedahl
Hello all. Koha v. 3.00.00.107 Zebra 2.0.34 We're having a problem with ghost records in the index. The Zebra index is rebuilt every night, but still when searching, I'll pull up two records: one that has been deleted and one that is real. The public receives a 404 error. I receive Can't

Re: [Koha] Unable to see patron address change

2011-04-26 Thread James Ghiorzi
Hi Sheldon, I don't think there's a problem with the version. It should be a setting within System Preferences, and Administration KohaAdminEmailAddress. What will happen is that when the patron makes a change in their account on OPAC it will mail the address that you put here. Hope that he

Re: [Koha] Unable to see patron address change

2011-04-26 Thread Greg Barniskis
Hi Sheldon, My understanding of this OPAC feature is that it lets patrons inform the library of a request to change their information, rather than actually letting the patron alter the database directly. I believe an email message is sent to the administrator address defined in your sysprefs a

Re: [Koha] Ghost records

2011-04-26 Thread Chris Cormack
* Lenora Oftedahl (o...@critfc.org) wrote: > Hello all. > > Koha v. 3.00.00.107 > Zebra 2.0.34 > > We're having a problem with ghost records in the index. The Zebra index is > rebuilt every night, but still when searching, I'll pull up two records: one > that has been deleted and one that is

Re: [Koha] Remove koha and mysql to try again

2011-04-26 Thread Robin Sheat
padraic schreef op di 26-04-2011 om 04:50 [-0700]: > but have run into > problems where I cannot access mysql. What sort of problem? Maybe you just need to reset the password? -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D signature.as

[Koha] Database update error on upgrade from 3.2.6 to 3.2.7 using debian package

2011-04-26 Thread John Seymour
Hi When I upgraded our Koha install from 3.2.6 to 3.2.7. I had the following error messages are they important? DBD::mysql::db do failed: Can't DROP 'itemsstocknumberidx'; check that column/key exists at /usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl line 4020. DBD::m

Re: [Koha] Database update error on upgrade from 3.2.6 to 3.2.7 using debian package

2011-04-26 Thread Robin Sheat
John Seymour schreef op wo 27-04-2011 om 09:14 [+1000]: > When I upgraded our Koha install from 3.2.6 to 3.2.7. I had the > following error messages are they important? They do look a bit contradictory, "it doesn't exist!", "hey, it's a duplicate!", but it shouldn't cause any problems. If you're

Re: [Koha] Ghost records

2011-04-26 Thread Tomas Cohen Arazi
On Tue, Apr 26, 2011 at 2:40 PM, Lenora Oftedahl wrote: > Hello all. > > Koha v. 3.00.00.107 > Zebra 2.0.34 > > We're having a problem with ghost records in the index. The Zebra index is > rebuilt every night, but still when searching, I'll pull up two records: one > that has been deleted and on

Re: [Koha] [Koha-devel] Koha - problem with searches/zebra indexing in second instance

2011-04-26 Thread Fridolyn SOMERS
Hie, There is one problem with multi instances that you maybe didn't notice : The environment variables *KOHA_CONF* and *PERL5LIB* are the same for each instance (they are redefined in cronjobs and apache conf). They are mandatory for lauching perl scripts manually. I think that's why rebuild_ze

Re: [Koha] [Koha-devel] Koha - problem with searches/zebra indexing in second instance

2011-04-26 Thread Tomas Cohen Arazi
2011/4/12 Fridolyn SOMERS : > Hie, > > There is one problem with multi instances that you maybe didn't notice : > > The environment variables KOHA_CONF and PERL5LIB are the same for each > instance > (they are redefined in cronjobs and apache conf). > They are mandatory for lauching perl scripts ma

Re: [Koha] [Koha-devel] Koha - problem with searches/zebra indexing in second instance

2011-04-26 Thread Fridolyn SOMERS
On Tue, Apr 12, 2011 at 11:38 AM, Tomas Cohen Arazi wrote: > 2011/4/12 Fridolyn SOMERS : > > Hie, > > > > There is one problem with multi instances that you maybe didn't notice : > > > > The environment variables KOHA_CONF and PERL5LIB are the same for each > > instance > > (they are redefined in

Re: [Koha] [Koha-devel] Koha print circulation slips

2011-04-26 Thread Archives and Collections Society
At 10:40 AM 4/14/2011 +1200, Robin Sheat wrote: [snip] >You can set up Firefox to have multiple profiles, each with a different >independent configuration. That sounds easier to maintain than multiple >copies of portable firefox. > >Running it as 'firefox -ProfileManager' will bring up the window t

Re: [Koha] Tag 041

2011-04-26 Thread Paul
At 07:03 PM 4/14/2011 -0300, you wrote: >You should read a bit about Marc bibliographic Frameworks in the Koha >3.2 Manual online: > >http://koha-community.org/documentation/3-2-manual/?ch=x4488#marcbibframeworks On this matter, and as the manual states: "If you want this field to be a pull down

[Koha] Koha - insecure = off

2011-04-26 Thread matsyuf
I am experiencing something here.. as i was reading a manual.. i wentto system preference and under insecure i change it to "yes" as i was trying to see what will happen however now i cant turn it back to now as it says am not logged in and i dont see the long page. What can i do to get this back t

Re: [Koha] SQL statement for generating current checkouts

2011-04-26 Thread nabon...@jncasr.ac.in
Thanks Beverly for send me the SQL query. But this is retrieving only those titles which are issued on the given date. Where as I need to know that the titles which were on loan AS OF 2011-03-29. This may contain overdue books, and books which were issued/renewed on or before the given date. I'm no

Re: [Koha] [Koha-devel] koha: error in MARC Bibliographic Framework Test

2011-04-26 Thread Fridolyn SOMERS
Hie, I'd say you don't test the right query. The "tab" choosen for subfield in framework configuration is saved in "tab" field of "marc_subfield_structure" : Try : SELECT DISTINCT(tagfield),tab FROM marc_subfield_structure WHERE tab > 9 You should have only "952 | 10". Regards, On Wed, Apr 20,

[Koha] KOHA library system gives error message

2011-04-26 Thread uknet80
Hi guys, I have just installed koha, but from (catalogue->Add biblio->Create Empty biblio) when i try to add data i get following error: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server ad

[Koha] Date and Time Modified/Update a book record

2011-04-26 Thread ahtshun83
Hi all, I would like to know which table holds the data/time modified of a record. for example, a librarian updated a book name of the existing record. also,is it able to find out who modified the records? thank you in advanced. -- View this message in context: http://koha.1045719.n5.nabble.

[Koha] Sending Alerts fro transaction

2011-04-26 Thread Basavaraj Kumbar
Hi, I would like to know how to send alert for transactions? -- *Feel Free To Contact Library For Help* *Warm Regards,* Basavaraj S. Kumbar Librarian, AIMSR (Adept Institute of Management Studies & Research), DHARWAD - 580 011 ___ Koha mailing list h