Chris Cormack | 1 May 2011 08:57
Picon
Gravatar

Re: 3.2.7 noZebra to 3.4 Zebra

Hi Bob

On 30 April 2011 14:44, Bob Ewart <bob-ewart <at> bobsown.com> wrote:
> I'm currently running 3.2.7 noZebra although Zebra packages have been
> installed. I'm going to 3.4 with Zebra.
>
> The question is: should I convert to Zebra before or after I do the
> upgrade to 3.4?

I would do it after, remember to read the INSTALL file, especially the
UPGRADE section, you have to rebuild the zebra indexes as part of the
upgrade (after running the script to move the item information)
>
> I tried to switch to Zebra once before on 3.2.2 and couldn't get it to
> update properly when cataloging.  Where is a good description of how to
> switch to Zebra?
>
Reading the INSTALL files will tell you have to set up zebra, and how
to set up a cronjob to run rebuild_zebra.pl

There is also an example crontab file in misc/cronjobs

Hope this helps
Chris
_______________________________________________
Koha mailing list  http://koha-community.org
Koha <at> lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
uknet80 | 1 May 2011 08:37
Picon
Favicon

Re: perl modue Graphics::Magick not found

thank you so much Chris, that was the solution.

thanks--
View this message in context: http://koha.1045719.n5.nabble.com/perl-modue-Graphics-Magick-not-found-tp4345786p4362366.html
Sent from the Koha - Discuss mailing list archive at Nabble.com.
Robin Sheat | 2 May 2011 08:11
Picon
Favicon

Re: memc missing

Robin Sheat schreef op za 30-04-2011 om 13:10 [+1200]:
> As part of the 3.4 packaging I'm working on, there will be a .deb for
> this in 
> the debian.koha-community.org repository. 

Just a note, this is now there. If you are on debian squeeze, even if
you're not running the koha packages, you can add the apt sources at
debian.koha-community.org and install
libcgi-session-driver-memcached-perl.

--

-- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha
Sunitha | 2 May 2011 12:52
Picon

Koha authority

Hi , I am facing a problem with my koha authorities. 

In Koha Admin, under the menu item "More" choose "Authorities". At the
resulting screen a search using "Search Authorities" produces no results;

Also, when importing a record, using the "Tag editor" at the end of
the author field to open a screen and search for the authority record
gives no results if the heading is in the "Main entry ($a only)" field
but does work if the "Main entry" field is used.

Could someone tell me what is the problem? Please help me... 

--
View this message in context: http://koha.1045719.n5.nabble.com/Koha-authority-tp4364371p4364371.html
Sent from the Koha - Discuss mailing list archive at Nabble.com.
hansbkk | 2 May 2011 16:03
Picon

An entertaining article about libraries and librarians

Check out the bit about being sure to wake up sleeping patrons - in
case they're dead!!

http://www.guardian.co.uk/books/2011/may/01/the-secret-life-of-librarie
Paul | 2 May 2011 16:57

Re: An entertaining article about libraries and librarians

At 09:03 PM 5/2/2011 +0700, hansbkk@... wrote:
>Check out the bit about being sure to wake up sleeping patrons - in
>case they're dead!!
>
>http://www.guardian.co.uk/books/2011/may/01/the-secret-life-of-librarie

Unfortunately the url got snipped; it should be: 
<http://www.guardian.co.uk/books/2011/may/01/the-secret-life-of-libraries> 
(note 's' at end).

A "fun" article that hits a lot of home truths - particularly for anyone 
managing a reference library with the idea of "conservation" built into 
their statutes.

Best - P.
Lee Phillips | 2 May 2011 18:16

Sirsi in NZ!

Disappointing.

   http://www.librarytechnology.org/ltg-displaytext.pl?RC=15645

2011-04-27. National Library of New Zealand signs with SirsiDynix. , [SirsiDynix]
SirsiDynix announced that the National Library of New Zealand has selected the SirsiDynix Symphony
integrated library system for the K&#333;tui shared library system. K&#333;tui is a new shared library
system operated by the National Library of New Zealand for subscribing public libraries. K&#333;tui
will manage member libraries’ physical resources, offer a new discovery system, and give member
libraries access to centralized expertise and help desk services.
Owen Leonard | 2 May 2011 21:01
Favicon
Gravatar

Re: printing items in cart

> We have found that the only way to print All the items in the cart is by
> selecting 'control P'. The print option on the cart page will only print the
> first 3 pages.Is anyone else having this problem

I can confirm this issue when using Firefox. I tried it in Google
Chrome and it successfully printed all pages. I'll see if this is
something template-related that we can adjust.

  -- Owen

--

-- 
Web Developer
Athens County Public Libraries
http://www.myacpl.org
Owen Leonard | 2 May 2011 21:57
Favicon
Gravatar

Re: printing items in cart

> The print option on the cart page will only print the
> first 3 pages.Is anyone else having this problem

This issue is now in Bugzilla:

http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6291

...and I have submitted a patch which tested well for me in Firefox 3.6 and 4.0.

  -- Owen

--

-- 
Web Developer
Athens County Public Libraries
http://www.myacpl.org
Owen Leonard | 2 May 2011 22:07
Favicon
Gravatar

Re: Koha - changing advance search page

> But I can't figure out how to make the Language
> limits go away since there doesn't seem to be an id for that one.

Yeah, it really should have an ID. Without that I don't think there's
a way to hide it with CSS.

I can be hidden with JavaScript, though, if you put this in your
opacuserjs system preference:

$(document).ready(function(){
   $("legend:contains('Language')").parent().hide();
});

 -- Owen

--

-- 
Web Developer
Athens County Public Libraries
http://www.myacpl.org

Gmane