Re: [Koha] Help with JSON and public reports

2014-12-23 Thread Chris Cormack
* Karam Qubsi (karamqu...@gmail.com) wrote:
> Hi ,

Hi Karam

> First I'm very new with JSON . I'd like to ask :
> as I understood from JSON documentation that the output data in JSON format
> must look like something like to this :
>  [ { "Name" : "Alfreds Futterkiste", "City" : "Berlin", "Country" :
> "Germany" }, { "Name" : "Berglunds snabbköp", "City" : "Luleå", "Country" :
> "Sweden" }, { "Name" : "Centro comercial Moctezuma", "City" : "México
> D.F.", "Country" : "Mexico" }, { "Name" : "Ernst Handel", "City" : "Graz",
> "Country" : "Austria" } ]
> 
> but in Koha the output for Public reports  is like this :
> 
> [["23-12-2014","maisara","6"],["23-12-2014","nadia","10"],["22-12-2014","hakkar","17"],["22-12-2014","nadia","3"],["22-12-2014","abdramaneg","21"]]
> 
> the field names is not in the output , and I realized ( & maybe I'm
> wrong) that to handle JSON text you must have id for each field ) to
> handle it with your script .

That isn't true, what is above is an array of arrays, represented in
JSON, you can hndle that just fine in whatever you have that is
consuming the JSON 

> 
> so is this a correct output from Koha ? and can be handled in some
> advanced methods with JSON ?
> 
> or do I have to write my SQL report in a way to CONCAT the field name
> with the field data in every data cell ?
> 

If you want the data instead as an array of hashes (in perl speak)
like your first example of JSON is describing all you need to do is add

&annotated=1 

To the url, (at least in 3.16.0 or older)

Chris


> thanks :) .
> 
> -- 
> 
> *Karam Qubsi <https://www.linkedin.com/in/kqubsi>*
> 
> *Shah Alam , Malaysia . *
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha 3.18.2 released

2014-12-22 Thread Chris Cormack
The Koha release team are proud to announce the release of Koha 3.18.2 this
is a maintenance release but contains one security fix.

Everyone running 3.18.x is strongly recommended to upgraded.

http://koha-community.org/koha-3-18-2-release/


Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Installing koha on window

2014-12-15 Thread Chris Cormack
* Jesse Lambertson (jlambert...@sqcc.org) wrote:
> Is it possible, though, to run Koha on a **VIRTUAL**Linux/Debian production
> server which is actually a windows server?
> 
Yes

Chris

-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Search: Biblios not found after reindexing

2014-12-10 Thread Chris Cormack
Hi Beda

What version did you upgrade from. 3.18.x uses DOM not GRS1 for indexing, I 
suspect that is your problem 

I am going to be in a conference all day so hopefully someone else can help

Chris 

On 11 December 2014 6:27:58 am NZDT, Beda Szukics  
wrote:
>Hallo
>
>I upgraded today to koha 3.18.1 using the debian packages.
>
>I noticed that the links between authority records and bibligraphic
>records weren't updated using koha-rebuild-zebra
>
>So I tried a full reindex:
>
>koha-rebuild-zebra -f kb
>
>I get:
>
>16:41:54-10/12 zebraidx(4827) [warn] Couldn't open collection.abs [No
>such file or directory]
>17:05:59-10/12 zebraidx(4827) [fatal] reckeys.c:214: Out of memory -
>malloc(364288000 bytes)
>
>Right now I can't search biblios any more.
>
>An authority search does fine, but the the "used in"-row shows allways
>0
>results.
>
>What shall I do?
>
>Beda
>
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Potential XSS attack vector in opac

2014-12-10 Thread Chris Cormack
Hi Elaine 

It's in the 3.18.01 release notes
http://koha-community.org/koha-3-18-01-security-release/

You won't be able to see it in bugzilla the bug is still private until a 3.16.x 
release is done but you can cherry pick the code from the 3.18.x branch in git 

Chris 

On 11 December 2014 6:33:33 am NZDT, Elaine Bradtke  wrote:
>Could someone let us know what bug number this is?
>Thanks
>
>
>On Wed, Dec 10, 2014 at 5:01 AM, Robin Sheat 
>wrote:
>
>> Chris Cormack schreef op wo 10-12-2014 om 12:46 [+1300]:
>> > I have reported the bug, and I am just uploading a couple of
>patches,
>> > (one for master/3.18 which is bootstrap) and one for 3.16 which has
>> > the change for bootstrap and prog
>>
>> Packages for 3.18.01 have been released to the 'squeeze' repository.
>>
>> The 'oldstable' repository will get 3.16 when an update for that have
>> been released. Note that it currently contains 3.14.11, so this will
>> also be an upgrade for that (which I'd rather didn't happen, but I
>was
>> waiting for 3.16.05 anyway before updating it.)
>>
>> I expect this to happen tomorrow, though I'll be conferencing then so
>I
>> can't promise exactly when it'll happen.
>>
>> --
>> Robin Sheat
>> Catalyst IT Ltd.
>> ✆ +64 4 803 2204
>> GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF
>>
>> ___
>> Koha mailing list  http://koha-community.org
>> Koha@lists.katipo.co.nz
>> http://lists.katipo.co.nz/mailman/listinfo/koha
>>
>
>
>
>-- 
>Elaine Bradtke
>Data Wrangler
>VWML
>English Folk Dance and Song Society | http://www.efdss.org
>Cecil Sharp House, 2 Regent's Park Road, London NW1 7AY
>Tel+44 (0) 20 7485 2206 (This number is for the English Folk Dance
>and
>Song Society in London, England. If you wish to phone me personally,
>send
>an e-mail first. I work off site)
>--
>Registered Company No. 297142
>Charity Registered in England and Wales No. 305999
>---
>"Writing about music is like dancing about architecture"
>--Elvis Costello (Musician magazine No. 60 (October 1983), p. 52)
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha 3.18.01 Security release

2014-12-09 Thread Chris Cormack
The Koha release team would like to announce the release of Koha
version 3.18.1.

This is a security release, and as such we would strongly recommend
that anyone running 3.18.0 upgrades.
There should be a release for  3.16.x shortly.

You can read the full release notes here
http://koha-community.org/koha-3-18-01-security-release/

Chris

-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Potential XSS attack vector in opac

2014-12-09 Thread Chris Cormack
* Liz Rea (l...@catalyst.net.nz) wrote:
> Hi Bob,
> 
> Thanks for reporting this bug. In the future, it would be better for you
> to file your bug at the community bugzilla - the large blue link here:
> http://koha-community.org/security/
> 
> As a general reminder for everyone, please don't post your found
> vulnerabilities to the public list. Security bugs should be reported at
> the link above. Koha security bugs are restricted viewing to the
> reporter, and the people listed who are in the security group, which
> corresponds with those who need to be involved in organising an
> out-of-sequence release to deal with serious security issues.
> 
> Thanks again for reporting the issue and helping to make Koha better.
> 
Hi All

I have reported the bug, and I am just uploading a couple of patches,
(one for master/3.18 which is bootstrap) and one for 3.16 which has
the change for bootstrap and prog

Chris

-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Cloud-based Koha vs locally hosted Koha

2014-12-09 Thread Chris Cormack
Hi all 
I agree with Brooke, the cloud is just someone else's computer. With all the 
advantages and disadvantages that brings. 

Chris 

On 10 December 2014 7:06:37 am NZDT, BWS Johnson  
wrote:
>Salve!
>
>> I have a question about installation of Koha.
>> 
>> Relative to hosting Koha in the cloud as opposed to on our own local
>> servers on our domain (which I assume most people do), what is the
>thinking
>> about the ease of installing and updating if it is hosted
>"externally"
>> versus on our own servers?
>> 
>
>
>As long as you have access to the command line and can update and
>change things at will, then there is no difference between the cloud
>and a physical local server. That latter bit seems to be a big problem
>with a lot of companies, though. So choose a service provider with
>great care and after a lot of testing. You not only needs be able to
>update Koha, but all of Koha's dependencies as well.
>
>
>>
>> Are there any security issues I should be concerned about in either
>case?
>
>> 
>
>
>The only difference I can spot might actually weigh as a positive in
>favour of cloud based service. When you have a physical server and
>suffer a local catastrophe, such as an earthquake, fire, sinkhole, et
>cetera, there goes your data. If you found a cloud based service that
>allows you to maintain things routinely, there shouldn't be any
>difference. You're trusting someone else when you select a hosted
>service, but this would be the same trust you would put in a normal
>vendor in most cases, anyway. If you hire a new employee for your
>building and give them a set of keys, you're taking a security risk,
>too, but in both cases that risk ought be calculated.
>
>Security issues in general are shared over a specific listserv that's
>populated by trusted Community members. Bugs on that list are fixed
>with extreme prejudice.
>
>My final note is to consider if you're going to actually *need* the
>data that you collect and keep. A certain naughty Library that shall
>remain nameless used to keep the Social Security Numbers of all of
>their Patrons in a note field on a non Koha system that would literally
>pop up *every* time someone checked out.
>
>Cheers,
>Brooke
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] MariaDB

2014-12-07 Thread Chris Cormack
* Riley Childs (rchi...@cucawarriors.com) wrote:
> Pressed send before I finished typing
> I ran across some stuff on koha-devel from 2012, but didn't find much beyond 
> that. From what I understand it is a drop in replacement for MySQL.

Hi Riley

We have almost all of our hosted production Koha running on MariaDB only
about 4 are left on MySQL. No problems noticed.

Chris
-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] MYSQL to SQL Sever

2014-12-07 Thread Chris Cormack
Short answer is no, long answer is yes possibly such a tool exists, but the 
schema would have to be changed. 

Perhaps if you told us what you planned to do with it once you moved it to a 
proprietary database server we could offer better suggestions. 

Chris 

On 8 December 2014 5:46:58 pm NZDT, Sina Stewart  wrote:
>hi David 
> 
>Yes i know that the only supported database is MySQL , i asking about
>if i can transfer data to oracle or SQL server directly, like install a
>tool on koha server to do trnsfer to another machine .. 
>Thank You 
> 
>Date: Mon, 8 Dec 2014 08:18:29 +1300
>Subject: Re: [Koha] MYSQL to SQL Sever
>From: david.n...@gmail.com
>To: sina_sina1...@live.com
>CC: koha@lists.katipo.co.nz
>
>Hi Sina.
>
>The only supported database for Koha is MySQL.
>
>On 7 December 2014 at 18:12, Sina Stewart 
>wrote:
>Dear All i have a question about if possible to transfer the data
>stored in koha database to another SQL server or Oracle database in
>another machine up to date and  automatically , to be like as working
>on SQL or oracle database ,  i have a problem in my work there are need
>a system running SQL or Oracle server and i don't want to change KOHA 
>.. can any one advise me ...
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Thank's
>
>___
>
>Koha mailing list  http://koha-community.org
>
>Koha@lists.katipo.co.nz
>
>http://lists.katipo.co.nz/mailman/listinfo/koha
>
>
>
>-- 
>David Nind | david.n...@gmail.com
>PO Box 12367, Thorndon, Wellington, New Zealand 6144
>h. +64 4 9720 600 | m. +64 21 0537 847 | w. +64 4 8906 098
> 
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha vs Liblime Koha

2014-12-05 Thread Chris Cormack


