Re: [Koha] Inventory Problems Column

2013-03-21 Thread Alex Kowalenko
Hi Nicole, What I have seen, that the Inventory tools seems to ignore items selection, when generating the list. Even items which I set as withdrawn comes up on the inventory, and the problem field never changes from None. This is annoying as, you have to check each item to see if it is lost

Re: [Koha] Problem with Koha Catalog search

2013-03-21 Thread Karam Qubsi
Hi Did you try to rebuild your zebra index ? koha-rebuild-zebra -f {yourinstance} On Wed, Mar 20, 2013 at 4:59 AM, Salman Bashir Bhat wrote: > Hii, > > I recently installed Koha 3.8.06. I have uploaded some records for testing > but when I search for the record in the catalog search bar (staf

[Koha] Staff Maintenance Mode

2013-03-21 Thread sheldon_tappin
Hi All, Is there a way or a trigger that we can use to set the staff client to staff maintenance mode, like "Opac Maintenance." Sheldon -- View this message in context: http://koha.1045719.n5.nabble.com/Staff-Maintenance-Mode-tp5747360.html Sent from the Koha-general mailing list archive at

Re: [Koha] Staff Maintenance Mode

2013-03-21 Thread Mark Tompsett
Greetings, If Koha is the only thing on your server, why not just turn off apache as you make server command-line tweaks? $ sudo service apache2 stop Start it again when you are finished $ sudo service apache2 start That's assuming that you want to kick the staff and opac clients out at the

[Koha] Excel to MARC for Koha

2013-03-21 Thread Mayoora
I tried to convert my excel data to marc for exporting to KOHA. But could not succed can any one explain how to give information for the tag 260 it has three sub field a b c (Place of publication, distribution, etc , Name of publisher, distributor, etc, Date of publication, distribution, etc) i h

[Koha] Error opening browser to configure Koha Web installer

2013-03-21 Thread marcosarraiz
Hi all. I'm using Debian squeeze again. I'm installing KOHA and I had problems making settings. Now I'm putting the IP 127.0.1.1:8080 for configuration of the Web installer and I get the following error: thank you best in

Re: [Koha] Error opening browser to configure Koha Web installer

2013-03-21 Thread Bernardo Gonzalez Kriegel
On Thu, Mar 21, 2013 at 4:22 PM, marcosarraiz wrote: > Hi all. > > I'm using Debian squeeze again. I'm installing KOHA and I had problems > making settings. > Now I'm putting the IP 127.0.1.1:8080 for configuration of the Web > installer > and I get the following error: > >

Re: [Koha] Excel to MARC for Koha

2013-03-21 Thread Mark Tompsett
Greetings, i have tried as $260a, $260b, $260c but its appearing on three lines. A single MARC record field generally looks sort of like (I'm not being exact): =260 \\$aValueA$bValueB$cValueC Of course, that's in the human readable version of the MARC file. I would strongly recommend using

[Koha] Index not rebuilding with -z option

2013-03-21 Thread sheldon_tappin
Hi All, After changing some file permissions for zebra and rebooting the system, we found the records. We are able to do a rebuild_zebra using -b -a options, we will find all records even those that was recently added. However, if we add records and execute rebuild_zebra with -b -a -z option, the

Re: [Koha] Index not rebuilding with -z option

2013-03-21 Thread Chris Cormack
On 22 March 2013 09:11, sheldon_tappin wrote: > Hi All, > > After changing some file permissions for zebra and rebooting the system, we > found the records. > > We are able to do a rebuild_zebra using -b -a options, we will find all > records even those that was recently added. However, if we add

Re: [Koha] Staff Maintenance Mode

2013-03-21 Thread Chris Cormack
On 22 March 2013 04:27, Mark Tompsett wrote: > Greetings, > > If Koha is the only thing on your server, why not just turn off apache as > you make server command-line tweaks? > $ sudo service apache2 stop > > Start it again when you are finished > $ sudo service apache2 start > > That's assuming t

[Koha] OPAC Usage

2013-03-21 Thread glaws
For reporting and statistical use we are interested in logging visits to our Koha OPAC in two categories--patron logins to the OPAC from outside the library and simple page hits without logins. How are other organizations collecting this data? -- Greg Lawson Network Administrator Rolling Hills C

Re: [Koha] Index not rebuilding with -z option

2013-03-21 Thread sheldon_tappin
As a guess, I suspect the permissions on the files are messed up, and the user running running the -z is not the same user you are using to do a full rebuild. I'm using the same user to do both rebuilds. What we found is that with the -z option, no record is found. It returns 0 for everything.

Re: [Koha] Index not rebuilding with -z option

2013-03-21 Thread Chris Cormack
On 22 March 2013 16:17, sheldon_tappin wrote: > As a guess, I suspect the permissions on the files are messed up, and > the user running running the -z is not the same user you are using to > do a full rebuild. > > I'm using the same user to do both rebuilds. What we found is that with the > -z op

Re: [Koha] Index not rebuilding with -z option

2013-03-21 Thread sheldon_tappin
Chris Cormack-6 wrote > You somehow have the nozebra systempreference set perhaps? Check in > searching, or localuse .. or in the database itself We turned it off from the database level. The value of NoZebra is set to 0 Sheldon -- View this message in context: http://koha.1045719.n5.nabbl

Re: [Koha] OPAC Usage

2013-03-21 Thread schnydszch
I installed Piwik analytics for our library to determine site visit and detailed visitor's log. With regards to patron logins to the OPAC, I haven't tried it yet. Maybe other koha users could share their's. -- View this message in context: http://koha.1045719.n5.nabble.com/OPAC-Usage-tp5747471p

Re: [Koha] Index not rebuilding with -z option

2013-03-21 Thread Chris Cormack
On 22 March 2013 16:25, sheldon_tappin wrote: > > > Chris Cormack-6 wrote >> You somehow have the nozebra systempreference set perhaps? Check in >> searching, or localuse .. or in the database itself > > We turned it off from the database level. The value of NoZebra is set to 0 > > You just turned