I think you will need to first unsubscribe from the list, then re-subscribe using your new address: http://lists.katipo.co.nz/mailman/listinfo/koha Hope that helps, Bob
-----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of fiskani@mzuni.ac.mw Sent: Saturday, 6 November 2010 7:03 PM To: koha@lists.katipo.co.nz Subject: [Koha] Change of address
Please stop sending KOHA digest to fiskani@mzuni.ac.mw but rather be sending to fiskani@gmail.com.
Fiskani
Send Koha mailing list submissions to koha@lists.katipo.co.nz
To subscribe or unsubscribe via the World Wide Web, visit http://lists.katipo.co.nz/mailman/listinfo/koha or, via email, send a message with subject or body 'help' to koha-request@lists.katipo.co.nz
You can reach the person managing the list at koha-owner@lists.katipo.co.nz
When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..."
Today's Topics:
1. Koha in three words (M. Brooke Helman) 2. Koha - Trouble loading patron files solved (Linda Culberson) 3. Re: [koha]could we import items? (Tomas Cohen Arazi) 4. Re: [koha]could we import items? (hubeimeiyu) 5. Re: How to generate icon for "electronic - remote" books (Stacy Pober)
----------------------------------------------------------------------
Message: 1 Date: Fri, 5 Nov 2010 09:13:43 -0700 (PDT) From: "M. Brooke Helman" <abesottedphoenix@yahoo.com> Subject: [Koha] Koha in three words To: koha@lists.katipo.co.nz Message-ID: <509608.47528.qm@web114714.mail.gq1.yahoo.com> Content-Type: text/plain; charset=us-ascii
Salvete!
At Conference I collected a mess of slips of paper containing what Koha meant to community members in 3 words in order to help with planning. If you missed Conference or didn't hand me your ideas, it's not too late! Send me 3 words you associate with Koha: they can reflect reality or an ideal state. I'll be compiling the results and will post them back to the list Friday next.
Cheers, Brooke
------------------------------
Message: 2 Date: Fri, 05 Nov 2010 11:25:38 -0500 From: Linda Culberson <lculber@mdah.state.ms.us> Subject: [Koha] Koha - Trouble loading patron files solved To: Linda Culberson <lculber@mdah.state.ms.us> Cc: koha <koha@lists.katipo.co.nz> Message-ID: <4CD43002.4020303@mdah.state.ms.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I think I've got it now. It seems that it didn't like the single quotes in the header nor the double quotes in the patron-attributes field
On 1:59 PM, Linda Culberson wrote:
I'm having trouble bulk loading patrons files into Koha 3.2. I used the same file I used in 3.1 with no success, so I did one manually, and then set everything to match that. I got the same errors in 3.2. both times: In the staff client, I get that the record was " not imported because they are not in the expected format" and then Critical field "surname" missing (borrowernumber: UNDEF; surname: UNDEF). I have headerrow copied from the "Import Patrons" page: 'surname', 'firstname', 'title', 'othernames', 'initials', 'streetnumber', 'streettype', 'address', 'address2', 'city', 'zipcode', 'country', 'email', 'phone', 'mobile', 'fax', 'emailpro', 'phonepro', 'B_streetnumber', 'B_streettype', 'B_address', 'B_address2', 'B_city', 'B_zipcode', 'B_country', 'B_email', 'B_phone', 'dateofbirth', 'branchcode', 'categorycode', 'dateenrolled', 'dateexpiry', 'gonenoaddress', 'lost', 'debarred', 'contactname', 'contactfirstname', 'contacttitle', 'guarantorid', 'borrowernotes', 'relationship', 'ethnicity', 'ethnotes', 'sex', 'password', 'flags', 'userid', 'opacnote', 'contactnote', 'sort1', 'sort2', 'altcontactfirstname', 'altcontactsurname', 'altcontactaddress1', 'altcontactaddress2', 'altcontactaddress3', 'altcontactzipcode', 'altcontactcountry', 'altcontactphone', 'smsalertnumber', 'privacy', 'patron_attributes' My record is: 'Crawford', 'Taz', '', 'Tazmo', '', '', '', '150 Our Street', '', 'Yazoo City, MS', '39194', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'DAH', '01', '11/05/2010', '11/05/2011', '', '', '', '', '', '', '', '', '', '', '', '', 'Tazmo', '', '11111', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'CountyCode:yz,PhotoID:Tx VetId 0042201,StateCode:01'
In the /var/log/koha/koha-error_log [Fri Nov 05 09:56:43 2010] [error] [client 10.8.5.33] [Fri Nov 5 09:56:43 2010] import_borrowers.pl: Use of uninitialized value $keycol in substitution (s///) at /usr/share/koha/intranet/cgi-bin/tools/import_borrowers.pl line 124, <fh00001mytest.csv> line 1., referer:
http://koha.mdah.state.ms.us:8080/cgi-bin/koha/tools/import_borrowers.pl
[Fri Nov 05 09:56:43 2010] [error] [client 10.8.5.33] [Fri Nov 5 09:56:43 2010] import_borrowers.pl: Use of uninitialized value $keycol in hash element at /usr/share/koha/intranet/cgi-bin/tools/import_borrowers.pl line 125, <fh00001mytest.csv> line 1., referer:
http://koha.mdah.state.ms.us:8080/cgi-bin/koha/tools/import_borrowers.pl
[Fri Nov 05 09:56:43 2010] [error] [client 10.8.5.33] [Fri Nov 5 09:56:43 2010] import_borrowers.pl: Use of uninitialized value $csvcolumns[0] in join or string at /usr/share/koha/intranet/cgi-bin/tools/import_borrowers.pl line 133, <fh00001mytest.csv> line 1., referer:
http://koha.mdah.state.ms.us:8080/cgi-bin/koha/tools/import_borrowers.pl
So I looked at import_borrowers.pl and those lines are 122 foreach my $keycol (@csvcolumns) { 123 # columnkeys don't contain whitespace, but some stupid tools add it 124 $keycol =~ s/ +//g; 125 $csvkeycol{$keycol} = $col++; 126 } 127 #warn($borrowerline); 128 my $ext_preserve = $input->param('ext_preserve') || 0; 129 if ($extended) { 130 $matchpoint_attr_type = C4::Members::AttributeTypes->fetch($matchpoint); 131 } 132 133 push @feedback, {feedback=>1, name=>'headerrow', value=>join(', ', @csvcolumns)};
Any help would be appreciated.
-- Linda Culberson lculber@mdah.state.ms.us Archives and Records Services Division Ms. Dept. of Archives& History P. O. Box 571 Jackson, MS 39205-0571 Telephone: 601/576-6873 Facsimile: 601/576-6824
------------------------------
Message: 3 Date: Thu, 4 Nov 2010 20:02:32 -0300 From: Tomas Cohen Arazi <tomascohen@gmail.com> Subject: Re: [Koha] [koha]could we import items? To: hubeimeiyu <hubeimeiyu@126.com> Cc: koha <koha@lists.katipo.co.nz> Message-ID: <AANLkTi=hq5eY0bD2mKBNitTwXxWp- RqoFGRC1rLv6n8i@mail.gmail.com> Content-Type: text/plain; charset=UTF-8
2010/11/4 hubeimeiyu <hubeimeiyu@126.com>:
i found it so hard to clean the delete from zebra index, last time i clean a data, i stop the server,and reboot. it is a big trouble to do so. do you have some easy way ?
Could you please explain the steps you've followed? Updating zebra indexes its pretty straight-forward, maybe you're not following the right docs. Which linux are you using? did you do a standard install? a dev install? which path did you choose for the install? did you create the koha user? did you run the reindexing scripts as 'koha' user?
Perhaps we can figure out how to give you more detailed instructions. To+
------------------------------
Message: 4 Date: Fri, 5 Nov 2010 09:32:49 +0800 (GMT+08:00) From: "hubeimeiyu"<hubeimeiyu@126.com> Subject: Re: [Koha] [koha]could we import items? To: "Tomas Cohen Arazi"<tomascohen@gmail.com> Cc: koha <koha@lists.katipo.co.nz> Message-ID: <454e7b19.88a.12c19aa23a6.Coremail.hubeimeiyu@126.com> Content-Type: text/plain; charset="utf-8"
oh ,thank you ,i don't know why ,the first time i use rebuild , it says can't locate C4/Context ,so i use: perl -I /usr/share/koha/lib rebuild_zebra.pl -v -b -r -s & perl -I /usr/share/koha/lib rebuild_zebra.pl -a -z & perl -I /usr/share/koha/lib rebuild_zebra.pl -b -z
i don't know what it means,but it works only if i stop the zebraque_daemon.pl. because i start it within booting,so i change the rc.local, and reboot to stop it, then run it and reboot to start the zebra server, and it works. and i want to know if it has some easy way to clean the zebra index..
what i use is koha3.0.6 and debian 5.0.4 ,i install the lamp with apt-install and the koha with standard install.and i do have a koha user kohaadmin
Wish you best~! FishMei China BeiJing 2010-11-05
???: Tomas Cohen Arazi <tomascohen@gmail.com> ????: 2010-11-05 07:03 ? ?: Re: [Koha] [koha]could we import items? ???: hubeimeiyu <hubeimeiyu@126.com> ? ?: Nicole Engard <nengard@gmail.com>, Elaine Bradtke <eb@efdss.org>, koha <koha@lists.katipo.co.nz>
2010/11/4 hubeimeiyu <hubeimeiyu@126.com>:
i found it so hard to clean the delete from zebra index, last time i clean a data, i stop the server,and reboot. it is a big trouble to do so. do you have some easy way ?
Could you please explain the steps you've followed? Updating zebra indexes its pretty straight-forward, maybe you're not following the right docs. Which linux are you using? did you do a standard install? a dev install? which path did you choose for the install? did you create the koha user? did you run the reindexing scripts as 'koha' user?
Perhaps we can figure out how to give you more detailed instructions. To+