On 6 December 2014 6:19:53 am NZDT, Greg Barniskis  wrote:
>Hi all,
>
>As others pointed out, LLK and Koha are not the same. They were once
>upon a time, but speaking as someone whose employer (SCLS) chose LLK
>but who also watches the Koha community with great interest, I can
>confirm the products are divergent, and increasingly so.
>
>Some key differences that are of note (and I'm sure there are others):
>
>LLK is, technically, open source, but not nearly as open as Koha. Too
>many differences to get into in any great detail here, but in summary:
>very different. You can download it and use it, but you won't find many
>others who are hosting it and thus able to help in that area; your
>realistic choices for support are be a LibLime customer or Do It
>Yourself. Compare community, where one can download, bootstrap and get
>good help doing it.
>
>LLK scales very high. SCLS pushes on average over one million checkouts
>per month, pitting nearly 500,000 patrons against 900,000 bibs and 3.4
>million items. I believe that Koha can scale too, but so far as I know
>it really has not been battle-tested to the same degree. If/when it is,
>there may be some hurdles to clear (there definitely were for LLK when
>we started stomping on it).
>

It has, there are 1000+ public libraries in Argentina using Koha in a union 
Catalogue.  
PTFS Europe have a 47 library customer with 700,000 patrons. 

There are a few other examples, but I just wanted to squash the idea Koha is 
unproven at scale. 

I pretty much agree with the rest of the email. 

Chris 

>LLK uses Solr to meet our demanding search requirements. Koha started
>down that path but (if I understand correctly) is now heading toward
>other solutions.
>
>LLK fines and fees handling is now very different from Koha.
>Acquisitions too, I think, though I pay hardly any attention in that
>area...
>
>LLK is said to be slated to merge functionality with another fork, LL
>Academic Koha, creating a new super fork (a spork? =). This is probably
>going to be good for most LibLime customers, I think, but after that
>point I think comparing the resulting  product to Koha is really going
>to be quite a stretch of the imagination.
>
>Koha has a well-maintained manual, wiki, db schema map and other
>reference materials. While these were once also pretty valid sources of
>info for LLK, the fork divergence is continually eroding that value. It
>is not safe to read something in community resources and conclude that
>what you find there is also true for LLK. You can test, and you can
>validate in many cases that things are still similar if not identical
>under the hood, but you cannot just assume that they are comparable
>because in some cases they are not. For me, the fact that LLK lacks
>these documentation and info sharing resources is a real downside. On
>the upside, when we go to LL staff to get info, they do know or will
>find the answer, but IMO it would be better if the same scope and
>quality of reference material were there as exists for Koha. This is
>definitely a strike against the idea that you can just download LLK and
>Do It Yourself.
>
>
>
>Greg Barniskis, Computer Systems Integrator
>South Central Library System (SCLS)
>, (608) 242-4716
>
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Details on Koha upgrade to 3.18

2014-12-04 Thread Chris Cormack
* Lenora Oftedahl (o...@critfc.org) wrote:
> 
> Still no results on OPAC search.

I think you will need to look into adding those no standard fields to
the dom files, not just the record.abs file.

Koha 3.18 uses DOM not GRS1 for indexing by default.

I think that is the problem at least.

Chris

>  
> Lenora
> >>> 
> 
> 
> From: Hilary Forrest
> To:Lenora Oftedahl
> Date: 12/4/2014 2:33 PM
> Subject: Fwd: Re: [Koha] Upgrade to 3.18
> Lenora - here is the info:
> 
> -installed with apt-get install koha-common on debian squeeze (6.0.10) brand 
> new system
> -mysql 5.173
> -used koha-create --use-db --database kohalibrary library
> -the installer web page automatically did the upgrade from 3.06 to 3.18
> -ran koha-upgrade-schema although I assume that was run before
> 
> -edit  /etc/koha/zebradb/marc_defs/marc21/biblios/record.abs
>   (because our install is non-standard) and add these:
>   melm 090$c Local-number:n,Local-Number:w,Local-Number:s
>   melm 090$d biblioitemnumber:n, biblioitemnumber:w, biblioitemnumber:s
> 
> -ran koha-rebuild-zebra -f -v library which generated this output:
> # koha-rebuild-zebra -f -v library
> Zebra configuration information
> 
> Zebra biblio directory  = /var/lib/koha/library/biblios
> Zebra authorities directory = /var/lib/koha/library/authorities
> Koha directory  = /usr/share/koha/intranet/cgi-bin
> Lockfile  = 
> /var/lock/koha/library/rebuild/rebuild..LCK
> BIBLIONUMBER in :  090$c
> BIBLIOITEMNUMBER in : 090$d
> 
> skipping authorities
> 
> exporting biblio
> 
> 19301..error retrieving biblio 31556 at 
> /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 679.
> .error retrieving biblio 31557 at 
> /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 679.
> 22701.error retrieving biblio 36838 at 
> /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 679.
> .error retrieving biblio 36839 at 
> /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 679.
> 23101error retrieving biblio 37233 at 
> /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 679.
> .error retrieving biblio 37234 at 
> /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 679.
> .error retrieving biblio 37235 at 
> /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 679.
> 29901
> Records exported: 29950
> 
> REINDEXING zebra
> 
> 12:17:44-04/12 zebraidx(4732) [warn] Record didn't contain match fields in 
> (bib1,Local-number)
> 
> CLEANING
> 
> Zebra configuration information
> 
> Zebra biblio directory  = /var/lib/koha/library/biblios
> Zebra authorities directory = /var/lib/koha/library/authorities
> Koha directory  = /usr/share/koha/intranet/cgi-bin
> Lockfile  = 
> /var/lock/koha/library/rebuild/rebuild..LCK
> BIBLIONUMBER in :  090$c
> BIBLIOITEMNUMBER in : 090$d
> 
> 
> exporting authority
> 
> 1.
> Records exported: 34
> 
> REINDEXING zebra
> 
> skipping biblios
> 
> CLEANING
> 
> 
> 
> 
> 
> 
> Hilary Forrest
> Systems Programmer/Administrator
> Columbia River Inter-Tribal Fish Commission
> 700 NE Multnomah Street, Suite 1200
> Portland, OR 97232
> 503-736-3580
> f...@critfc.org
> 
> 
> 
> 
> 
> 
> 
> 
> >>> 
> From: Lenora Oftedahl
> To:   Hilary Forrest
> Date: 12/4/2014 2:09 PM
> Subject:  Fwd: Re: [Koha] Upgrade to 3.18
> 
> 
> 
> >>> 
> 
> From: Chris Cormack 
> To:Lenora Oftedahl 
> CC:KOHA 
> Date: 12/4/2014 2:04 PM
> Subject: Re: [Koha] Upgrade to 3.18
> * Lenora Oftedahl (o...@critfc.org) wrote:
> > We're upgrading to 3.18, but we are not having any luck with getting the 
> > Search to work.  Found the bit about 941$n=1, but we're not sure what that 
> > means and where that goes.
> >  
> Hi Lenora
> 
> We are going to need some more information, how was your Koha
> installed? Packages or tarball, how did you do the upgrade? How are
> you reindexin

Re: [Koha] Upgrade to 3.18

2014-12-04 Thread Chris Cormack
* Lenora Oftedahl (o...@critfc.org) wrote:
> We're upgrading to 3.18, but we are not having any luck with getting the 
> Search to work.  Found the bit about 941$n=1, but we're not sure what that 
> means and where that goes.
>  
Hi Lenora

We are going to need some more information, how was your Koha
installed? Packages or tarball, how did you do the upgrade? How are
you reindexing? What version did you come from?

Chris

-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha vs Liblime Koha

2014-12-04 Thread Chris Cormack
On 5 December 2014 at 10:00, Jesse Lambertson  wrote:

> Hello everyone,
>
> We are about to set up our servers and technical services for our library
> here at the Cultural  Center.
>
> Changing offices and events have kept us very busy.
>
> But I was looking at the LibLime "version" of Koha and wondered, out of
> curiosity, what problems I might run into if I installed their version
> instead of the current stable version as hosted on the community wiki.
>
> Hi Jesse

One major point, is that the Liblime software is by their own admission not
Koha. It is based on Koha from about 2008/2009.
It is also maintained by one company (Liblime) whereas Koha, is maintained
by many companies and volunteers worldwide.

Of course this being the Koha list, we would recommend Koha.

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha 3.18 : Search Patrons -- Possible Bug

2014-12-04 Thread Chris Cormack
* Bob Ewart (bob-ew...@bobsown.com) wrote:
> Hi
> 
> I updated Koha last night on Xubuntu using the PPA.  Now I'm having the same
> problem on Firefox 34.0, It's working on Firefox 33.0.
> As a work around, you can search using the 'Check out' tab on the home page
> and then clicking on the "Details" tab.
> 
> On Firefox 34.0 the console shows:
> Empty string passed to getElementById().
> jquery.js:2
> Use of getPreventDefault() is deprecated.  Use defaultPrevented instead.
> jquery.js:3
> TypeError: c is undefined query.dataTables.min.js  65
> 
> On Firefox 33.0, which works, the console shows:
> Use of getPreventDefault() is deprecated.  Use defaultPrevented instead.
> jquery.js:3
> window.controllers is deprecated. Do not use it for UA detection.
> nsHeaderInfo.js:412
> Empty string passed to getElementById().   jquery.js 2
> 

Hi All

Can you file a bug at bugs.koha-community.org please, with as much
information as possible please.

Chris

-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha 3.18 : Search Patrons -- Possible Bug

2014-11-30 Thread Chris Cormack
On 1 December 2014 at 20:29, Josef Moravec  wrote:

> Hello Arslan,
>
> I've just upgraded to Koha 3.18 (Debian 7, packages install) and Patron
> searching is working well.
>
> As the result table is loaded via ajax, did you try to look in your browser
> developer tools, if there is some javascript error? Is it possible, that
> you have some user javascript in your staff client which can make this
> problem??
>
>
Hi Arslan and Josef

Yep, it is working here also, do note that it defaults to seaching by
starts with ..

 Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Recover deleted books

2014-11-17 Thread Chris Cormack
On 18 November 2014 18:45, CTS-Programmer 3 (Paul Dokken) <
cts-pr...@sil.org.pg> wrote:

> We accidently deleted about 100 books a few weeks ago and would like to
> recover them.  We have a list of the barcodes and titles.  What would be
> the best way to do this?
>
> Thanks,
>
>
Hi Paul

Look in the deleteditems, deletedbiblioitems and deletedbiblio tables. You
should be able to select the rows you want and insert them back into the
right tables.
If that doesn't work, restore one of your older back ups to another MySQL
instance and select the rows from there.

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Assistant Director of Digital Strategies, Houston Public Library, TX

2014-11-14 Thread Chris Cormack
HI all

Just a friendly reminder, the Koha Users list is not really the place for
random library related job advertisements. If it was Koha related this
would be different, hopefully I have misunderstood and what this email
means is that Houston Public Library is migrating to Koha

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Restrict Patron just to the library the Item is from

2014-11-12 Thread Chris Cormack
On 13/11/2014 4:08 am, "anjoze"  wrote:
>
> vikram zadgaonkar-2 wrote
> > That's what . If a patron is has damaged or lost a book from library A
how
> > can you allow him to borrow from other branch.
> > On 24-Oct-2014 9:30 PM, "anjoze" <
>
> > joseanjos@
>
> > > wrote:
> >
> >> Sorry I mean:
> >> Restrict just to Library A and let him borrow on libraries B and C?
>
> Ok, this is our problem:
> We have a public Library and school libraries.
> We don’t want to duplicate Patrons.
> If a Patron is restricted in the public Library he has to be able to
borrow
> from his school library because they need to read some books so they can
do
> the homework assigned by teachers.
> If they are restricted they cant do homework.
> I would suggest to implement this option on future versions.
> Thank you
>

Hi

If you file an enhancement request at bugs.koha-community.org and find a
developer to work on it for you, it will get into a future version

Chris
>
>
> -
> Koha version:   3.08.04
>- -
> José Anjos
> --
> View this message in context:
http://koha.1045719.n5.nabble.com/Restrict-Patron-just-to-the-library-the-Item-is-from-tp5815515p5818451.html
> Sent from the Koha-general mailing list archive at Nabble.com.
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Problem with Apache, Wordpress & Koha

2014-11-07 Thread Chris Cormack
Hi Lenora 

I'd disable WordPress in your apache config, and then you'll narrow it down a 
bit. 

The next thing I'd try before you start apache, log in to mysql as the mysql 
root user. Then you can start apache and then run (in mysql) show processlist. 
That will lost all the queries running. From that you should be able to spot 
what's causing it

Chris 

On 8 November 2014 8:20:37 am NZDT, Lenora Oftedahl  wrote:
>Apparently, our installation has decided to go wonky.  I'm thinking
>malware, but we can't seem to ferret out the difficulty.  Yes, we're on
>a slightly older version.
> 
>Apache starts up.  Koha & Wordpress start up.  The number of users
>immediately jumps to 150 in the Koha database, blocking the real people
>from using the software.
> 
>Any clues?  Anyone else experienced this difficulty?  
>Software error:Too many connections at
>/usr/share/koha/lib/C4/Context.pm line 730. Compilation failed in
>require at /usr/share/koha/lib/C4/Auth.pm line 33. BEGIN
>failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 33.
>Compilation failed in require at
>/usr/share/koha/intranet/cgi-bin/mainpage.pl line 25. BEGIN
>failed--compilation aborted at
>/usr/share/koha/intranet/cgi-bin/mainpage.pl line 25.
>For help, please send mail to the webmaster ([no address given]
>( mailto:[no%20address%20given]) ), giving this error message and the
>time and date of the error. 
> 
>Lenora Oftedahl
>StreamNet Regional Librarian
>Columbia River Inter-Tribal Fish Commission
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Change search engine in koha 3.16 (Katrin Fischer)

2014-11-06 Thread Chris Cormack
* bui phong (phongt...@yahoo.com) wrote:
> Hi Katrin,
> 
> I did some research about zebra before. This search engine doesn't support 
> Quotation for exact match. 
> 
> 
> Actually, I prefer to change search engine to Solr but as you and Jonathan 
> mentioned before, koha doesn't support solr so I will try to modify 
> zebra to get better search result.

Hi Phong

You could also take a look at the ElasticSearch work here
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478

Chris


-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Kohacon15 - Dates

2014-10-30 Thread Chris Cormack
* Olugbenga Adara (gbengaad...@gmail.com) wrote:
> Hello everyone,
> 
> We are suggesting Kohacon15 for between 19th October to 25th October 2015.
> This will be in the traditional 3 days conference, 1 day rest / tourist /
> cultural activities and 3 days hackfest.
> 
> This is not cast in stone yet but we would like feedback if for any reason
> these days are not ok for most or we can lock the days in.
> 
Hi Olugbenga

Those dates work fine for me (and other nzers .. our big Library conference here
is November 7-11 .. so no clash)

Chris
-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Login to Koha from a remote computer...

2014-10-30 Thread Chris Cormack
On 31 October 2014 07:49, John Shewfelt  wrote:

> Good afternoon,
>
> My apologies if this is a dumb question... I have inherited a partly set
> up Koha configuration - 3.16, Debian, Zebra - and I would like to be able
> to login to Koha from my laptop when I am away from the library.
>
> As near as I can ascertain, no IP range has been established. While I can
> access the Koha login page from my laptop, I cannot be authenticated and
> gain access. However, when I am in the Library, using our local wireless, I
> have no problem.
>
> Can anyone tell me where I can find the appropriate configuration tool to
> access Koha remotely. Clearly something was set up to account for our local
> IP range, but I can't see where it was set up.
>
> Hi John


Check the systempreference AutoLocation (In Adminstration ->
SystemPreferences -> Adminstration)  It might be set to require, you can
switch this to Don't require

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Getting listed on Koha Website.

2014-10-23 Thread Chris Cormack
* Mayank Jain (may...@ampletrails.com) wrote:
> 
> 
> 
> Company Name:  AmpleTrails
> 
Hi 

I had a look on your website, and I couldnt find much about Koha, or a link to 
the
official Koha site 
(as needed at http://koha-community.org/support/paid-support/how-to-get-listed/ 
)

Did I miss something?

Chris
-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Manager-Information Technology, Library System of Lancaster CO (PA)

2014-10-21 Thread Chris Cormack
* Jobeth Bradbury (jobethbradb...@gossagesager.com) wrote:
> Manager-Information Technology
> 
> Library System of Lancaster County (PA)
> 
>  
> 
Awesome! I am assuming from this, you are planning to move from III to Koha?
(Or do you already use Koha and I was looking at an old catalogue site?)

Either way that's way cool

Chris
-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Fwd: [Koha-devel] Photos from KohaCon14

2014-10-19 Thread Chris Cormack
Forwarding to the general list alsos

I have added mine, I hope others add theirs also.

Chris

-- Forwarded message ---
From: Paul Poulain 
Date: 15 October 2014 12:23
Subject: [Koha-devel] Photos from KohaCon14
To: koha-de...@lists.koha-community.org


Hi,

I've added a chapter to the wiki page http://wiki.koha-community.
org/wiki/KohaCon14, suggesting to add links to the photos you've published.

I've put mine (with 100+ photos, more coming)

-- 
Paul Poulain, Associé-gérant / co-owner
BibLibre, expert du logiciel libre pour les bibliothèques
BibLibre, Open Source software for libraries expert
___
Koha-devel mailing list
koha-de...@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Fwd: Re: error with newly installed koha

2014-10-03 Thread Chris Cormack



 Original Message 
From: Chris Cormack 
Sent: 4 October 2014 10:54:44 am NZDT
To: sean toczko 
Subject: Re: [Koha] error with newly installed koha

Hi 

I think you haven't run the web installer part yet try hitting your site on 
port 8080 with the -staff bit. (from your config it looks like that's how you 
set it up,  check the file in /etc/apache2/sites-enabled/ to be sure) 

Chris 

On 3 October 2014 8:47:39 pm NZDT, sean toczko  wrote:
>Dear All,
>
>I'm running Koho on Ubuntu 14.04.1 LTS, inside a LAN, purely as a
>testsite
>for now, so I may have set up my /etc/koha/koha-sites.conf file
>incorrectly
>(snippet below).
>
>1 # NOTE: for a complete list of valid options please read
>koha-create(8)
>  2
>  3 ## Apache virtual hosts creation variables
>  4 #
>  5 # Please note that the URLs are built like this:
>  6 # OPAC:  http://NAME>:
>  7 # STAFF: http://NAME>:
>  8 DOMAIN=".chikyu-library.org"
>  9 INTRAPORT="8080"
> 10 INTRAPREFIX=""
> 11 INTRASUFFIX="-intra"
> 12 OPACPORT="80"
> 13 OPACPREFIX=""
> 14 OPACSUFFIX=""
> 15
> 16 ## Default data to be loaded
> 17 #
> 18 # DEFAULTSQL: filename
>19 # Specify an SQL file with default data to load during instance
>creation
> 20 # default: (empty)
> 21 DEFAULTSQL=""
> 22
> 23 ## Zebra global configuration variables
> 24 #
> 25 # ZEBRA_MARC_FORMAT: 'marc21' | 'normarc' | 'unimarc'
> 26 # Specifies the MARC records format for indexing
> 27 # default: 'marc21'
> 28 ZEBRA_MARC_FORMAT="marc21"
> 29
> 30 # ZEBRA_LANGUAGE: 'en' | 'es' | 'fr' | 'nb' | 'ru' | 'uk'
>
>I can go to the koha page thru the browser (firefox & safari), but when
>I
>try to log in, I get this error, everytime:
>
>Software error:
>
>Can't use an undefined value as an ARRAY reference at
>/usr/lib/perl5/DBI.pm
>line 2064.
>For help, please send mail to the webmaster ([no address given]),
>giving
>this error message and the time and date of the error.
>
>It looks like this has been noted before, but what do I need to do to
>fix
>this? Any advice?
>
>Cheers,
>
>Sean
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] No patron categories defined

2014-09-27 Thread Chris Cormack


On 28 September 2014 1:40:06 pm NZDT, Margo Duncan  wrote:
>When creating new patrons we have just stared receiving the error
>"There are no patron categories defined. Please add a patron category."
>(which links to /admin/categorie.pl).  We have 17 patron categories
>defined (and have been adding patrons for years).
>
>Any suggestions on where to start troubleshooting are welcome!
>
>We're running 3.14.09 on Debian.
>

Hi Margo, 

Since it is just recently started happening what has changed?

Chris 


>Thank you,
>Margo
>
>Margo Duncan, MLS
>Systems Librarian
>Robert R. Muntz Library
>The University of Texas at Tyler
>903.566.7174 | mdun...@uttyler.edu
>
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Export Athena / import Koha

