[Koha] Hello from Vermont

catalog at bfli.org catalog at bfli.org
Tue Aug 30 04:11:46 NZST 2016


Mark,
There are actually two Koha Consortia in Vermont. The Catamount Library Network and VOKAL. Both are hosted by ByWater. Catamount are actively seeking new members. Why don't you check them out?  
Wendy SharkeyBennington Free Library

      From: "koha-request at lists.katipo.co.nz" <koha-request at lists.katipo.co.nz>
 To: koha at lists.katipo.co.nz 
 Sent: Sunday, August 28, 2016 7:23 PM
 Subject: Koha Digest, Vol 130, Issue 54
   
Send Koha mailing list submissions to
    koha at lists.katipo.co.nz

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.katipo.co.nz/mailman/listinfo/koha
or, via email, send a message with subject or body 'help' to
    koha-request at lists.katipo.co.nz

You can reach the person managing the list at
    koha-owner at lists.katipo.co.nz

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Koha digest..."


Today's Topics:

  1. Re: Koha 16.05.03 - Software Error: opac-memberentry.pl?
      (Craig Butosi)
  2. Re: Koha 16.05.03 - Software Error: opac-memberentry.pl?
      (Frédéric Demians)
  3. Re: biblio.biblionumber and biblioitems.biblioitemnumber
      fields (BibliothèqueIMP)
  4. koha check in page (Monisa Aslam)
  5. Koha World Trip (Esmael Wan)
  6. Re: koha check in page (Katrin)
  7. Hello from Vermont (Mark Alexander)
  8. Re: Hello from Vermont (BWS Johnson)
  9. Re: Hello from Vermont (Joy Nelson)


----------------------------------------------------------------------

Message: 1
Date: Sun, 28 Aug 2016 01:20:52 +0000
From: Craig Butosi <craig.butosi at rcmusic.ca>
To: koha <koha at lists.katipo.co.nz>
Subject: Re: [Koha] Koha 16.05.03 - Software Error:
    opac-memberentry.pl?
Message-ID:
    <76B657F0CE544943AD3B3CD99B9C1C055B511E at RCMMX1.rcmusic.local>
Content-Type: text/plain; charset="us-ascii"

Update:

After adding

my $borrower;

to line 38 of opac-memberentry.pl I was able to successfully access the personal details page without error.


The code area in opac-memberentry.pl to which I am referring looked like this:

36 my $cgi = new CGI;
37 my $dbh = C4::Context->dbh;

and now looks like this:

36 my $cgi = new CGI;
37 my $dbh = C4::Context->dbh;
38 my $borrower;

Very strange, but could this perhaps be a bug? Also, I have absolutely no idea whether this  declared variable will impact the rest of the code, or interfere with other areas of Koha.

Please advise.

C

Craig Butosi, MA, MLIS, B Mus (Hons.)
LIBRARY SERVICES MANAGER
the royal conservatory
TELUS Centre for Performance and Learning
273 Bloor Street West Toronto, ON  M5S 1W2
416.408.2824 x338
www.rcmusic.ca

________________________________________
From: Koha [koha-bounces at lists.katipo.co.nz] on behalf of Craig Butosi [craig.butosi at rcmusic.ca]
Sent: Saturday, August 27, 2016 6:46 PM
To: koha
Subject: [Koha] Koha 16.05.03 - Software Error: opac-memberentry.pl?

Hi all,

Just upgraded to 16.05.03 from 16.06.02 (Ubuntu 14.04, package install).

Logging into the OPAC, then clicking on "your personal details" throws this error:

Software error:

Global symbol "$borrower" requires explicit package name at /usr/share/koha/opac/cgi-bin/opac/opac-memberentry.pl line 190.
Execution of /usr/share/koha/opac/cgi-bin/opac/opac-memberentry.pl aborted due to compilation errors.


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.


Any idea what's going on here? Is there something awry with the opac-memberentry.pl script?

Anyone else experience this?

C

Craig Butosi, MA, MLIS, B Mus (Hons.)
LIBRARY SERVICES MANAGER
the royal conservatory
TELUS Centre for Performance and Learning
273 Bloor Street West Toronto, ON  M5S 1W2
416.408.2824 x338
www.rcmusic.ca<https://webmail.rcmusic.ca/owa/redir.aspx?C=b481823b299d45ee94b0016389bb76e9&URL=http%3a%2f%2fwww.rcmusic.ca%2f>


