[Koha-devel] Re: About adding a custom field in KOHA

2010-01-05 Thread scott
nitesh rijal writes: > > > Hello all. > > I am trying to make GSDL fulltext integration in KOHA in a different way as it is now. I added a field in the Default MARC framework structure. > > I have added a field 952'x' naming it Fulltext. Here I want to store a flag "YES" or "NO" to identif

Re: [Koha-devel] Stack Smashing

2010-01-05 Thread Chadwick, John, DCA
I am currently on 2.0.43. I did run across something about this kind of behavior that was fixed with 2.0.24. I am wondering if I should switch from grs xml to mod xml. Is there an easy way to do this? +--- + John Chadwick, Ed.D

Re: [Koha-devel] Stack Smashing

2010-01-05 Thread Mason James
On 2010/01/6, at 7:07 AM, Chadwick, John, DCA wrote: > Here is a good challenge. I have seen this question posed a few > times, but have not seen an answer. We are running 3.01.00.061 on > Ubuntu 8.04.3. Using the icuchain method for indexing records. > > > > When we got to just over 10,000 r

[Koha-devel] Stack Smashing

2010-01-05 Thread Chadwick, John, DCA
Here is a good challenge. I have seen this question posed a few times, but have not seen an answer. We are running 3.01.00.061 on Ubuntu 8.04.3. Using the icuchain method for indexing records. When we got to just over 10,000 records we started to get the following error message when Zebra gets

Re: [Koha-devel] KOHA Error Redirecting Help

2010-01-05 Thread Mike Hafen
That error is generated by the Carp Perl module. It is placed in the browser for you instead of in a log file. The only way to change the error is to change the code, in addbiblio.pl line 878, so that it checks the biblio loaded properly before calling the title function. There, if the biblio di

Re: [Koha-devel] Editing Items in non-default framework

2010-01-05 Thread Marcel de Rooy
Found it! Forget my message. For some reason the tab field in that particular framework was no longer value 10. Van: koha-devel-boun...@lists.koha.org [koha-devel-boun...@lists.koha.org] namens Marcel de Rooy [m.de.r...@rijksmuseum.nl] Verzonden: dinsdag 5 januar

[Koha-devel] FW: Editing Items in non-default framework

2010-01-05 Thread Marcel de Rooy
Does anyone of you know this bug ? Van: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] namens Marcel de Rooy [m.de.r...@rijksmuseum.nl] Verzonden: maandag 4 januari 2010 13:03 Aan: 'k...@lists.katipo.co.nz' Onderwerp: [Koha] Editing Items in non

Re: [Koha-devel] About adding a custom field in KOHA

2010-01-05 Thread Paul Poulain
nitesh rijal a écrit : > Hello all. > > I am trying to make GSDL fulltext integration in KOHA in a different > way as it is now. I added a field in the Default MARC framework structure. > > I have added a field 952'x' naming it Fulltext. Here I want to store a > flag "YES" or "NO" to identify whe

Re: [Koha-devel] Perl compatability

2010-01-05 Thread Paul Poulain
Joe Ellis a écrit : > The notes on installing koha on Ubuntu states that there may be a problem > using a version later than 5.8. I am trying to use Ubuntu 9.1 which has perl > 5.10. Does anyone know if this combination will work or will I have to > downgrade my perl installation? > this warn

[Koha-devel] Perl compatability

2010-01-05 Thread Joe Ellis
The notes on installing koha on Ubuntu states that there may be a problem using a version later than 5.8. I am trying to use Ubuntu 9.1 which has perl 5.10. Does anyone know if this combination will work or will I have to downgrade my perl installation? Thanks J Ellis __