2014-09-24 Thread Chris Cormack
On 25 September 2014 14:02, jrbk  wrote:

> FYI: I am a total novice at Koha. I had an acquaintance set up a Ubuntu
> server with Koha on it. The server is running just fine and can only be
> accessed in-house. We are using it for a small library at a private school.
> It is replacing the outdated Athena. I created a superuser and have logged
> in and am starting to set things up...
>
> I followed the directions on this wiki in order to export the MARC records
> from Athena in order to import it into Koha.
>
>
> http://library.bridgton.lib.me.us/BPL_mediawiki/index.php/Exporting_Athena_Holdings_Data_and_Importing_it_into_Koha
>
> I was able to accomplish all of the steps without any errors or issues...
>
> I then went into "Manage staged MARC records" from the Tools menu and
> imported the MARC records into the catalog. I am able to search for each
> item by title or author, etc. The problem that I am having is that it
> didn't
> seem to transfer the Barcode information. All of our books are already
> labeled so it is advantageous for us to keep the old Barcode system since
> there are roughly 9000 items.
>
> Any help would be much appreciated. Thank you.
>
>
> Just to be clear, are you just missing the barcode part of the item
record, or the entire item record?

For what it's worth, the MARC file looks fine, it has barcodes in 952p as
it should.

So just need to clear up, did you mean items showing without barcodes, or
just no items at all?

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Important security update for Linux systems

2014-09-24 Thread Chris Cormack


On 25 September 2014 2:36:43 pm NZST, Robin Sheat  wrote:
>This isn't strictly Koha related, but very important to be aware of
>nonetheless. There's a recently announced vulnerability in bash in
>Linux
>which is remotely exploitable.
>
>Some references:
>http://www.csoonline.com/article/2687265/application-security/remote-exploit-in-bash-cve-2014-6271.html
>http://seclists.org/oss-sec/2014/q3/650
>https://lists.debian.org/debian-security-announce/2014/msg00220.html
>
>I'm not aware of any way that Koha makes this easier to exploit, but I
>wouldn't be surprised to find that there is one somewhere. So go run
>your security updates. Also keep an eye on them over the next couple of
>days, I wouldn't be surprised to find a better-fixed version coming out
>in the near future.
>

Apple OSX is also vulnerable, the known attack is via remote login, but there 
may be others so make sure you patch those also. 

Chris
>-- 
>Robin Sheat
>Catalyst IT Ltd.
>✆ +64 4 803 2204
>GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF
>
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Problem encoding characters in link "Back to results" - Bug

2014-09-15 Thread Chris Cormack
* Michał Dudzik (dudzikmic...@wp.pl) wrote:
> Hi,
> found problem about encoding characters link Back to results in opac-detail
> when search word have characters: ć, ą, ä, ö, ü, etc. Look in  file001.png
> <http://koha.1045719.n5.nabble.com/file/n5811687/file001.png>  
> 
> If search characters - ć gets this text ć
> 
> I tested in koha 3.16 and master
> 
> Regards
> Michał
> 
> 


Hi Michał

Could you please report this as a bug at http://bugs.koha-community.org

Giving as much information as possible, and we will try to work on a fix

Chris


> 
> --
> View this message in context: 
> http://koha.1045719.n5.nabble.com/Problem-encoding-characters-in-link-Back-to-results-Bug-tp5811687.html
> Sent from the Koha-general mailing list archive at Nabble.com.
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Fwd: Data Migration Libsys to koha

2014-09-10 Thread Chris Cormack
-- Forwarded message --
From: "Pankaj" 
Date: 11/09/2014 4:32 pm
Subject: Data Migration Libsys to koha
To: 
Cc:

Hi Team,

 I need help on data migration. I imported patrons data and Item data  to
Libsys  to koha .


-- 



















* Thanks & Regards PANKAJ KUMAR MAURYAGreat Eastern Impex Pvt. Ltd.Plot no.
: 285, Udyog Vihar,Phase - II, Gurgaon - 122016(HARYANA), IndiaPhone No. :
+91-124-2347431 <%2B91-124-2347431>, 2347432Fax No. : +91-124-2348432
<%2B91-124-2348432>Vodafone No. : 9953938077Toll Free :-18002004015Visit us
at www.geipl.com  An ISO 9001:2008 Certified Company*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] (Sip2) couldn't start sip2

2014-09-07 Thread Chris Cormack
* Abdulsalam Yousef (ayou...@kwareict.com) wrote:
> Hello all,
> We have a problem when trying to run Sip2 using this command
> 
> perl -I./ ./SIPServer.pm ./SIPServer.xml >~/sip_log.out 2>~/sip_log.err &
> 
> the log file called sip_log.err shows this error
> 
> END SIPServer config.
> Bad arg length for Socket::unpack_sockaddr_in, length is 28, should be 16
> at /usr/local/lib/perl/5.14.2/Socket.pm line 830.
> 

Its Socket.pm having trouble with an IPv6 address.

In your SIPConfig.xml (or in your case SIPServer.xml) where you have the 
port="6001/tcp" (or whatever
port you have) make it be

  port="123.456.7.89:6001/tcp"

(Or whatever IP you want it to bind on)

Chris


-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Incremental fine and purchase suggestion restriction

2014-09-04 Thread Chris Cormack
Not to play a well worn record again, well ok that's exactly what I am going to 
do. 

1/ It's good to post suggestions to the mailing list 
2/ It's much better to file an enhancement or new feature request at 
bugs.koha-community.org 
3/ It's even better to spec up the desired feature in the form of an RFC at 
wiki.koha-community.org 
4/ It's better still to fund a developer to work on your feature. Or find some 
way to convince them that working for free for you is worth doing. 
5/ work on the feature yourself 

1,2,3 are good starts but without 4 or 5 it is highly unlikely the feature will 
be created. 

Either that or you could manage to get a grant so the developers could all 
afford to retire and work for free. :) 

Chris 

On 5 September 2014 5:01:44 am NZST, Vinod Kumar Mishra 
 wrote:
>Dear All,
>
>Incremental fine and purchase suggestion restriction by category of
>users is very much needed in my view. Many libraries badly needs this
>features for proper administration of libraries.
>
>Therefore developers may review the above demand for incorporating it
>in next versions.
>
>Thanking You.
>
>With regards,
>Vinod Kumar Mishra,
>Assistant Librarian,
>Biju Patnaik Central Library,
>NIT Rourkela,
>Mob:91+9439420860
>91+6612462103 (O)
>email: vinod_librar...@rediffmail.com
> : mishrav...@gmail.com
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha Password Problum

2014-09-01 Thread Chris Cormack
* Khayam Shah (khayamsha...@yahoo.com) wrote:
> hello everyone 
> 
> 
> this is khayam shah 
> 
> i was download "easykoha" with ubuntu 12.04 from total library solution, TLS 
> redirect me to source forge from where i download it ... its relay good 
> developed by vinod kumar mishra ... but
> 
> The problum is 
> 
> 
> after installation when i want to enter in ubuntu from very start it cant 
> take koha password "koha123"
> i try many more like katikoan, kohaadmin, koha, etc but no result 
> 
> then i login from guest session to try to change password but its cant give 
> me permission to change anything in it ... 
> 
> 
> 
> can you help me 
> about give me only accurate password ..
> 
Hi Khayam

We can't really help you with that, it's not part of the Koha project, but a 
3rd party developed thing
The only person who could help you with it is the person who made it.

Chris
-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] install koha

2014-09-01 Thread Chris Cormack
On 1 September 2014 23:26, gopiii  wrote:

> By default, Koha can be installed in one of three ways:
>
> standard: Install files in conformance with the Filesystem
>   Hierarchy Standard (FHS).  This is the default mode
>   and should be used when installing a production
>   Koha system.  On Unix systems, root access is
>   needed to complete a standard installation.
>
> single:   Install files under a single directory.  This option
>   is useful for installing Koha without root access, e.g.,
>   on a web host that allows CGI scripts and MySQL databases
>   but requires the user to keep all files under the user's
>   HOME directory.
>
> dev:  Create a set of symbolic links and configuration files to
>   allow Koha to run directly from the source distribution.
>   This mode is useful for developers who want to run
>   Koha from a git clone.
>
>
This tells us you are most definitely not installing using the packages.

You should use the packages is you are on a debian based distribution (like
ubuntu)

Please try installing with the packages, using the urls that people have
sent. And give
full feedback, not, it's not working. That is not useful for us to help you.

You should only use the tarball method of install on a system where you can
not use the packages.

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] facing problem

2014-08-27 Thread Chris Cormack
* Syed Aamir Abbas (syed.aamirab...@hotmail.com) wrote:
> Hello Sir / Madam.! 
> I am using Koha 3.4.1 (Fedora based) , I am facing a big problem that when I 
> search any biblio record, a message appeared 
> "Can't call method "data" on an undefined value at /opt/koha/lib/C4/Search.pm 
> line 1488"I have also rebuild zebra index but no result shown.
> Except Biblio  holdings, everything is existing (patron record, fine record, 
> ) etc . . .I am in huge trouble , so Pl help me out from this trouble.I shall 
> be thankful in this regard.
> Regards,
> 
First up 3.4.1 was released 3 years ago. So it is unlikely anyone will be able 
to help
you with a version that old. 
You might want to upgrade (on your test server first) and check if that fixes
the problem

Chris
-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Circulation anomalies

2014-08-20 Thread Chris Cormack
Switch on the access logs in Apache, if they aren't already on. Then you can 
see if someone is indeed returning them and from what ip. 

It's incredibly unlikely Koha is doing this itself or we would have had many 
many reports of this. 

The fact you are seeing returns.pl in the error log means someone or something 
is hitting the returns page. 
(they are warns and can be ignored but it does help us track down that someone 
is using the returns page. Access logs will tell us much more) 

Chris 


On 21 August 2014 6:17:03 am NZST, Mesfin Teshome  wrote:
>Dear all,
>I am facing a strange problem. I am a system/network admin and our
>librarians at the University are saying Koha is reporting no checked
>out items for people who have checked out books, or displays 1 or 2
>checked out items while there are many books checked out. The
>librarians claim they have not done anything with the circulation.
>When I check the circulation history and modification logs at the
>Patrons profile, the logs show that the books have either been returned
>or issued but the librarians swore they have not done that and that the
>system is doing that by itself. I have tried to look at the
>Koha-error_log, I see this error message
>returns.pl: Use of uninitialized value in hash element at
>/usr/share/koha/intranet/cgi-bin/circ/returns.pl line 413,  line
>522., referer: http://$libraryurl$/cgi-bin/koha/circ/returns.pl
>Is this related to the problem? Where can I start troubleshooting the
>problem? The librarians are very worried because bad record with
>circulation could mean loss of books and they are convinced it is a
>system problem.
>
>We are running Koha version: 3.12.00.000
>I will really appreciate your response.
>Kind regards,
>Mesfin
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] "Refine your search" in Koha 3.16

2014-08-19 Thread Chris Cormack
* Witoszynskyj Stephan (step...@wito.org) wrote:
> Hi,
> 
> it’s basically the first time that I had a closer look at Koha’s source code 
> and my knowledge of Perl is limited. So, I must admit that I don’t quite 
> understand how things work.
> 
> what is $marc_record->field($tag_num) in line 531 of C4/Search.pm supposed to 
> return?
> If I use only the first element of the array that is returned by this line, 
> the facets seem to be correct.


Its not that issue, but you are close, if you check the patch, on the bug it 
should 
help 

Probably we should move this to the koha-devel list if you want to discuss code 
specifics :)

Chris

> 
> Regards,
>   Stephan
> 
> 
> 
> Am 19.08.2014 um 22:46 schrieb Chris Cormack :
> 
> > * Hernandez, Heather (heather_hernan...@nps.gov) wrote:
> >> Hi--
> >> 
> >> Elaine and Stephen, I agree--this isn't good!  In our catalog (also 3.16),
> >> if you click one of the facets from a 400 field, it does return correct
> >> results based on the 100 field--e.g., if you do a search on Sea Poetry:
> >> http://keys.bywatersolutions.com/cgi-bin/koha/opac-search.pl?q=sea+poetry
> >> 
> > Hi All
> > 
> > Please file a bug report for this at bugs.koha-community.org
> > 
> > We think we have tracked it down to something to do with fix for large MARC 
> > records
> > But are continuing to work on it. 
> > It is something to do with the IncludeSeeFromInSearches systempreference
> > If you have had this on, or have it on, it makes the links so that when you 
> > search for
> > the 400, you can still find results.
> > 
> > To do this its linked, however in 3.12.x and 3.14.x it appears these links 
> > were filtered
> > out when building the facets and for some reason this is not occuring.
> > 
> > I think its to do with an indicator of z that gets added to 100 (of the 
> > biblio) on indexing (you wont see
> > it on the record itself, its added when indexing)
> > 
> > The old code got rid of this, so no, this is not required behaviour
> > 
> > 
> > Chris
> > 
> > -- 
> > Chris Cormack
> > Catalyst IT Ltd.
> > +64 4 803 2238
> > PO Box 11-053, Manners St, Wellington 6142, New Zealand
> > ___
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > http://lists.katipo.co.nz/mailman/listinfo/koha
> 

-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] "Refine your search" in Koha 3.16

2014-08-19 Thread Chris Cormack
* Hernandez, Heather (heather_hernan...@nps.gov) wrote:
> Hi--
> 
> Elaine and Stephen, I agree--this isn't good!  In our catalog (also 3.16),
> if you click one of the facets from a 400 field, it does return correct
> results based on the 100 field--e.g., if you do a search on Sea Poetry:
> http://keys.bywatersolutions.com/cgi-bin/koha/opac-search.pl?q=sea+poetry
> 
Hi All

Please file a bug report for this at bugs.koha-community.org

We think we have tracked it down to something to do with fix for large MARC 
records
But are continuing to work on it. 
It is something to do with the IncludeSeeFromInSearches systempreference
If you have had this on, or have it on, it makes the links so that when you 
search for
the 400, you can still find results.

To do this its linked, however in 3.12.x and 3.14.x it appears these links were 
filtered
out when building the facets and for some reason this is not occuring.

I think its to do with an indicator of z that gets added to 100 (of the biblio) 
on indexing (you wont see
it on the record itself, its added when indexing)

The old code got rid of this, so no, this is not required behaviour


Chris

-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] KohaCon14 Info?

2014-08-19 Thread Chris Cormack
Thanks for the email Brooke,  also please feel free everyone to add your info 
to http://wiki.koha-community.org/wiki/Who_is_arriving_when

Helps for finding people to share taxis with etc 

Chris 