Note: This email message and any attachments are intended only for the use of the individual to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the recipient of this email is not the intended recipient (or the employee or agent responsible for delivering the email to the intended recipient), you are hereby notified that any review, dissemination, distribution or copying or other use of this message is strictly prohibited. If you have received this communication in error, please notify the sender immediately by return email and delete this message and attachments from your system, thank you.
_______________________________________________
Koha mailing list  http://koha-community.org
Koha at lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Note: This email message and any attachments are intended only for the use of the individual to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the recipient of this email is not the intended recipient (or the employee or agent responsible for delivering the email to the intended recipient), you are hereby notified that any review, dissemination, distribution or copying or other use of this message is strictly prohibited. If you have received this communication in error, please notify the sender immediately by return email and delete this message and attachments from your system, thank you.


------------------------------

Message: 2
Date: Sun, 28 Aug 2016 10:33:05 +0200
From: Frédéric Demians <frederic at tamil.fr>
To: Craig Butosi <craig.butosi at rcmusic.ca>
Cc: koha <koha at lists.katipo.co.nz>
Subject: Re: [Koha] Koha 16.05.03 - Software Error:
    opac-memberentry.pl?
Message-ID:
    <CAHw0k4ZcXSD9MfQtrQ=vz9Tg_TFftt3Ry0r3DTRBhOkX2PMSCg at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

See bug 16996. Will be fixed in 16.05.04.


------------------------------

Message: 3
Date: Fri, 26 Aug 2016 11:35:05 +0300
From: BibliothèqueIMP <biblimp at otenet.gr>
To: <koha at lists.katipo.co.nz>
Subject: Re: [Koha] biblio.biblionumber and
    biblioitems.biblioitemnumber fields
Message-ID: <000001d1ff74$c00c0f00$40242d00$@gr>
Keywords: ΤΕΧΝΙΚΗ ΥΠΟΣΤΗΡΙΞΗ
Content-Type: text/plain;    charset="utf-8"

Hi Tommaso, 

 

I am sorry I was not clear enough.

 

1)      Go to edit your marc framework using the following path: Home › Administration › MARC frameworks › Default framework structure › Tag 001 subfield structure › Edit subfields constraints.

2)      In Basic constraints got to Managed in tab menu and set it to ignored.

3)      Save changes

4)      Do the same (1,2,3) for Tag 090a.

Now your framework test warning should not appear. 

 

Actually, it is a false warning as Fridolin Somers says in http://koha.1045719.n5.nabble.com/Please-help-biblio-and-biblionumber-td5777581.html.

However, it is a headache for someone who is not aware of it. I think we must file a bug if you confirm the correction procedure above. It worked for us (we are running Koha 16.05), I hope it works for you.

 

Regards,

Monk Prodromos
Library of the Holy Monastery of Paraklitos



------------------------------

Message: 4
Date: Thu, 25 Aug 2016 08:31:46 +0500
From: Monisa Aslam <monisaaslam at hotmail.com>
Subject: [Koha] koha check in page
Message-ID: <BLU171-W639032222E4C982DB00D24AAED0 at phx.gbl>
Content-Type: text/plain; charset="iso-8859-1"

hello everyone.
i want to add address column in the check in page. is it possible.???? please guide.

Monisa Aslam

                                    

------------------------------

Message: 5
Date: Sun, 28 Aug 2016 09:06:07 +0000 (UTC)
From: Esmael Wan <opensistem at yahoo.com>
To: "koha at lists.katipo.co.nz" <koha at lists.katipo.co.nz>
Subject: [Koha] Koha World Trip
Message-ID: <1583437366.909047.1472375167137 at mail.yahoo.com>
Content-Type: text/plain; charset=UTF-8

Hi All,

Joann has completed her trip to Malaysia.  We have a simple gathering in Penang last night and sent her to the airport this morning.  Her next stop is India & she is looking forward to coming to you next.  We pray for her save journey.  

Thanks Joann for your visit and presentations. 

Cheers
Esmael

------------------------------

Message: 6
Date: Sun, 28 Aug 2016 13:30:05 +0200
From: Katrin <katrin.fischer.83 at web.de>
To: koha at lists.katipo.co.nz
Subject: Re: [Koha] koha check in page
Message-ID: <7e47d976-eccf-1f28-24dc-8e026233bc02 at web.de>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi Monisa,

it's currently not possible to add the borrower's address to the check 
in page.

Hope this helps,

Katrin

On 25.08.2016 05:31, Monisa Aslam wrote:
> hello everyone.
> i want to add address column in the check in page. is it possible.???? please guide.
>
> Monisa Aslam
>
>                                   
> _______________________________________________
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha



------------------------------

