Re: [Koha] Koha Digest, Vol 76, Issue 32
I'm still i can't searching in the catalog and this is my command result misc/migration_tools/rebuild_zebra.pl -b -a -v -r Zebra configuration information ================================ Zebra biblio directory = /var/lib/koha/zebradb/biblios Zebra authorities directory = /var/lib/koha/zebradb/authorities Koha directory = /usr/share/koha/intranet/cgi-bin BIBLIONUMBER in : 999$c BIBLIOITEMNUMBER in : 999$d ================================ ==================== exporting authority ==================== 1 Records exported: 1 ==================== REINDEXING zebra ==================== ==================== exporting biblio ==================== 6901.................................................................................................... Records exported: 6982 ==================== REINDEXING zebra ==================== ==================== CLEANING ==================== Date: Sat, 18 Feb 2012 11:50:08 +0600 Subject: Fwd: Koha Digest, Vol 76, Issue 32 From: ahammadnur59@gmail.com To: elbadri_father@hotmail.com Hi first rebuild your zebra with -b -a -v -r options then search if not work then explain detail of your of your command line message. ---------- Forwarded message ---------- From: <koha-request@lists.katipo.co.nz> Date: Sat, Feb 18, 2012 at 5:00 AM Subject: Koha Digest, Vol 76, Issue 32 To: koha@lists.katipo.co.nz Send Koha mailing list submissions to koha@lists.katipo.co.nz To subscribe or unsubscribe via the World Wide Web, visit http://lists.katipo.co.nz/mailman/listinfo/koha or, via email, send a message with subject or body 'help' to koha-request@lists.katipo.co.nz You can reach the person managing the list at koha-owner@lists.katipo.co.nz When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..." Today's Topics: 1. Re: printing non-receipt-size docs via firefox - how? (G. Laws) 2. searching in the catalog (alaa Badri) ---------------------------------------------------------------------- Message: 1 Date: Fri, 17 Feb 2012 13:52:45 -0600 From: "G. Laws" <glawson@rhcl.org> To: koha@lists.katipo.co.nz Subject: Re: [Koha] printing non-receipt-size docs via firefox - how? Message-ID: <4F3EB00D.8080001@rhcl.org> Content-Type: text/plain; charset=ISO-8859-1 This is apparently standard behavior--"just the way it is", or at least that's our experience too. One fix is to run a separate instance of Firefox using a different profile (run> firefox -ProfileManager), or install and use Chrome for your non-Koha web browsing. -- Greg Lawson Rolling Hills Consolidated Library 1912 N. Belt Highway St. Joseph, MO 64506 816-232-5479 ------------------------ On 02/17/2012 01:35 PM, Adams, Jason wrote:
Ever since we've installed Koha with Epson receipt printers and Dymo
label writers attached (and various other standard networked printers),
we've had difficulties printing anything else but receipts via Mozilla
Firefox (i.e. web pages, database docs, print-screens, and even Koha
holds reports). It seems that our Firefox settings to print Koha
receipts overrides almost anything else we do through Firefox, affecting
the size of our printouts (e.g. we'll get a receipt-sized column of a
full 8.5"x11" printout). Even selecting a different paper size or
another printer doesn't help - we still get the 2.5" column on a full
piece of paper. Sound familiar? PDFs seem to print fine as do Word and
Publisher documents. This has been such a problem for us that we've had
to limit our non-Koha printouts to just two or three computers out of
the 12 or more PCs we own; thus, often forcing us to email ourselves
links, documents, print screens, etc. just so we can switch computers
and print them from a different computer.
Anyone know of any quick fixes, shortcut keys, and/or Firefox add-ons
that could help us? Thanks in advance!
Jason Adams, L.A. II
Northwest Reno Library
_______________________________________________
Koha mailing list http://koha-community.org
Koha@lists.katipo.co.nz
------------------------------ Message: 2 Date: Fri, 17 Feb 2012 23:49:22 +0200 From: alaa Badri <elbadri_father@hotmail.com> To: koha list <koha@lists.katipo.co.nz> Subject: [Koha] searching in the catalog Message-ID: <SNT103-W2688FA27ED612917154388E9630@phx.gbl> Content-Type: text/plain; charset="windows-1256" when i try to search in the catalog i get this massage No results found No results match your search for 'kw,wrdl: * but when i tray it with my old data base it's work fine ------------------------------ _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha End of Koha Digest, Vol 76, Issue 32 ************************************ -- Nur Ahammad Junior Assistant Librarian Independent University, Bangladesh
Note change of "Subject:" -- "Digest" is not very explicit ... At 09:58 AM 2/19/2012 +0200, alaa Badri wrote:
I'm still i can't searching in the catalog and this is my command result
It looks as though zebra re-indexed cleanly, so, first things first, go to Home --> Administration --> System Preferences --> Searching and verify on the first line that you have " |Use| the Zebra search engine" enabled. I that fails, you may want to look for errors in /var/log/koha -- you should find specific error logs for both Koha and zebra. Paul
misc/migration_tools/rebuild_zebra.pl -b -a -v -r Zebra configuration information ================================ Zebra biblio directory = /var/lib/koha/zebradb/biblios Zebra authorities directory = /var/lib/koha/zebradb/authorities Koha directory = /usr/share/koha/intranet/cgi-bin BIBLIONUMBER in : 999$c BIBLIOITEMNUMBER in : 999$d ================================ ==================== exporting authority ==================== 1 Records exported: 1 ==================== REINDEXING zebra ==================== ==================== exporting biblio ==================== 6901.................................................................................................... Records exported: 6982 ==================== REINDEXING zebra ==================== ==================== CLEANING ====================
Date: Sat, 18 Feb 2012 11:50:08 +0600 Subject: Fwd: Koha Digest, Vol 76, Issue 32
From: ahammadnur59@gmail.com To: elbadri_father@hotmail.com Hi first rebuild your zebra with -b -a -v -r options then search if not work then explain detail of your of your command line message.
In addition to what Paul is mentioning, make sure you are running the rebuild_zebra script using the koha user, not root. If you previously ran the command with your root user, the owner of the files in /var/lib/koha/zebradb/biblios/registers will be root. Just chown every thing in /var/lib/koha/zebradb/ to koha. Regards, Eric Bégin www.inLibro.com On 2012-02-19 09:35, Paul wrote:
Note change of "Subject:" -- "Digest" is not very explicit ...
At 09:58 AM 2/19/2012 +0200, alaa Badri wrote:
I'm still i can't searching in the catalog and this is my command result
It looks as though zebra re-indexed cleanly, so, first things first, go to Home --> Administration --> System Preferences --> Searching and verify on the first line that you have " |Use| the Zebra search engine" enabled.
I that fails, you may want to look for errors in /var/log/koha -- you should find specific error logs for both Koha and zebra.
Paul
misc/migration_tools/rebuild_zebra.pl -b -a -v -r Zebra configuration information ================================ Zebra biblio directory = /var/lib/koha/zebradb/biblios Zebra authorities directory = /var/lib/koha/zebradb/authorities Koha directory = /usr/share/koha/intranet/cgi-bin BIBLIONUMBER in : 999$c BIBLIOITEMNUMBER in : 999$d ================================ ==================== exporting authority ==================== 1 Records exported: 1 ==================== REINDEXING zebra ==================== ==================== exporting biblio ==================== 6901....................................................................................................
Records exported: 6982 ==================== REINDEXING zebra ==================== ==================== CLEANING ====================
Date: Sat, 18 Feb 2012 11:50:08 +0600 Subject: Fwd: Koha Digest, Vol 76, Issue 32
From: ahammadnur59@gmail.com To: elbadri_father@hotmail.com
Hi first rebuild your zebra with -b -a -v -r options then search if not work then explain detail of your of your command line message.
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
alaa Badri -
Eric Bégin -
Paul