On 20 August 2014 5:44:07 am NZST, BWS Johnson  
wrote:
>Salvete!
>
>In the past, I've posted my travel plans for KohaCon which other people
>have told me were useful. So I'm doing it again. :)
>
>First things first, it's time to pay the pezzo!
>
>Unfortunately, Argentina charges folks from the US, Canada, and
>Australia a screw you pal fee. They call it a reciprocity fee. It
>varies by your nationality, since it's based off of what we charge them
>for visas. Turnabout is fair play.
>
>It can only be paid online in advance! This is a change from the past
>law that let you go "Aw crap, here, have some money!" at the border.
>
>For Yanks it's $160, but it's meant to be good for a decade. So if
>you've bought one past 2009, it ought still be in effect. Yes, I
>realise that is less than 10 years.
>
>Here's the link:
>http://www.migraciones.gov.ar/accesible/templates/reciprocidad/reciprocidad.htm
>
>Now for the more fun part: getting there! :)
>
>As many of you know, I am biologically incapable of just going straight
>to KohaCon, not passing Go, and not collecting $200. So my plane stuff
>looks like this on the way there:
>
>DCA > MIA > UVF > MIA > EZE > AEP > COR
>
>I'm not actually flying between EZE and AEP, though that would be
>hilarious.
>
>It looks like this on the way back:
>
>COR > SCL > MIA > DCA
>
>As I was bumping about the Interwebs, American Airline's computers seem
>to have COR > SCL as a half hour flight when it is meant to be an hour
>and a half as far as I can tell, so take extra precautions with your
>connections.
>
>As I advised in past, it is quite handy to learn where the various
>carriers place their hubs. This knowledge might let you plan a good
>side trip or turn a nightmare layover into a planned diversion. 
>
>If you're flying from the East Coast of the States, Miami, Newark, JFK,
>Charlotte, and Atlanta are good options. Almost everything will end up
>getting routed through Miami.
>
>Miami is the hub for pretty much all of the Caribbean. What's in the
>Caribbean? Pirates and rhum, of course, so you are highly encouraged to
>explore the vicinity. I will be closely monitoring the quality of
>granular limestone deposits and the effect of salination on the bespoke
>substance.
>
>If you're flying in from elsewhere, your hub might end up being
>Santiago Chile, Lima Peru, Panama City Panama, Ecuador, or Buenos
>Aires.
>
>While in Córdoba, I'll be staying at the 
>
>Garden Hotel.
>http://www.tripadvisor.com/Hotel_Review-g312768-d638080-Reviews-Garden_Hotel-Cordoba_Province_of_Cordoba_Central_Argentina.html
>
>It's not posh, but it is close to the Conference venue. There are a
>number of cheaper hostels in walking distance to the venue if you're on
>a shoestring budget. If you want to splurge, there are a number of 4
>and 5 star hotels. 
>
>Prices tend to run a lot cheaper than Yank accommodations. $150
>American will buy you summat quite swank.
>
>Some places I considered in my search were:
>
>Coralt
>Azur Real Hotel Boutique
>Kube Apartments
>NH Panorama
>Windsor Hotel and Tower
>Amerian Cordoba Park Hotel
>
>There are tonnes of options, including private apartments. There are
>many high quality options that are well within walking distance of the
>venue.
>
>The currency is the Argentinian peso, and the language is Spanish. For
>more information about the peso, you'll want to check out
>
>http://www.theguardian.com/travel/2014/jan/24/argentina-peso-devaluation-blue-dollar-tourism
>
>Wikitravel's page is here:
>http://wikitravel.org/en/Cordoba__(city,_Argentina)
>
>Cheers,
>Brooke
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Multiple Statements

2014-08-12 Thread Chris Cormack
* Chrispin Simasiku Sitali (libsit...@gmail.com) wrote:
> Greetings to all,
> 
> How would I add multiple statements in opacuserjs. e.g.
> 
> $(document).ready(function(){
>   $("#auth legend:contains('Log in to your account')").text("Log in to your
> library account");
>   $("#auth label[for='userid']").html("Library Card Number:");
>   $("#auth label[for='password']").html("PIN:");
> });
> 
> 
>   $(document).ready(function(){
>   var holdlinks = $("a:contains('Place Hold'),a:contains('Place hold')");
>   $(holdlinks).text("Get It Now!");
>   });
>   $(window).load(function(){
>   $("input[value='Place Hold']").attr("value","Get  It Now!");
> 
> 
> 
> 
>  $(document).ready(function(){
> $("a:contains('Browse Shelf')").text("See Similar Items");
>   });
> 

Hi Crispin

You should only ever have one $document.ready so you can put this together as 
one block

$(document).ready(function(){
  $("#auth legend:contains('Log in to your account')").text("Log in to your 
library account");
  $("#auth label[for='userid']").html("Library Card Number:");
  $("#auth label[for='password']").html("PIN:");
  var holdlinks = $("a:contains('Place Hold'),a:contains('Place hold')");
  $(holdlinks).text("Get It Now!");
  $("a:contains('Browse Shelf')").text("See Similar Items");
});

$(window).load(function(){
$("input[value='Place Hold']").attr("value","Get  It Now!");

Chris

--
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Updated 'Koha as a CMS' instructions for bootstrap opac theme

2014-08-07 Thread Chris Cormack
* Paul A (pau...@navalmarinearchive.com) wrote:
> At 06:52 PM 8/7/2014 +, Indranil Das Gupta wrote:
> >Hi,
> >
> >Thanks to Nguyễn Quốc Uy's recent post on a FB Koha forum, I decided
> >to take a look at the "Koha as a CMS" wiki page. I found the
> >instructions are still based on the 'prog' template which is already
> >deprecated.
> 
> Are they really "deprecated"?  I'm just wondering how many libraries still
> use them?  To the best of my knowledge bootstrap appeared only 9 months ago
> with 3.14.0
> 

Yes they were deprecated in 3.16, and being removed in the 3.18 release.

Chris

> >So I've updated the page to include instructions for
> >bootstrap. Hope it helps people who want to use the feature.
> 
> Thank you.
> 
> Best -- Paul
> 
> 
> >http://wiki.koha-community.org/wiki/Koha_as_a_CMS
> >
> >And my thanks to oleonard on #koha for correcting my
> >insanely-stupid-mistake :P
> >
> >cheers,
> >-indra
> >
> >
> >--
> >Indranil Das Gupta
> >
> >Phone : +91-98300-20971
> >Blog: http://indradg.randomink.org/blog
> >IRC  : indradg on irc://irc.freenode.net
> >Twitter : indradg
> >
> >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-
> >Please exchange editable Office documents only in ODF Format. No other
> >format is acceptable. Support Open Standards.
> >
> >For a free editor supporting ODF, please visit LibreOffice -
> >http://www.documentfoundation.org
> >___
> >Koha mailing list  http://koha-community.org
> >Koha@lists.katipo.co.nz
> >http://lists.katipo.co.nz/mailman/listinfo/koha
> 
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] How accurate is the Koha as a CMS page on the wiki

2014-08-05 Thread Chris Cormack
On 5 August 2014 17:27, Indranil Das Gupta  wrote:

> Hi,
>
> Was wondering exactly how accurate and up-to-date (3.14 / 3.16) is the
>  page?
>
> http://wiki.koha-community.org/w/index.php?title=Koha_as_a_CMS
>
> cheers
>

Someone from Vietnam got it working today, using those instructions. So
seems fine

Chris

>
> --
> Indranil Das Gupta
>
> Phone : +91-98300-20971
> Blog: http://indradg.randomink.org/blog
> IRC  : indradg on irc://irc.freenode.net
> Twitter : indradg
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-
> Please exchange editable Office documents only in ODF Format. No other
> format is acceptable. Support Open Standards.
>
> For a free editor supporting ODF, please visit LibreOffice -
> http://www.documentfoundation.org
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] LIS professionals participation and contribution to Koha community: a survey

2014-08-04 Thread Chris Cormack
On 5 August 2014 10:25, Elaine Bradtke  wrote:

> Folks, it's a seriously vague survey. . . nothing to get worked up over.
>
> I don't see anyone getting worked up about anything. Some simple questions
about what the information is going to be used for.
Hardly qualifies as being worked up. I'd still like a public statement
about what the information is about.
If that counts me as worked up, so be it.

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Implementation of Hourly Loans RFC

2014-08-04 Thread Chris Cormack
Hourly loans have been in Koha since 3.8.0 which was released April 2012

Chris 

On 4 August 2014 7:35:13 pm NZST, amutsik...@uzlib.uz.ac.zw wrote:
>Hi
>
> 
>
>Hope I find you well. We are an academic library and cannot wait for
>the
>implementation of the Hourly Loans RFC as outlined in
>http://wiki.koha-community.org/wiki/Hourly_Loans_RFC . Any time line
>for the
>implementtion of the flexible hourly loan?
>
> 
>
> 
>
>Kind Regards,
>
> 
>
>Admire Mutsikiwa 
>
>ICT Projects Manager
>
>Libraries 
>
>University of Zimbabwe
>
>Tel:+263-4-303276
>
>"It is easy to dodge our responsibilities, but we cannot dodge the
>consequences of dodging our responsibilities."  Josiah Charles Stamp,
>1880-1941, former director of the Bank of England 
>
> 
>
> 
>
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] LIS professionals participation and contribution to Koha community: a survey

2014-08-02 Thread Chris Cormack
On 2 August 2014 21:32, Vimal Kumar V.  wrote:

> Dear Friends,
> Cooperation of end users and developers is necessary for the good health of
> Free/Open Source software projects.
> Library professionals are end users of Koha.  The main aim of the survey is
> that know the participation and contribution of Library professionals to
> Koha project. This research revolves around a central question: "What do we
> need to do to derive benefit from Koha project?"
>
>
> Hi Vimal

What are you planning to do with the information after you have collected
it?

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Data Migration, TLC to Koha

2014-07-31 Thread Chris Cormack


On 1 August 2014 4:16:02 pm NZST, Vinod Kumar Mishra 
 wrote:
>Hello,
>
>Yes you can convert your own data into marc format there are various
>methods to do that, If you  can generate reports in Marc/iso/excel
>formats etc. from existing software than it can be converted. 

This is true, but there is far more data than just the bibliographic data. That 
is always the easiest bit. There is circulation, patrons, fines, acquisitions 
etc etc. 

It is a non trivial task, however it is certainly possible to do it yourself 
given enough time. 

>Please
>see the link below, if you don't mind may i know how much they quote
>and your data size/record?

 I imagine the quotes will have been provided as commercial in confidence. And 
as such sharing them without permission is not a  good look. 

Collection size is actually pretty immaterial to how long a migration will 
take. Getting the data out in a good format is the hardest but and whether it's 
1000 or 10 it takes about the same time. 

Chris 
>
>http://manual.koha-community.org/3.2/en/marceditexcel.html
>
>On Fri, 01 Aug 2014 01:46:28 +0530 Ronn Raszetnik  wrote
>>Hi everyone,
>
>
>
>I am new to the list here. I am an electronic resources librarian at an
>independent public library in Florida. We are interested in migrating
>from our current self-hosted TLC system to Koha. Quotes we have
>received from vendors are higher than we had hoped, mainly because of
>hefty migration fees. Is it realistic to think we could do the
>migration ourselves?
>
>
>
>I installed Koha on an old server that we have, and it seems simple
>enough to use. Honestly, I don't think we need training or ongoing
>support, but the data migration (bib, patron, fine records) makes me a
>bit uneasy. I can work my way around Linux a bit, but I am not a
>database expert.
>
>
>
>Does anyone have experience migrating from TLC to Koha? What is
>involved?
>
>
>
>Thanks,
>
>Ronn
>
>___
>
>Koha mailing list http://koha-community.org
>
>Koha@lists.katipo.co.nz
>
>http://lists.katipo.co.nz/mailman/listinfo/koha
>
>
>
>With regards,
>Vinod Kumar Mishra,
>Assistant Librarian,
>(Library In-Charge)
>Biju Patnaik Central Library,
>NIT Rourkela,
>Mob:91+9439420860
>91+6612462103 (O)
>email: vinod_librar...@rediffmail.com
> : mishrav...@gmail.com
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] KohaCon14 Info?

2014-07-30 Thread Chris Cormack
* Paul Poulain (paul.poul...@biblibre.com) wrote:
> Le 29/07/2014 14:57, Tomas Cohen Arazi a écrit :
> >Nicole,
> (thanks for asking nicole)
> 
> >Unfortunately there's no group rate at a hotel. People are finding hotels
> >on their own. I'll try to add info to the conference site today.
> If anyone already has book/choosen an hotel, what about sharing on a wiki
> page, so we could all be close (or even in the same hotel).
> TOMAS : is it possible to book short term appartments in Argentina ? (not
> speaking of something like airbnb, but in France there are companies like
> residhome.com or appartcity.com)
Hi Paul

People could add to this page maybe

http://wiki.koha-community.org/wiki/Who_is_arriving_when


Chris
-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Change SIP Port

2014-07-28 Thread Chris Cormack


On 25 July 2014 4:04:43 am NZST, Phillip Ponchot  wrote:
>I did as you said and I'm now seeing SIP responding and Koha listening
>on port 8023.  Running a telnet test, I see that I attach to port 8023
>I connect then the connection drops.  
>
>Connecting to 65.100.74.75 ...
>Connected to 65.100.74.75
>Connection closed
>
>I've tried this also inside the network with the same result and I've
>tried this test on the server itself with the same result. 
>
>Things that I've done to resolve this issue:
>1. I've checked the sip-error.log but what I find there does not
>address the issue.  
>2. I've checked the firewall and then even uninstalled ufw and
>iptables-persistent.
>3. I've checked and rechecked open and listening ports in case there is
>something blocking the port.
>4. While checking the telnet response to try to find out why the
>connection was being closed telnet to 8023 started working and I could
>send and receive SIP packets.  As soon as the server was rebooted, this
>behavior quit. 
>
>my questions:
>
>1.  Is Koha itself "hardwired" to port 8023 or can I change the port to
>another one?

No, in fact I've never run it on 8023. It will run on any port provided you 
configure it to. 

Chris 

>2. I've used netstat and nmp to check to see what is running or
>listening and on what port, is there any other suggestions on how to
>check this issue. 
>3.  Any suggestions on how to troubleshoot the Connection drop further,
>has anyone else had this issue and resolved it?
>
>Thanks for any help because I apparently need it - smile.
>
>Phillip
>
>"It was another darn good plan ruined by reality!" - smile again.
>
>
>
>> Date: Thu, 24 Jul 2014 08:36:14 -0700
>> Subject: Re: [Koha] Change SIP Port
>> From: g...@esilibrary.com
>> To: pponc...@live.com
>> CC: koha@lists.katipo.co.nz
>> 
>> Hi,
>> 
>> On Wed, Jul 23, 2014 at 9:04 PM, Phillip Ponchot 
>wrote:
>> > Is there anything else that needs to be changed or will the changes
>I made above be sufficent to change the SIP Service itself to port
>6002?
>> 
>> It's sufficient to edit /etc/koha/sites/$site/SIPconfig.xml and
>> restart SIP.  The /etc/koha/SIPconfig.xml file acts as a template
>that
>> gets copied to the site directory when koha-enable-sip is run for the
>> first time.
>> 
>> Regards,
>> 
>> Galen
>> -- 
>> Galen Charlton
>> Manager of Implementation
>> Equinox Software, Inc. / The Open Source Experts
>> email:  g...@esilibrary.com
>> direct: +1 770-709-5581
>> cell:   +1 404-984-4366
>> skype:  gmcharlt
>> web:http://www.esilibrary.com/
>> Supporting Koha and Evergreen: http://koha-community.org &
>> http://evergreen-ils.org
> 
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Patron search error

2014-07-28 Thread Chris Cormack
Ata marie Ann


I'd ask IT to check what version of DBIx::Class they have installed. 

You could also check the about page in Koha. At a guess I think that's the 
problem (wrong version of DBIx::Class) 

Chris 

On 25 July 2014 9:07:13 am NZST, library  
wrote:
>Kia ora koutou
>
>Since upgrading to 3.14 I have been unable to search for patrons using
>the
>patron search. I can lookup patrons using circulation but now I need
>the
>patron module to work. The error message reads
>
>Undefined subroutine &DBIx::Class::Exception::blessed called at
>/usr/share/perl5/DBIx/Class/Exception.pm line 55.
>Compilation failed in require at /koha/lib/Koha/Database.pm line 38.
>BEGIN failed--compilation aborted at /koha/lib/Koha/Database.pm line
>38.
>Compilation failed in require at /koha/lib/Koha/List/Patron.pm line 32.
>BEGIN failed--compilation aborted at /koha/lib/Koha/List/Patron.pm line
>32.
>Compilation failed in require at
>/koha/intranet/cgi-bin/members/member.pl line 35.
>BEGIN failed--compilation aborted at
>/koha/intranet/cgi-bin/members/member.pl line 35.
>
>
>we are using
>
>Koha 3.14.04
>
>Linux koha 2.6.32-5-686-bigmem
>
>Perl 5.010001
>
>Our technical support people are at a loss as to what to do. Could
>anyone throw some light on where we might look to solve our problem.
>
>
>Regards
>
>Ann Murphy
>Librarian
>Katikati College
>Beach Road, Katikati, 3129
>New Zealand
>
>0064 7 5492647
>
>amur...@katikaticollege.school.nz
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] List compromised?

2014-07-11 Thread Chris Cormack
They aren't subscribed. Like the original reply said. They aren't on the list 
under the  address the mail is sent from. They aren't ending mail through the 
list. 

There is nothing to ban. 

Chris 

On 12 July 2014 7:38:37 am NZST, Nicole Engard  wrote:
>I would think that whoever manages the list could ban this particular
>email
>address.  I'd gladly do it if I could get admin access to the list. I
>understand that we can't block everyone, but blocking an address that
>multiple people report is possible in most mailing list applications.
>
>Nicole
>
>
>On Fri, Jul 11, 2014 at 11:26 AM, Owen Leonard 
>wrote:
>
>> Spam happens. There's not much we can do about it. Please take this
>> discussion off-list.
>>
>> Thanks,
>>
>>   Owen
>>
>> --
>> Web Developer
>> Athens County Public Libraries
>> http://www.myacpl.org
>> ___
>> Koha mailing list  http://koha-community.org
>> Koha@lists.katipo.co.nz
>> http://lists.katipo.co.nz/mailman/listinfo/koha
>>
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha/Evergreen Comparison Site

2014-07-08 Thread Chris Cormack
On 8/07/2014 11:02 pm, "Fabio Tiana"  wrote:
>
> Hi everyone,
>
> I think this is a valuable and helpful tool for librarians and sales
> departments asweel, so my 2 cents are: +1 and keep up the good work! :)
>