Message: 7
Date: Sun, 28 Aug 2016 18:21:54 -0400
From: Mark Alexander <marka at pobox.com>
To: koha <koha at lists.katipo.co.nz>
Subject: [Koha] Hello from Vermont
Message-ID: <1472421538-sup-6704 at t60p>
Content-Type: text/plain; charset=UTF-8

Hi all,

I'm a retired software geek, now living in a small town in Vermont
after many years in Silicon Valley.  I've been using Linux on my own
computers for 20 years, and have hacked on everything from microkernels
in assembly language to web apps in Ruby on Rails.

I also spent a year in NZ as a child and still consider it as my first
home, and miss it very much, though I've not been back since.  It's
cool to see such great open source software originating from my old
homeland.

Our town library currently uses proprietary software from Mandarin,
but I've been investigating what it would take to convert to Koha.
Many libraries here in Vermont are in a consortium that is using Koha
hosted by a commercial vendor.  But the consortium is closed to
new members.

So to see what it would take for us to build our own Koha installation
from scratch, I installed 16.05 (using git) in an Ubuntu 14.04 virtual
machine and have started to play around with it.  I've exported our
catalog (about 22K items) from Mandarin into a MARC dump.  Now I'm
figuring out what I need to do to import these records and correctly
set things like the item call number and item type.  I may ask some
questions later if I get stuck.

--Mark


------------------------------

Message: 8
Date: Sun, 28 Aug 2016 23:15:29 +0000 (UTC)
From: BWS Johnson <abesottedphoenix at yahoo.com>
To: Mark Alexander <marka at pobox.com>, koha <koha at lists.katipo.co.nz>
Subject: Re: [Koha] Hello from Vermont
Message-ID: <1672521704.1111236.1472426129548 at mail.yahoo.com>
Content-Type: text/plain; charset=UTF-8

Salvete!



> So to see what it would take for us to build our own Koha installation
> from scratch, I installed 16.05 (using git) in an Ubuntu 14.04 virtual
> machine and have started to play around with it.  I've exported our
> catalog (about 22K items) from Mandarin into a MARC dump.  Now I'm
> figuring out what I need to do to import these records and correctly
> set things like the item call number and item type.  I may ask some
> questions later if I get stuck.


    Please ask away! 


    You'll want to sit down with your Librarian at this stage and see how they want stuff set up. It's much better to try it, refine it, then do it again if needs be then set stuff up only to find out that they want it totally different. VM is a nice way to go for that, since you can exploderate your less than desireable outcomes at a tiny penalty.


    Reading the cataloguing bit of the manual may help, or it may induce nausea.

http://translate.koha-community.org/manual/master/en/html-desktop/#cataloging

Cheers,
Brooke


------------------------------

Message: 9
Date: Sun, 28 Aug 2016 18:23:32 -0500
From: Joy Nelson <joy at bywatersolutions.com>
To: Mark Alexander <marka at pobox.com>
Cc: koha <koha at lists.katipo.co.nz>
Subject: Re: [Koha] Hello from Vermont
Message-ID:
    <7C941D0E-5E8A-40E6-AC20-75007760A3CA at bywatersolutions.com>
Content-Type: text/plain;    charset=us-ascii

Welcome Mark! 
I worked on some mandarin data in the past. Let me know if you have any questions

-Joy

Sent from my iPhone

> On Aug 28, 2016, at 5:21 PM, Mark Alexander <marka at pobox.com> wrote:
> 
> Hi all,
> 
> I'm a retired software geek, now living in a small town in Vermont
> after many years in Silicon Valley.  I've been using Linux on my own
> computers for 20 years, and have hacked on everything from microkernels
> in assembly language to web apps in Ruby on Rails.
> 
> I also spent a year in NZ as a child and still consider it as my first
> home, and miss it very much, though I've not been back since.  It's
> cool to see such great open source software originating from my old
> homeland.
> 
> Our town library currently uses proprietary software from Mandarin,
> but I've been investigating what it would take to convert to Koha.
> Many libraries here in Vermont are in a consortium that is using Koha
> hosted by a commercial vendor.  But the consortium is closed to
> new members.
> 
> So to see what it would take for us to build our own Koha installation
> from scratch, I installed 16.05 (using git) in an Ubuntu 14.04 virtual
> machine and have started to play around with it.  I've exported our
> catalog (about 22K items) from Mandarin into a MARC dump.  Now I'm
> figuring out what I need to do to import these records and correctly
> set things like the item call number and item type.  I may ask some
> questions later if I get stuck.
> 
> --Mark
> _______________________________________________
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha


------------------------------

Subject: Digest Footer

_______________________________________________
Koha mailing list
Koha at lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


------------------------------

End of Koha Digest, Vol 130, Issue 54
*************************************


   


More information about the Koha mailing list