Cool, in that case, thank you for volunteering to keep it up to date.

Chris

> Thanks,
> Fabio
>
>
> 2014-07-08 2:34 GMT+02:00 Jared Camins-Esakov :
>
> > Lori,
> >
> > > Diana will be responding in more detail but the home page of the site
> > lists
> > > the versions being compared.  We are a bit behind but we do try to
keep
> > it
> > > as current as possible.
> >
> > Perhaps you might mitigate some of the concerns by noting explicitly
> > that "The features are updated through Koha version 3.10 (released
> > November 2012; current Koha version: 3.16) and Evergreen version 2.4
> > (released May 2013; current Evergreen version: 2.6). More recent
> > releases may include some features not reflected on this site" or
> > something along those lines? Updated appropriately to reflect actual
> > versions. I guess it should say Koha 3.14, and maybe Evergreen 2.5
> > (per Diana's e-mail)?
> >
> > Regards,
> > Jared
> >
> > --
> > Jared Camins-Esakov
> > Bibliographer, C & P Bibliography Services, LLC
> > (phone) +1 (917) 727-3445
> > (e-mail) jcam...@cpbibliography.com
> > (web) http://www.cpbibliography.com/
> > ___
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > http://lists.katipo.co.nz/mailman/listinfo/koha
> >
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Crontab - is that one tabs used to open beer cans?

2014-07-07 Thread Chris Cormack
Don't touch anything. Seriously. 

If you have a packaged install, it's all been done. Look in cron.d, cron.daily 
etc all the jobs have been set up. 

Chris 

On 8 July 2014 7:17:29 am NZST, Phillip Ponchot  wrote:
>The old koha was installed as a tarball on the old server so I believe
>this makes it a source-based.  The new koha was installed via a
>repository.  apt-get install koha-common.
>
>I did find in /etc/cron.d  a koha-common file.  The contents of this
>file was:
>---
># /etc/cron.d/koha-common
>#
># Call koha-rebuild-zebra for each enabled Koha instance, to make sure
>the
># Zebra indexes are up to date.
>
>SHELL=/bin/sh
>PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
>
>*/5 * * * * root test -x /usr/sbin/koha-rebuild-zebra &&
>koha-rebuild-zebra -q $(koha-list --enabled)
>*/15 * * * * root koha-foreach --enabled --email
>/usr/share/koha/bin/cronjobs/process_message_queue.pl
>-
>also there is a directory in  /user/share/koha/bin/cronjobs - are these
>run by the koha program or do I have to schedule them in a crontab job?
> 
>
>
>advance_notices.pl   holds
>backup.sh  
>import_webservice_batch.pl
>batch_anonymise.pl j2a.pl
>build_browser_and_cloud.pl longoverdue.pl
>cart_to_shelf.plMARC21_parse_test.pl
>check-url.pl  overdue_notices.pl
>check-url-quick.pl   printoverdues.sh
>cleanup_database.pl  process_message_queue.pl
>cloud-kw.pl  purge_suggestions.pl
>cloud-sample.conf  rss
>CONFIGURE.gmail   runreport.pl
>create_koc_db.plserialsUpdate.pl
>crontab.example services_throttle.pl
>delete_expired_opac_registrations.pl social_data
>delete_patrons.plstaticfines.pl
>delete_unverified_opac_registrations.pl  thirdparty
>fines.pl update_totalissues.pl
>gather_print_notices.pl
>--
>I just want to run automatically anything that needs to be done to keep
>koha up to date.
>
>Thanks
>
>
>Phillip
>
>> From: mtomp...@hotmail.com
>> To: pponc...@live.com
>> CC: koha@lists.katipo.co.nz
>> Subject: Re: [Koha] Crontab - is that one tabs used to open beer
>cans?
>> Date: Mon, 7 Jul 2014 14:00:19 -0400
>> 
>> Greetings,
>> 
>> First, you still did not specify if you were doing a package
>installation or 
>> a source-based installation. Which are you doing? If a source-based 
>> installation, then your hacked up solution is passable, though not
>optimal.
>> 
>> Second, let's reply to your points:
>> > There is a "systems" crontab which ubuntu warns not to change.
>> 
>> You can create crontab jobs at the system level without modifying
>existing 
>> ones. Every file placed in the appropriate cron.* directory is its
>own 
>> crontab file.
>> 
>> 
>> > The crontab on the old server is sudo crotab -uroot -e where all
>the koha 
>> > cronjobs are setup.
>> 
>> This is a user crontab still. Was the old system a source-based
>installation 
>> or was it a packages based installation? If you are finding user
>crontabs, 
>> then it likely was a source-based installation. Why do you need to
>have the 
>> new system as a source-based install? A package-based installation
>sets up 
>> all the crontab jobs you need by default for you already. No crontab
>job 
>> tweaks required.
>> 
>> Seriously, please consider a packages based installation:
>> http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages
>> 
>> 
>> And thirdly and lastly, did you actually go looking for crontab jobs 
>> manually? Like the following done on a package installation of Koha
>that we 
>> are using in production.
>> 
>> $ cd /etc/cron.d
>> $ ls -la
>> total 20
>> drwxr-xr-x  2 root root 4096 Feb 11 17:29 .
>> drwxr-xr-x 98 root root 4096 Jul  7 17:39 ..
>> -rw-r--r--  1 root root  422 Nov 22  2013 koha-common
>> -rw-r--r--  1 root root  102 Jun 19  2012 .placeholder
>> -rw-r--r--  1 root root  396 Dec 16  2011 sysstat
>> $ cat koha-common
>> # /etc/cron.d/koha-common
>> #
>> # Call koha-rebuild-zebra for each enabled Koha instance, to make
>sure the
>> # Zebra indexes are up to date.
>> 
>> SHELL=/bin/sh
>> PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
>> 
>> */5 * * * * root test 

Re: [Koha] Koha API

2014-07-07 Thread Chris Cormack
Id suggest looking at the reports library on the wiki. All the data is 
available that way 

Chris 

On 8 July 2014 6:48:58 am NZST, Mark Tompsett  wrote:
>Greetings,
>
>> We could use some help understanding how we go about querying
>> the data in Koha to produce things like book cover images,
>> new item lists, etc.
>
>I might suggest reading on the wiki.
>http://wiki.koha-community.org/wiki/APIs_and_protocols_supported_by_Koha
>
>Though, I am not sure everything you is in there, but that doesn't stop
>you 
>from submitting a patch. :)
>
>GPML,
>Mark Tompsett 
>
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha/Evergreen Comparison Site

2014-07-03 Thread Chris Cormack
I'm actually pretty ambivalent about it. 
I don't see pitching Koha vs Evergreen is helpful. 
Either of them are always going to be better than any proprietary system. 
Simply because they are not proprietary. 

We'd be better off with a tool that shows how they are both better than Alma 
for example. (For one our developments are steered by users not an equity firm 
:)) 

That's my roundabout way of saying "I won't be updating it" 

Chris 

On 4 July 2014 6:16:00 am NZST, Tomas Cohen Arazi  wrote:
>On Thu, Jul 3, 2014 at 1:08 AM, Nicole Engard 
>wrote:
>
>> Not sure if you all saw this: http://ils.foss4lib.org but it's
>comparing
>> Koha 3.10 to Evergreen 2.4 - we should probably get it up to date
>since
>> Koha is not 3 releases ahead and has many of the features it says it
>> doesn't.
>>
>
>+1! Who can do it?
>
>-- 
>Tomás Cohen Arazi
>Prosecretaría de Informática
>Universidad Nacional de Córdoba
>✆ +54 351 5353750 ext 13168
>GPG: B76C 6E7C 2D80 551A C765  E225 0A27 2EA1 B2F3 C15F
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Clarification regarding the list of paid support companies

2014-06-18 Thread Chris Cormack
On 19 June 2014 11:21, Galen Charlton  wrote:

> We have received word that some institutions may be using inclusion on
> the support provider listing to determine if a provider is allowed to
> respond to RFPs.
>
> While libraries have the prerogative to impose such a requirement, it
> is important to remind folks that the support company directory exists
> solely for informational purposes. No endorsement whatsoever is
> implied. Restricting your choice of provider only to ones included on
> the list may unfairly exclude support providers and consultants who
> provide services for mainstream Koha.
>

I agree, there is no such thing as an 'official koha support provider' or a
'registered koha support company'
All there is is a list of organisations who offer Koha support, and have
asked to be listed.

Luckily librarians are trained in researching and classifying knowledge, so
doing their due diligence should be nice and easy :)

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Fwd: Who can I report a bug problem to?

2014-06-10 Thread Chris Cormack
-- Forwarded message --
From: "Efosa Imagbe" 
Date: 10/06/2014 6:54 pm
Subject: Who can I report a bug problem to?
To: "koha-ow...@lists.katipo.co.nz" 
Cc:

Please am having various bugs in my Koha system version 3.14.01.000, I
really need someone I can tell so the person could direct me on how to fix
it please. Your swift response will be so much appreciated thanks.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] We should update Tiny used for Editing help! - Suggestion

2014-06-09 Thread Chris Cormack


On 9 June 2014 9:32:19 pm NZST, Mayank Srivastava  
wrote:
>Hi everyone,
>
>Koha comes with an extensive help feature, where you can write/edit
>"Help"
>section for every page.
>The tool which is being used for editing help is *Tiny version 3.58* in
>*Koha
>3.14*.
>
>I was thinking if we could upgrade this to the latest version of Tiny -
>4.0
>, it would be great.
>
>This new version of tiny comes with a lot of cool features and it'll
>make
>easier for the users to edit the help etc.
>
>Views?
>

Sounds like a good idea to me, you should file a bug report and send a patch,  
or fund someone to work on a patch

Chris 
>Regards
>*Mayank Srivastava*
>Mob: +91 971 851 6955
>New Delhi, India
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] US librarians seeking help with Koha APIs

2014-06-08 Thread Chris Cormack
On 8 June 2014 13:41, Joann Ransom  wrote:

> Hi James
>
> Im not clever enough to answer your question but have forwarded it to the
> Koha lists because you can't be the first to have hit this issue. Lets
> cross fingers simeone can help!
>
> Cheers jo
>
>
>
>
> Sent from Samsung tablet
>
>
>
>  Original message 
> From: James LaRue 
> Date: 08/06/2014 9:22 AM (GMT+12:00)
> To: Joann Ransom 
> Subject: US librarians seeking help with Koha APIs
>
>
> Hello Joann,
>
> I'm Jamie LaRue from Colorado, USA (formerly of Douglas County Libraries),
> and Ross Balharrie recommended that I talk with you.
>
> Colorado is working on a statewide ebook content management platform.
> That's well underway, but we've hit a snag in our attempts to integrate the
> product with a Koha-based consortium. The administrator of that system
> don't have a lot of experience with APIs. It's probably too late for us to
> find a magic solution to accomplish this by the time our grant is up, but I
> wonder if you might have some suggestions for programmers who do have that
> expertise? This is the perfect prototype for an international cooperation,
> and Koha is very definitely picking up speed here.
>
> I'd appreciate any leads you might provide. Thanks!
>
>
> The first thing we would need to know is what version of Koha are they
running, because otherwise whatever answer we give will be wrong :)

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] KOHA is frequently giving following error

2014-06-03 Thread Chris Cormack
Looks like you have a problem with your mysql server. 

I would look at the logs for it

Chris 

On 4 June 2014 4:52:10 pm NZST, Vinod Kumar Mishra 
 wrote:
>Dear All,
>
>KOHA is frequently giving following error. after reboot, it works fine
>for few hours then again gives below error.
>-
>Software error:
>
>Can't connect to local MySQL server through socket
>'/var/run/mysqld/mysqld.sock' (111) at
>/usr/share/koha/lib/C4/Context.pm line 803.
>BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm
>line 65.
>Compilation failed in require at
>/usr/share/koha/opac/cgi-bin/opac/opac-main.pl line 22.
>BEGIN failed--compilation aborted at
>/usr/share/koha/opac/cgi-bin/opac/opac-main.pl line 22.
>
>For help, please send mail to the webmaster ([no address given]),
>giving this error message and the time and date of the error.
>
>Version: 3.14
>OS: Ubuntu 12.04
>
>With regards,
>Vinod Kumar Mishra,
>Assistant Librarian,
>(Library In-Charge)
>Biju Patnaik Central Library,
>NIT Rourkela,
>Mob:91+9439420860
>91+6612462103 (O)
>email: vinod_librar...@rediffmail.com
> : mishrav...@gmail.com
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Strange email

2014-05-21 Thread Chris Cormack


On 21 May 2014 7:12:48 pm NZST, Chrispin Simasiku Sitali  
wrote:
>I have just received some strange or rather inappropriate message from
>Carrie (meetcar...@hotmail.com) soliciting for my "friendship" . Should
>this be appearing on the mailing list? What should I do on my part to
>stop
>this rot or shouldn't people overseeing the mailing list do something?
>

The mail was not sent to the list Chrispin but just to you personally I am 
guessing. There is nothing we can do to stop people replying to emails I'm 
afraid. 

>How did this Carrie get on the mailing list in the first place?

She isn't, not as far as I can tell, she probably replied via nabble or gmane. 

Chris 
>
>Thank you

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Password Encryption

2014-05-21 Thread Chris Cormack
On 16 May 2014 18:20,  wrote:

> Hi
>
>
>
> I have uploaded a number of patron records via a pup script. However, the
> password  are not working. I have used md5 function.  I would like to know
> which encryption  method is used for  passwords in Koha.
>
>
> Modern Koha uses bcrypt with a salt to encrypt passwords.

Chris


>
> Kind Regards,
>
>
>
> Admire Mutsikiwa
>
> ICT Projects Manager
>
> Libraries
>
> University of Zimbabwe
>
> Tel:+263-4-303276
>
> "It is easy to dodge our responsibilities, but we cannot dodge the
> consequences of dodging our responsibilities."  Josiah Charles Stamp,
> 1880-1941, former director of the Bank of England
>
>
>
>
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] A few koha-community sites down, download and bugs

2014-04-17 Thread Chris Cormack
On 18 April 2014 15:28, Chris Cormack  wrote:

> I am going to upgrade my linode, these sites will be down until this is
> completed
>
> Chris
>

All back now

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] A few koha-community sites down, download and bugs

2014-04-17 Thread Chris Cormack
I am going to upgrade my linode, these sites will be down until this is
completed

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] On syspar.par in Koha

2014-04-09 Thread Chris Cormack
On 9 April 2014 19:18, zolot  wrote:

> Greetings,
>
>  Which Koha-file is an analogue of the syspar.par file
>  from the package "CDS/ISIS for Windows" ?
>
>  Regards,
>
> Gennady
>

Hi Gennady

I'm afraid I have no idea what you are asking. What does syspar.par do in
CDS/ISIS ?

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Possible APP development

2014-04-09 Thread Chris Cormack
* Sue McMillan (sue.mcmil...@stdc.govt.nz) wrote:
> Hello everyone,
> 
> After a brainstorming session this morning I have come up with the idea of an 
> Apple and Android app that give users the ability to manage their Koha 
> account without signing in the library catalogue. Not knowing the limitations 
> of apps (so I may be asking for too much!) these are the features that I  
> feel patrons would find useful in a Koha app. There may be other crucial 
> tasks that I haven't listed below that other libraries or patrons would find 
> useful.
> 
> 1.The app keeps the patron signed in (probably by entering their Library 
> card number and password into the app)
> 2.Lists all resources currently issued to their card (or maybe the ones 
> due in the next x number of days?)
> 3.Alerts patrons to resources that are coming up overdue.
> 4.Gives the patron the ability to renew books from the app, with a single 
> swipe or click
> 5.Alerts the patron to Holds that come available for pickup
> 6.Gives the patron the ability to delete the hold with a single swipe or 
> click and at the same time alerts the library via an email or something that 
> the book is no longer needed.
> 7.Gives the patron the ability to contact the library via the app. 
> 8.Gives the patron he ability to review a resource and leave a star 
> rating (if this is enabled in the catalogue).
> 9.And the nice to have would be the ability to have something like amazon 
> recommendations "Patrons who read this book also read.)
> 
> I would imagine patrons would want the ability to download the app for free 
> from the Google play or iTunes store.  
> 
> Is there any library interested in such a development and a developer with 
> the skills to undertake the project?  Or possibly someone is already working 
> on this.
> 
Hi Susan

Have you seen
https://play.google.com/store/apps/details?id=nz.net.catalyst.KiritakiKoha

This does a bunch of the above already, and could be extended to do
the rest. It isn't under active development, but with some funding it
could easily be :)

Chris
-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Add as Koha support provider

2014-04-07 Thread Chris Cormack
* i...@bibliorion.com (i...@bibliorion.com) wrote:
> Company Name: BibliOrion
> 
> Contact Person: Óscar Martínez
> 
> Contact email: i...@bibliorion.com
> 
> Website: http://www.bibliorion.com
> 
You seem to be missing the link back to the Koha site

"Companies must show their support of the Koha Community by adding a
visible link to the Koha community website at
http://www.koha-community.org to their Koha offering web page."

From
http://koha-community.org/support/paid-support/how-to-get-listed/

Chris

-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] : [koha]Request to add as KOHA PAID SUPPORT PROVIDER

2014-04-07 Thread Chris Cormack
On 6 April 2014 18:41, Utsav Rai  wrote:

>
> Dear community,
> We request you to add our organization in the paid support list,in our
> State we are providing support and service to KOHA library management
> system please find the information
>
>
> *Company Name:* jivesna tech pvt. ltd
> *Contact Person:* utsav rai, vikrant malik
> *Contact email:* ut...@jivesna.com, vikrant@jivsna .com
> *Website:* http://www.jivesna.com/
>

You seem to be missing the link back to the Koha site

"Companies must show their support of the Koha Community by adding a
visible link to the Koha community website at
http://www.koha-community.orgto their Koha offering web page."

From
http://koha-community.org/support/paid-support/how-to-get-listed/

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Problem with Wireless Scanner and Inventory/Stocktaking Module

2014-04-01 Thread Chris Cormack
* Jason Etheridge (ja...@esilibrary.com) wrote:
> > Could you send me a copy of the file (offlist) and I will take a look.
> 
> Chris, some additional information that I hope can help.  When I
> strace the inventory.pl script it appears to be looping on commands
> like this:
> 
Yep, I can recreate bug on 3.14.1, on 3.14.5 and on master.
So definitely you file a bug at bugs.koha-community.org .. we
shouldn't be able to send a file to Koha that causes the inventory.pl
script to spin out of control.

It isn't specific to your file either, however it works fine in 3.12.12

So what I did is git bisect
And tracked it down to this commit
0313856d9a1a9c0c002da0aead8c8516b51e1c11

Which is from Bug 7684 
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7684

So if you wanted to add that information as well to the bug it might
help people fix it.

But that is certainly the commit that slows it down immensely

Chris

-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] [ar...@flib.sci.am: RE: upgrading error]

2014-04-01 Thread Chris Cormack
- Forwarded message from Araik Manukyan  -

Date: Tue, 1 Apr 2014 11:06:37 +0400
From: Araik Manukyan 
To: 'Chris Cormack' 
Subject: RE: [Koha] upgrading error
X-Mailer: Microsoft Office Outlook 12.0

Hi Chris,
Thank you for quick respond.
I have installed the missing modules.
Best Regards 
Arayik.


-Original Message-----
From: Chris Cormack [mailto:chr...@catalyst.net.nz] 
Sent: Tuesday, April 01, 2014 10:12 AM
To: Araik Manukyan
Cc: koha@lists.katipo.co.nz
Subject: Re: [Koha] upgrading error

* Araik Manukyan (ar...@flib.sci.am) wrote:
> Dear All,
>
> We try upgrading our koha 3.12.03 version to koha 3.14.05 after that 
> when we try to open homepage we received such error
>
> Software error:
>
> Can't locate Crypt/Eksblowfish/Bcrypt.pm in @INC (@INC contains:
> /usr/share/koha/lib /etc/perl /usr/local/lib/perl/5.14.2
> /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5
> /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at 
> /usr/share/koha/lib/Koha/AuthUtils.pm line 21.
>
This is telling you you are missing a perl module.

If you were using the packages, this would have been installed for you. But
if you are using the tarball, you will want to do (in your unpacked tarball)

./koha_perl_deps.pl -m

This will tell you all the missing modules.

Then you need to install them

Chris
--
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand


-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.2247 / Virus Database: 3722/6776 - Release Date: 03/31/14


- End forwarded message -

-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] upgrading error

2014-03-31 Thread Chris Cormack
* Araik Manukyan (ar...@flib.sci.am) wrote:
> Dear All,
> 
> We try upgrading our koha 3.12.03 version to koha 3.14.05 after that when we
> try to open homepage we received such error
> 
> Software error:
> 
> Can't locate Crypt/Eksblowfish/Bcrypt.pm in @INC (@INC contains:
> /usr/share/koha/lib /etc/perl /usr/local/lib/perl/5.14.2
> /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5
> /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at
> /usr/share/koha/lib/Koha/AuthUtils.pm line 21.
> 
This is telling you you are missing a perl module.

If you were using the packages, this would have been installed for
you. But if you are using the tarball, you will want to do (in your
unpacked tarball)

./koha_perl_deps.pl -m 

This will tell you all the missing modules.

Then you need to install them

Chris
-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Problem with Wireless Scanner and Inventory/Stocktaking Module

2014-03-31 Thread Chris Cormack
* Darcy Gullacher (dgullac...@rockymountaincollege.ca) wrote:
> I am a problem that has stumped me, our IT tech, and our support team. I
> recently bought a Motorola CS3000 wireless scanner for the sole purpose of
> doing inventory. Scanned barcodes are batch loaded in .txt format from the
> scanner into the Inventory module using the "Use a barcode file" section
> and submitted, as instructed in the manual.
> 
> After several minutes of nothing happening, I receive the error message
> from the browser "Could Not Read Headers". Checking the submitted barcodes
> against our catalogue "something" has happened, because the items 'date
> last seen' now reads 00-00-.
> 
> The support team at ESI believes this could be related to the ClamAV
> antivirus software, but we don't use that particular product.
> 
> Here's what we've tried so far:
> 
> - Tried in Chrome, FireFox, and IE. Same results.
> - Switching internal networks to bypass the firewall. Same result.
> - I had two other libraries that are part of our local consortium run the
> barcodes. They had no success either (neither of them has a wireless
> scanner, I'm the trailblazer in this regard).
> - I tried loading the file on through my personal laptop at my home. Same
> results.
> - I've tried changing the file format from .txt to .csv. Same results.
> - I loaded a file of barcodes using our wired scanner at the circulation
> desk. Same results.
> - I've checked the file using Notepad++ to catch any hidden characters.
> Nothing look out of line.
> 
> We're on version 3.14.03.000
> 

Could you send me a copy of the file (offlist) and I will take a look.

Chris
-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Upgrading Koha from 3.06 to 3.14

2014-03-30 Thread Chris Cormack
On 30 March 2014 23:00, Dibyendra Hyoju  wrote:

> Thank Robin and all for your response.
>
> I tried the way Robin suggested and it worked, however I got the
> following error while issuing the koha-mysql  instancename < sqlfile
> command:
>
> ERROR 1005 (HY000) at line 2752: Can't create table
> 'koha_library.letter' (errno: 150)
>
> Also, I couldn't find the saved Koha reports after importing the
> earlier Koha database. It is not a big issue as I can manually create
> reports from the SQL.But I am wondering, why the saved reports were
> not imported even after issuing koha-upgrade-schema command.
>
> Apart from these issue, I found catalogues, holdings info and patron
> information imported correctly. I quickly checked the circulation info
> and I think it has also been imported.
>
> You will have other hidden issues, it will have stopped at the letter
table and not created tables after that (including the reports which you
have noticed). You will to search what an error 150 is, and then try your
import again fixing whatever you need to get the letter table to be
created.

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] New tarballs for 3.12.12

2014-03-26 Thread Chris Cormack
Hi all

Unfortunately I made a typo in the updatedatabase for the 3.12.12 release.
Thanks to Colin for catching it.

I have uploaded new fixed tarballs, if you have already upgraded or
installed 3.12.12, you will need to go to System Preferences, then to the
local use tab.
Then change the version syspref from
3.12112000
to
3.1212000

Sorry about that

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha 3.12.12 released

2014-03-24 Thread Chris Cormack
We are happy to announce the release of Koha 3.12.12

Please go to http://koha-community.org/koha-3-12-12-released/
to read the release announcement

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] [ByWater Partners] Data Conversion from Winnebago Spectrum 5.3

2014-03-17 Thread Chris Cormack
Well he did say community :-) 

Chris 

On 18 March 2014 10:38:06 am NZDT, Joel Sasse  
wrote:
>Sorry, put the wrong email list in the CC box.
>
>Joel Sasse
>Network Systems Administrator
>Plum Creek Library System
>507-376-5803
>O
>
>
>-Original Message-
>From: koha-boun...@lists.katipo.co.nz
>[mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Joel Sasse
>Sent: Monday, March 17, 2014 3:33 PM
>To: 'Bruce Morgan'
>Cc: Koha@lists.katipo.co.nz
>Subject: Re: [Koha] [ByWater Partners] Data Conversion from Winnebago
>Spectrum 5.3
>
>Bruce,
>
> 
>
>I just did a 5.3 bib data extraction a few weeks ago. These steps did
>the
>trick for me:
>
> 
>
>Make sure to use short report option.
>
> 
>
>Bib Data Extraction:
>
> 
>
>Select Materials > Export
>
> 
>
>  Select All Materials from Export menu
>
> 
>
>  All the options should gray-out except for the output file
>
>  Select USMARC/852 Holdings Data
>
> 
>
>Click Browse to desktop and in the Output file field, enter your
>desired
>name.
>
> 
>
>Joel Sasse
>
>Network Systems Administrator
>
>Plum Creek Library System
>
>507-376-5803
>
>O
>
> 
>
>From: partners-boun...@bywatersolutions.com
>[mailto:partners-boun...@bywatersolutions.com] On Behalf Of Bruce
>Morgan
>Sent: Monday, March 17, 2014 9:11 AM
>To: partn...@bywatersolutions.com
>Subject: [ByWater Partners] Data Conversion from Winnebago Spectrum 5.3
>
> 
>
>I realize we are probably one of the oldest and last hold outs
>converting
>from Spectrum 5.3 to a modern system.  Anyone else convert from
>Spectrum to
>Koha that could give me some tips on extracting the data, our reports
>and
>exports just don't look like good usable data.
>
> 
>
>I have submitted and support ticket to Bywater, just thought I would
>ask the
>community to see if anyone had any tips.
>
> 
>
>Thanks
>
>Bruce
>
>
> 
>
>-- 
>
> 
>
>Bruce Morgan
>
>Technology Director
>
>District MOSIS Contact
>
>Potosi R-3 Schools
>
>www.potosir3.org
>
>bru...@potosir3.org
>
>___
>Koha mailing list  http://koha-community.org Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha
>
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Who uses Mozilla Persona?

2014-03-13 Thread Chris Cormack
On 14 March 2014 11:18, Robin Sheat  wrote:
> Agnes Rivers-Moore schreef op do 13-03-2014 om 22:03 [+]:
>> This sounds like a good idea, but it depends on whether enough people
>> and enough other websites are using this feature.
>> So, hands up - who uses Persona either to log in to other sites or in
>> their Koha installation?
>
> It doesn't really depend on people/websites using it. If you turn it on,
> it'll work just fine, and as a result will make things a bit nicer for
> your users when they go to use another persona-enabled website.
>
> So, I'd say try it out, nobody loses anything, everyone wins :)
>
Yep it's not an either or.

You can still login with your username/password, you just have an
option to use persona instead.

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] SIP2 error

2014-03-12 Thread Chris Cormack
On 13 March 2014 01:29, Mayank Srivastava  wrote:
> Hi everyone,
>
> Do we have a fix for *[Bug 8113] New: Item return fails using SIP2* for
> older versions of Koha?
> Any leads would be helpful.
>
Yes

Upgrade Koha to a modern version of 3.8.x (there have been 2 security
releases since this was fixed so you should have upgraded anyway)

Or upgrade to 3.14.x

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Error - Koha is DOWN for me

2014-03-12 Thread Chris Cormack
On 12/03/2014 9:17 pm, "John Leger"  wrote:
>
> Chris - Thank you for your response.
>
> When I try to start or restart mysql I receive the following message:
> Error 2002 (HY000): Can't connect to local MYSQLserver through socket
'/var/run/mysqld/mysqld.sock' (2)

You need to  restart the server, not the client.  In any case Koha is not
the issue, mysql is. So if you can't get the server to start you might need
to look into that.

Chris
>
> On Wed, Mar 12, 2014 at 9:44 AM, Chris Cormack 
wrote:
>>
>> On 12 March 2014 14:42, John Leger  wrote:
>> > I am having the following error message -- Is there any way that you
can
>> > help me?
>> >
>> > Thanks
>> >
>> > John
>> > Software error:
>> >
>> > Can't connect to local MySQL server through socket
>> > '/var/run/mysqld/mysqld.sock' (2) at
>>
>> This error tells me that MySQL is not running. You could try restarting
it.
>>
>> Chris
>>
>> > /home/koha/kohaclone/C4/Context.pm line 758.
>> > Compilation failed in require at /home/koha/kohaclone/C4/Auth.pm line
31.
>> > BEGIN failed--compilation aborted at /home/koha/kohaclone/C4/Auth.pm
line 31.
>> > Compilation failed in require at 
>> > /home/koha/kohaclone/opac/opac-main.plline 22.
>> > BEGIN failed--compilation aborted at
>> > /home/koha/kohaclone/opac/opac-main.pl line 22.
>> >
>> > For help, please send mail to the webmaster (webmaster@koha), giving
this
>> > error message and the time and date of the error.
>> >
>> >
>> > Server information Koha version: 3.08.17.001 OS version ('uname -a'):
Linux
>> > koha 2.6.32-5-686 #1 SMP Sun May 6 04:01:19 UTC 2012 i686 GNU/Linux
Perl
>> > interpreter: /usr/bin/perl Perl version: 5.010001 Perl
>> > @INC:/home/koha/kohaclone
>> > /etc/perl
>> > /usr/local/lib/perl/5.10.1
>> > /usr/local/share/perl/5.10.1
>> > /usr/lib/perl5
>> > /usr/share/perl5
>> > /usr/lib/perl/5.10
>> > /usr/share/perl/5.10
>> > /usr/local/lib/site_perl
>> > .
>> >  MySQL version: mysql Ver 14.14 Distrib 5.1.61, for debian-linux-gnu
(i486)
>> > using readline 6.1 Apache version: Server version: Apache/2.2.16
>> > (Debian)Zebra version:Zebra 2.0.50 (C) 1994-2010, Index Data ApS Zebra
>> > is free software, covered
>> > by the GNU General Public License, and you are welcome to change it
and/or
>> > distribute copies of it under certain conditions. SHA1 ID:
>> > 732870c555c7d32c5d2b6a4914c6fa7232eb26b2 Using ICU
>> >
>> >
>> >
>> >
>> >
>> > --
>> > ICS Learning Technology
>> > learningtechnol...@ics.edu.hk
>> > LT Hotline: 8228
>> > ___
>> > Koha mailing list  http://koha-community.org
>> > Koha@lists.katipo.co.nz
>> > http://lists.katipo.co.nz/mailman/listinfo/koha
>
>
>
>
> --
> ICS Learning Technology
> learningtechnol...@ics.edu.hk
> LT Hotline: 8228
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Error - Koha is DOWN for me

2014-03-11 Thread Chris Cormack
On 12 March 2014 14:42, John Leger  wrote:
> I am having the following error message -- Is there any way that you can
> help me?
>
> Thanks
>
> John
> Software error:
>
> Can't connect to local MySQL server through socket
> '/var/run/mysqld/mysqld.sock' (2) at

This error tells me that MySQL is not running. You could try restarting it.

Chris

> /home/koha/kohaclone/C4/Context.pm line 758.
> Compilation failed in require at /home/koha/kohaclone/C4/Auth.pm line 31.
> BEGIN failed--compilation aborted at /home/koha/kohaclone/C4/Auth.pm line 31.
> Compilation failed in require at /home/koha/kohaclone/opac/opac-main.pl line 
> 22.
> BEGIN failed--compilation aborted at
> /home/koha/kohaclone/opac/opac-main.pl line 22.
>
> For help, please send mail to the webmaster (webmaster@koha), giving this
> error message and the time and date of the error.
>
>
> Server information Koha version: 3.08.17.001 OS version ('uname -a'): Linux
> koha 2.6.32-5-686 #1 SMP Sun May 6 04:01:19 UTC 2012 i686 GNU/Linux Perl
> interpreter: /usr/bin/perl Perl version: 5.010001 Perl
> @INC:/home/koha/kohaclone
> /etc/perl
> /usr/local/lib/perl/5.10.1
> /usr/local/share/perl/5.10.1
> /usr/lib/perl5
> /usr/share/perl5
> /usr/lib/perl/5.10
> /usr/share/perl/5.10
> /usr/local/lib/site_perl
> .
>  MySQL version: mysql Ver 14.14 Distrib 5.1.61, for debian-linux-gnu (i486)
> using readline 6.1 Apache version: Server version: Apache/2.2.16
> (Debian)Zebra version:Zebra 2.0.50 (C) 1994-2010, Index Data ApS Zebra
> is free software, covered
> by the GNU General Public License, and you are welcome to change it and/or
> distribute copies of it under certain conditions. SHA1 ID:
> 732870c555c7d32c5d2b6a4914c6fa7232eb26b2 Using ICU
>
>
>
>
>
> --
> ICS Learning Technology
> learningtechnol...@ics.edu.hk
> LT Hotline: 8228
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Problem reloading marc records

2014-03-11 Thread Chris Cormack
On 12/03/2014 3:23 am, "Steve Sowder"  wrote:
>
> Thanks Chris.  When I use UTF8 it loads fine.
>
> That kind of makes sense.
> When I load from another system they are MARC8 and no problem with
loading.
>
> These records are exported from Koha and then reloaded so it uses UTF8.
>
> But, why do some of them load anyway when I uses MARC8?

My guess is they contain no encoded characters

Chris

> I guess it is because some just don't hang during the load process.
>
> Thanks again.
>
>
> Steve
>
>
> On 3/10/2014 6:42 PM, Chris Cormack wrote:
>>
>> On 11 March 2014 11:38, Steve Sowder  wrote:
>>>
>>> I am new to Koha.
>>>
>>> I am exploring Koha for possible use on future projects.
>>>
>>> I have Koha running with 52,000+ bib records loaded.
>>> No item or patron records.
>>>
>>> I exported some records and made some edits on them.
>>> Now I am trying to reload them and overlay the existing record.
>>>
>>> The reload gets stuck and eventually times out.
>>> I split up the load and have loaded several records but it gets stuck
at a
>>> certain point.
>>>
>>> I have narrowed it down to a single record.
>>> (But there may be others.)
>>>
>>> On the stage MARC for import I upload the file with a single record.
>>> Enter a comment: blah blah
>>> Record type: bibliographic
>>> Character encoding: MARC 8
>>
>>
>> Is it really MARC8 not UTF8 ? Because the Leader is saying it is UTF8
>>
>> It could be because it is trying to do a conversion it doesn't need
>> to, and hanging on that
>>
>> (Position 9 in the leader =a == UTF8)
>>
>> Chris
>>
>>> Modify record using template: Do not use
>>> Record matching rule: Recnum [the contents of tag 999c]
>>> Action if match: Replace existing record with incoming
>>> Action if no match: Ignore incoming record
>>> Check for embedded item record data: No
>>> How to process items: Ignore items
>>>
>>>
>>> I am using Koha version: 3.14.04.000
>>>
>>> It loads other records, but on this one (and possibly others) is stops.
>>> It will eventually time out.
>>>
>>> The record that does not load is:
>>>
>>> =LDR  00702nam a2200241Ii 4500
>>> =001  2828430
>>> =008  770323s1934lv\a\\000\0\lav\d
>>> =035  \\$a.b10127641$bcar  $c-
>>> =040  \\$aEXN$cEXN
>>> =041  1\$alaveng
>>> =049  \\$aEXNh [326608]$c1 [326608]
>>> =090  \\$aBV3640$b.W375
>>> =100  1\$aWatson, Charles Henry,$d1877-1962.
>>> =245  10$aPee zilwekehdejeem /$cK. H. Watson.
>>> =260  \\$aRigâ :$bLatwijas Rakstu Upgahdiba,$c1934.
>>> =300  \\$a68 p. :$bill. ;$c20 cm.
>>> =500  \\$aCover title: Pie cilvēkēdejiem.
>>> =595  \\$sJWL
>>> =595  \\$sSDALIB
>>> =650  \0$aMissions$zOceania.
>>> =690  \\$aSeventh-day Adventist publications.
>>> =740  00$aPie cilvēkēdejiem.
>>> =999  \\$c1040$d1040
>>>
>>>
>>> What am I doing wrong?
>>>
>>> BTW: It has reloaded on control number before but 40% of my records do
not
>>> have a control number.
>>>
>>> It has also reloaded on marc tag 035 but I haven't been able to do that
for
>>> the past week.
>>>
>>> Please point me in the right direction.
>>>
>>> Thanks
>>>
>>>
>>> Steve Sowder   Systems Librarian
>>> sow...@andrews.eduAndrews University
>>>
>>>
>>> ___
>>> Koha mailing list  http://koha-community.org
>>> Koha@lists.katipo.co.nz
>>> http://lists.katipo.co.nz/mailman/listinfo/koha
>>
>>
>>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Problem reloading marc records

2014-03-10 Thread Chris Cormack
On 11 March 2014 11:38, Steve Sowder  wrote:
> I am new to Koha.
>
> I am exploring Koha for possible use on future projects.
>
> I have Koha running with 52,000+ bib records loaded.
> No item or patron records.
>
> I exported some records and made some edits on them.
> Now I am trying to reload them and overlay the existing record.
>
> The reload gets stuck and eventually times out.
> I split up the load and have loaded several records but it gets stuck at a
> certain point.
>
> I have narrowed it down to a single record.
> (But there may be others.)
>
> On the stage MARC for import I upload the file with a single record.
> Enter a comment: blah blah
> Record type: bibliographic
> Character encoding: MARC 8

Is it really MARC8 not UTF8 ? Because the Leader is saying it is UTF8

It could be because it is trying to do a conversion it doesn't need
to, and hanging on that

(Position 9 in the leader =a == UTF8)

Chris

> Modify record using template: Do not use
> Record matching rule: Recnum [the contents of tag 999c]
> Action if match: Replace existing record with incoming
> Action if no match: Ignore incoming record
> Check for embedded item record data: No
> How to process items: Ignore items
>
>
> I am using Koha version: 3.14.04.000
>
> It loads other records, but on this one (and possibly others) is stops.
> It will eventually time out.
>
> The record that does not load is:
>
> =LDR  00702nam a2200241Ii 4500
> =001  2828430
> =008  770323s1934lv\a\\000\0\lav\d
> =035  \\$a.b10127641$bcar  $c-
> =040  \\$aEXN$cEXN
> =041  1\$alaveng
> =049  \\$aEXNh [326608]$c1 [326608]
> =090  \\$aBV3640$b.W375
> =100  1\$aWatson, Charles Henry,$d1877-1962.
> =245  10$aPee zilwekehdejeem /$cK. H. Watson.
> =260  \\$aRigâ :$bLatwijas Rakstu Upgahdiba,$c1934.
> =300  \\$a68 p. :$bill. ;$c20 cm.
> =500  \\$aCover title: Pie cilvēkēdejiem.
> =595  \\$sJWL
> =595  \\$sSDALIB
> =650  \0$aMissions$zOceania.
> =690  \\$aSeventh-day Adventist publications.
> =740  00$aPie cilvēkēdejiem.
> =999  \\$c1040$d1040
>
>
> What am I doing wrong?
>
> BTW: It has reloaded on control number before but 40% of my records do not
> have a control number.
>
> It has also reloaded on marc tag 035 but I haven't been able to do that for
> the past week.
>
> Please point me in the right direction.
>
> Thanks
>
>
> Steve Sowder   Systems Librarian
> sow...@andrews.eduAndrews University
>
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] FW: Catalog Search Slow

2014-03-10 Thread Chris Cormack
On 11 March 2014 10:27, Joel Sasse  wrote:
> No, this isn't network related. All other Koha functions, such as patrons,
> reports, admin, respond normally. Only catalog searches are slower than
> usual. I cannot find any errant processes that are eating up CPU or memory
> resources on the server.
>
> Could this be a zebra config issue? Would a reindexing help?

I doubt it is a Zebra one, what I would do is try this

http://wiki.koha-community.org/wiki/Profiling_with_DevelNYTProf

To see if you can spot where the slow down is.

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Fwd: Change due date for early renewal

2014-03-06 Thread Chris Cormack
-- Forwarded message --
From: Bengal Library Association 
Date: 7 March 2014 02:12
Subject: Re: [Koha] Change due date for early renewal
To: Chris Cormack 


Thank You Chris. The problem has been solved.
Joydeep Chanda

On Thu, Mar 6, 2014 at 8:21 AM, Chris Cormack  wrote:
>
> On 6 March 2014 15:44, Bengal Library Association  
> wrote:
> > If any user renews an issued item before due date koha shows due date
> > calculated on the basis of the 1st issue date not on the basis of renewal
> > date. What is the solution?
>
> From the manual
>
> Go to systempreferences, go to circulation
>
> Then change
>
> RenewalPeriodBase
>
> (Koha will do what you tell it to do, in this case you must have the
> systempreference set to the old due date of the checkout, change it to
> be the current date)
>
> Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha Architecture, difference between OPAC results and SQL Reports

2014-03-06 Thread Chris Cormack


On 7 March 2014 4:18:07 am NZDT, Andrew Gordon  wrote:
>Hello All,
>
>I have a rather basic question, but something that has been confusing
>me for a while as a newcomer to using Koha.
>
>When I am trying to do some routine data cleaning I regularly find that
>the OPAC results often differ from the SQL reports results on what I
>assume to be the same field. One regular offender here is
>items.location. The items location in the OPAC is different and often
>more detailed or complete than the value returned in a  report, which
>may often be blank despite there being a value in the OPAC.
>
>So my question is, what are the two different ways that values are
>being pulled for the OPAC results (staff side, mainly) and the SQL
>Report side, respectively. Or is this an indication that somehow data
>has not been entered correctly?
>
>Additionally, this is PTFS LibLime Academic Koha, I am assuming that it
>does not differ greatly from vanilla Koha in this respect.
>

It differs massively. About 4 years and 20, 000 code commits differently. 

Anything we tell you here will be wrong for Liblime Academic.  For one, in Koha 
we don't store the item data in MARC, but add it on export, and indexing. 

We use different search engines, different templates systems and even a 
different reporting tool. And that's just scratching the surface. 

>As an afterthought, is there a good source of documentation out there
>that gives a better idea of the internal workings of Koha, the shape of
>its data architecture and how it renders data across its many views? So
>far I can only really find end-user UI instructions.


There is for Koha yes, the wiki at wiki.koha-community.org and the 
schema.koha-community.org. In Koha you can also have custom XSLT that controls 
the view. As far as I know, none of this is relevant for the Liblime product. 

Chris 

>
>Many thanks,
>Drew
>
>
>Andrew Gordon, MSI
>Systems Librarian
>Center for the History of Medicine and Public Health
>New York Academy of Medicine
>1216 Fifth Avenue
>New York, NY, 10029
>212.822.7324
>http://nyamcenterforhistory.org/
>
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Change due date for early renewal

2014-03-05 Thread Chris Cormack
On 6 March 2014 15:44, Bengal Library Association  wrote:
> If any user renews an issued item before due date koha shows due date
> calculated on the basis of the 1st issue date not on the basis of renewal
> date. What is the solution?

>From the manual

Go to systempreferences, go to circulation

Then change

RenewalPeriodBase

(Koha will do what you tell it to do, in this case you must have the
systempreference set to the old due date of the checkout, change it to
be the current date)

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] [Koha-devel] Reminder: General IRC meeting is 5 March 2014 at 19:00 UTC

2014-03-05 Thread Chris Cormack
Apologies, I won't make it, doing the school run 

Chris 

On 6 March 2014 2:32:46 am NZDT, Owen Leonard  wrote:
>This is a reminder that the next general IRC meeting is 5 March 2014
>at 19:00 UTC (in about 4 hours as of this writing)
>
>Koha community members are encouraged to attend.
>
>To find out what time the meeting is in your time zone go to:
>
>http://www.timeanddate.com/worldclock/fixedtime.html?msg=Koha+IRC+General+Meeting&iso=20140305T18
>
>Please add any items that you have to the agenda at:
>
>http://wiki.koha-community.org/wiki/General_IRC_meeting_5_March_2014
>
>Information about IRC - if you are new to IRC see
>http://koha-community.org/get-involved/irc/ and
>http://www.wikihow.com/Get-Started-with-IRC-%28Internet-Relay-Chat%29
>
>  -- Owen
>
>-- 
>Web Developer
>Athens County Public Libraries
>http://www.myacpl.org
>___
>Koha-devel mailing list
>koha-de...@lists.koha-community.org
>http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
>website : http://www.koha-community.org/
>git : http://git.koha-community.org/
>bugs : http://bugs.koha-community.org/

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Install Chinese language for 3.14.3

2014-02-23 Thread Chris Cormack
On 24 February 2014 15:02, Anthony Mao  wrote:
> Hi,
>
> I need your help to install Chinese language for 3.14.3
>
> After install 3.14.3 from http://sourceforge.net/projects/koha-latest/
> successfully.  Install Chinese language for Ubuntu successfully too.
>
> I could work fine under English interface.
>
> However, refer to fellowing procedures, I could not make Chinese
> interface.  Could someone give me a tip.
>
>
> Installation of additional languages for OPAC and INTRANET staff
> client, 
> http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
>
> I did fellowing commands:
>
> $ koha-translate --list
> en
> $ koha-translate --list --available
> including zh-Hans-TW
> $ cd /usr/share/koha/misc/translator/po
> There are several po files for differenct languages including:
> zh-Hans-TW-i-opac-t-prog-v-3006000.po
> zh-Hans-TW-i-staff-t-prog-v-3006000.po
> zh-Hans-TW-opac-bootstrap.po
> zh-Hans-TW-opac-ccsr.po
> zh-Hans-TW-pref.po
>
> I remove the Chinese po files
>
> $ sudo rm zh-Hans-TW*
>
> and get fresh ones:
>
> $ sudo wget 
> http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-i-opac-t-prog-v-3006000.po
> $ sudo wget 
> http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-i-staff-t-prog-v-3006000.po
> $ sudo wget 
> http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-opac-bootstrap.po
> $ sudo wget 
> http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-opac-ccsr.po
> $ sudo wget http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-pref.po
>
> $ ls -l
> -rw-r--r-- 1 root root   15647  2月 24 09:44
> zh-Hans-TW-i-opac-t-prog-v-3006000.po
> -rw-r--r-- 1 root root   15653  2月 24 09:44
> zh-Hans-TW-i-staff-t-prog-v-3006000.po
> -rw-r--r-- 1 root root   15602  2月 24 09:44 zh-Hans-TW-opac-bootstrap.po
> -rw-r--r-- 1 root root   15576  2月 24 09:44 zh-Hans-TW-opac-ccsr.pozh-Hans-TW
> -rw-r--r-- 1 root root   15553  2月 24 09:45 zh-Hans-TW-pref.po
>

After you got these files did you generate the templates?

koha-translate --install zh-Hans-TW

You have to create the templates from the po files, before they will
show in the interface to be picked

Hope this helps

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Location and item information (Marc 952) from Koha 2.x to 3.14

2014-02-16 Thread Chris Cormack
On 17 February 2014 08:15, Giuseppe Angilella
 wrote:
> Dear Chris,
>
> thanks for replying.
>
>
> On Mon, 17 Feb 2014, Chris Cormack wrote:
>
>> Item data in 3.4.x and above is no longer stored in the MARC but in
>> the items table, did you run the script to tidy that up?
>
>
> I cannot be sure: I've performed an installation from packages, and several
> migration scripts were run automatically.

However the move items one is explicitly not, as it can take a long time.

You need to run
koha-upgrade-to-3.4 




>
>> misc/maintenance/remove_items_from_biblioitems.pl --run
>
>
> The documentation says it would "remove the 9XX fields in the bib records
> that store a (now) duplicate copy of the item record information". I assume
> these only include subfields within the 952 tag (say, 999c and 999d would
> not be removed, as they specify the biblionumber).
>
>
>> Item data in 3.4.x and above is no longer stored in the MARC but in
>
>
> True: Other users with my same problem will find more details here:
>
> http://wiki.koha-community.org/wiki/Holdings_data_fields_(9xx)
>
> However, the Marc framework coming with 3.x (3.14 here) does include
> mappings from subfields under the 952 tag to specific columns in the items
> table. And I can see these fields in the Marc records entered using the new
> framework. Is that intentional, say for backward compatibility? (which, in
> fact, is producing here some in-compatibility!)
>
It looks like they are in the MARC, we display it that way, they are
stored entirely in the items table though, not in the
biblioitems.marcxml blob.

That is why new items are fine.

Chris

> Many thanks!
>
> Giuseppe.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Location and item information (Marc 952) from Koha 2.x to 3.14

2014-02-16 Thread Chris Cormack
On 17 February 2014 05:59, Giuseppe Angilella
 wrote:
> Hi,
>
> I'm in the progress of updating my Koha system here from 2.x to 3.14 (a
> giant leap, seemingly!)

Well yeah, the last 2.2.x release was 7 years ago .
>
> After using the built-in migration scripts and fixing many local
> inconsistencies, I am left with the Koha-to-Marc mapping of the subfields in
> the 952 tab (Location and item information).
>
> I am keeping Koha 2.x Marc framework as a default, and using Koha 3.14 Marc
> framework to catalogue all new biblios and items. I plan to edit all old
> biblios (and items) gradually and individually, change them into the new
> framework, and fill in the missing fields.
>
> However, although this seems to work with biblio records, some
> inconsistencies seem to remain with existing items. After editing and
> changing framework for a given biblio, I can only edit existing items
> through the "barcode" link. The framework structure for tag 952 in Koha 3.14
> then appears (with most fields blank, of course), and the itemnumber showing
> in the 952.u subfield, now reserved for the Uniform Resource Identifier.
> Other values are also assigned to wrong fields, both in the intranet form
> for cataloguing and in the Opac.
>
> I would expect that filling the (new) fields correctly and saving would
> result in an updated item, now belonging to and complying with the (new)
> framework. In particular, I would expect that a further attempt at editing
> the same item would show the correct values filling the appropriate fields.
> But this is not the case: even though I can check (via direct access to the
> mysql database) that any modification has indeed taken place as desired, it
> seems as if the item is still interpreting those values as corresponding to
> fields arranged as in the old Marc framework.
>
> (The bibliographic framework test returns OK, with all the columns in the
> items table mapped to the 952 subfields as in the "new" framework.)
>
> On the other hand, items belonging to biblio records still in the default
> (old) framework are displayed correctly.
>
> Is the Marc framework only specific to biblio records? Shouldn't it be
> possible to have items belonging to different frameworks?
>
> Can two frameworks with different Koha-to-Marc mappings in the 952 tag, as
> in my case, coexist?
>
Item data in 3.4.x and above is no longer stored in the MARC but in
the items table, did you run the script to tidy that up?

from the INSTALL file

Koha 3.4.x or later  no longer stores items in biblio records.
If you are upgrading from an older version ou will need to do the
following two steps, they can take a long time (several hours) to
complete for large databases

 misc/maintenance/remove_items_from_biblioitems.pl --run
 misc/migration_tools/rebuild_zebra.pl -b -r

I would back up the db, and try this

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Patron self registration

2014-02-16 Thread Chris Cormack
On 17 February 2014 07:16, geromoselle  wrote:
>
> I understand that I can set OPAC interface under Systems preference to enable 
> patrons create User access on our library Opac page on there own, but am 
> surprised that this feature which I read online available on Koha 3.12 
> released is no where to be found. Please I need help on how to make this work
>

Go to system preferences, go to the opac tab, scroll down to self
registration and turn it on

Chris

> George  Eromosele
> University of Ilorin Library
>
> Sent from Samsung Mobile
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Fwd: Fwd: newbie trying to catalogue the first book!!!!!

2014-02-15 Thread Chris Cormack
What version of Koha are you using? And if you want Koha you should be looking 
at koha-community.org. 

Chris 

On 16 February 2014 8:46:57 am NZDT, Rachel Hamilton-Williams 
 wrote:
>
>
>
> Original Message 
>Subject:   Fwd: newbie trying to catalogue the first book!
>Date:  Sat, 15 Feb 2014 12:23:12 +0100
>From:  La Biblioteca del Garibaldi 
>To:rac...@katipo.co.nz, ch...@bigballofwax.co.nz
>
>
>
>Hi,
>
>I sent the message below to koha@lists.katipo.co.nz 
>  on 13th and 14th feb but it does not 
>appear and I have received no answers. I am using the right address, 
>aren't I ?
>
>If so what could be the matter?
>
>Camilla BiblioDOC
>
>-- Forwarded message --
>From: *La Biblioteca del Garibaldi* >
>Date: 2014-02-13 11:21 GMT+01:00
>Subject: newbie trying to catalogue the first book!
>To: koha@lists.katipo.co.nz 
>
>
>I /think /I'm all set to start cataloguing
>
>Virtual machine working, downloaded latest version of koha (in
>English), 
>added SBN (Italy) on  z39.90  and followed the newbies guide on
>Koha.org 
>so library, staff and patrons are set.
>
>The first book is Acciaio by Silvia Avallone ISBN 9788817053044
>
>I imported this first book from SBN but it won't let me save it as some
>
>of the fields are mandatory:
>
>Here are some of the problem fields and my questions:
>
>*200(5) t2 *what does it want here? Library name? My version of koha 
>says here: /Nom de institution à laquelle s'applique cette zone -
>/don't 
>ask *me *why it's in French!
>
>If so is there a way not to write every single time?
>
>*200(e)* Other Title Information
>As the field is mandatory what do I write here???
>
>Is there a set of examples *for dummies* with detailed examples and
>full 
>explanations to learn to fill the various fields? From easy to 
>difficult? If there isn't there should be . If I weren't one of the 
>dummies I'd be most willing to write one.
>
>Camilla BiblioDoc
>---
>
>docente bibliotecario
>teacher librarian
>
>
>
>-- 
>Rosemarie della Scala
>
>prof. Rosemarie della Scala
>docente bibliotecario
>teacher librarian
>
>
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Activating SMS facility for koha in India

2014-02-11 Thread Chris Cormack
On 11 February 2014 22:48, Mahesh Angadi  wrote:
> Dear Members,
>
> I have installed koha (3.8.6 version) on Ubuntu 12.04 LTS using liblivecd
> developed by Dr. A. R. D. Prasad. Using postfix, we are able to relay
> circulation email notices from gmail account.  Now we want to provide
> circulation notices on patrons cellphone in form of SMS.
>
> I searched through the mailing list, however, so far I could not get a
> suitable solution.
>
> I could locate file SMS.pm in C4 directory and files like Send.pm,
> Driver.pm, Test.pm in /usr/share/perl5/SMS directory.
>
The first and most important thing you need to do is upgrade.

3.8.6 is 1.5 years old, and there have been 17 3.8.x releases since
including 2 security releases, the current release of 3.8.x is 3.8.23
.. if you do not upgrade you need to make the changes mentioned here.

http://koha-community.org/security-release-february-2014/

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] koha-community.org down?

2014-01-27 Thread Chris Cormack
If it is up and down, it might be under heavy load, prolly bad search
engine indexers.

Chris
On 28/01/2014 7:41 am, "Keener, Nancy"  wrote:

> OK now, just checked again!
>
> Nancy Keener
> Systems Librarian
> I.T.O.S.C. Chair
> KohaCon 13 Chair
> Washoe County Library System
> Reno, Nevada
> 775 327-8347
> nkee...@washoecounty.us
>
>
> -Original Message-
> From: koha-boun...@lists.katipo.co.nz [mailto:
> koha-boun...@lists.katipo.co.nz] On Behalf Of Keener, Nancy
> Sent: Monday, January 27, 2014 10:06 AM
> To: Elaine Bradtke; koha
> Subject: Re: [Koha] koha-community.org down?
>
> No access here either.
>
> Nancy Keener
> Systems Librarian
> I.T.O.S.C. Chair
> KohaCon 13 Chair
> Washoe County Library System
> Reno, Nevada
> 775 327-8347
> nkee...@washoecounty.us
>
> -Original Message-
> From: koha-boun...@lists.katipo.co.nz [mailto:
> koha-boun...@lists.katipo.co.nz] On Behalf Of Elaine Bradtke
> Sent: Monday, January 27, 2014 9:40 AM
> To: koha
> Subject: [Koha] koha-community.org down?
>
> I can't seem to get into the site.  Is there a problem?
> --
> Elaine Bradtke
> Data Wrangler
> VWML
> English Folk Dance and Song Society | http://www.efdss.org Cecil Sharp
> House, 2 Regent's Park Road, London NW1 7AY
> Tel+44 (0) 20 7485 2206 (This number is for the English Folk Dance and
> Song Society in London, England. If you wish to phone me personally, send
> an e-mail first. I work off site)
> --
> Registered Company No. 297142
> Charity Registered in England and Wales No. 305999
> ---
> "Writing about music is like dancing about architecture"
> --Elvis Costello (Musician magazine No. 60 (October 1983), p. 52)
> ___
> Koha mailing list  http://koha-community.org Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
> ___
> Koha mailing list  http://koha-community.org Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] koha-community.org down?

2014-01-27 Thread Chris Cormack
Seems fine to me, however someone might have fixed it before I looked

Chris
On 28/01/2014 6:40 am, "Elaine Bradtke"  wrote:

> I can't seem to get into the site.  Is there a problem?
> --
> Elaine Bradtke
> Data Wrangler
> VWML
> English Folk Dance and Song Society | http://www.efdss.org
> Cecil Sharp House, 2 Regent's Park Road, London NW1 7AY
> Tel+44 (0) 20 7485 2206 (This number is for the English Folk Dance and
> Song Society in London, England. If you wish to phone me personally, send
> an e-mail first. I work off site)
> --
> Registered Company No. 297142
> Charity Registered in England and Wales No. 305999
> ---
> "Writing about music is like dancing about architecture"
> --Elvis Costello (Musician magazine No. 60 (October 1983), p. 52)
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Unable to upgrade to Koha 3.14 due to database version upgrade errors

2014-01-24 Thread Chris Cormack
* sheldon_tappin (thecarte...@hotmail.com) wrote:
> Hi All,
> 
> We are trying to upgrade our Koha version from Koha 3.10.00 to 3.14.
> 
> We have Koha 3.14 installed on a test server and we the production
> installation with the older database online--
> Koha 3.10.00.
> 
> During the web installation on the test server, whenever Koha reaches the
> update database page , it is generating an error message:
> 
> "Update errors :
> 
> [Tue Jan 21 15:37:05 2014] updatedatabase.pl: DBD::mysql::db do failed:
> Duplicate column name 'borrowernumber' at
> /usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl line
> 7224.
> [Tue Jan 21 15:37:05 2014] updatedatabase.pl: DBD::mysql::db do failed:
> Error on rename of './koha/patronimage' to './koha/#sql2-646b-96' (errno:
> 152) at
> /usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl line
> 7243.
> [Tue Jan 21 15:37:05 2014] updatedatabase.pl: DBD::mysql::db do failed:
> Error on rename of './koha/patronimage' to './koha/#sql2-646b-96' (errno:
> 152) at
> /usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl line
> 7243.
> "
> 
>  As a result, we are unable to proceed to the log in page.
> 
> Any help in fixing the above issue, will be most welcomed. 

https://stackoverflow.com/questions/5343406/sql-foreign-key-constraint-error-1025-152

Looks like there is a foreign key issue, I would log a bug about this
at 
bugs.koha-community.org

Chris

> 
> Best Regards,
> Sheldon
> 
> 
> 
> --
> View this message in context: 
> http://koha.1045719.n5.nabble.com/Unable-to-upgrade-to-Koha-3-14-due-to-database-version-upgrade-errors-tp5785293.html
> Sent from the Koha-general mailing list archive at Nabble.com.
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] How to enable patron login in OPAC

2014-01-21 Thread Chris Cormack
On 22/01/2014 8:53 am, "Michał Dudzik"  wrote:
>
> The easiest write a simple php script that generates a password (md5) and
> stores the mysql database. I also recommend adding information for each
user
> to change the password. If you have any questions, write to email I'll try

Modern Koha does not store passwords as md5 we use bcrypt.

But other than that this could work

Chris

> to help you.
> Regards
> Michal Dudzik
>
>
>
> --
> View this message in context:
http://koha.1045719.n5.nabble.com/How-to-enable-patron-login-in-OPAC-tp5784788p5784803.html
> Sent from the Koha-general mailing list archive at Nabble.com.
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] First public library in Norway to choose Koha

2014-01-16 Thread Chris Cormack
On 17 January 2014 04:53, Anne Lena Westrum
 wrote:
> Dear Community!
>
> Oslo Public Library (a.k.a. "Deichmanske bibliotek" or just "Deichman") is 
> happy to announce that we have decided to move to Koha as the first public 
> library in Norway.
>

That is fantastic news!

Welcome to the community.

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] install koha

2013-12-23 Thread Chris Cormack
* ammar almasry (mero_s2...@live.com) wrote:
> Hi 
> I am new in Koha and I want installed on Debian, what is the best way to 
> install Koha
> Do I follow this 
> methodhttps://github.com/fredericd/Koha/blob/master/INSTALL.debian
> Or is there a better way to do that?

Hi 

The best way is to use the packages

http://wiki.koha-community.org/wiki/Debian

Chris
-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


<    1   2   3   4   5   6   7   8   9   10   >