Re: [Koha] Search results problem on upgrade from 3.14 to 17.11

2023-01-22 Thread clint.deckard
/biblios/etc/dom-config.xml marcxml.recordtype: dom./etc/koha/zebradb/biblios/etc/dom-config.xml iso2709.recordtype: dom./etc/koha/zebradb/biblios/etc/dom-config-marc.xml I appreciate the assistance. Clint. -- Original Message -- From "clint.deckard" To "Katrin Fischer"

Re: [Koha] Search results problem on upgrade from 3.14 to 17.11

2023-01-22 Thread clint.deckard
22.01.23 07:19, clint.deckard wrote: Greetings, I have moved an old Koha library ver 3.14 to 17.11 (packages). This included changing to dom indexing as per the wiki. After rebuilding zebra I can search in the staff client and retrieve results ie. 12 result(s) found for 'kw,wrdl: pooh'. but

[Koha] Search results problem on upgrade from 3.14 to 17.11

2023-01-21 Thread clint.deckard
Greetings, I have moved an old Koha library ver 3.14 to 17.11 (packages). This included changing to dom indexing as per the wiki. After rebuilding zebra I can search in the staff client and retrieve results ie. 12 result(s) found for 'kw,wrdl: pooh'. but all that displays is two boxes with Resu

Re: [Koha] Patron with checked out items with no information

2020-11-06 Thread clint.deckard
issues at database level? Clint. -- Original Message -- From: "Katrin Fischer" To: "clint.deckard" ; "Koha-List" Sent: 7/11/2020 6:59:26 a.m. Subject: Re: [Koha] Patron with checked out items with no information Hi Clint, I am not sure what's

Re: [Koha] Patron with checked out items with no information

2020-11-04 Thread clint.deckard
r had checked out an item without 245$a ($p was filled out, so it was not obvious on first glance when looking at the record). Also check the items have all required values, like itemtype, homebranch and holdingbranch set. Hope that helps, Katrin On 04.11.20 00:43, clint.deckard wrote: I have a patr

[Koha] Patron with checked out items with no information

2020-11-03 Thread clint.deckard
I have a patron that has a number of checked out items, three of which are blank/have no details ie. when viewing overdue items there are no details for three of the items. When listing checked out items for this patron it just sits trying to load them. I can't find any similar problem in bugs

Re: [Koha] Barcode Scanners

2018-04-23 Thread clint.deckard
Hi Wascally, Just about any standard scanner should work with Koha. I have had good success with Zebex usb scanners. Generally the scanner just works 'out of the box' as long as it can read the format of your barcodes you are using. The same scanner can be used for circulation and inventory but

Re: [Koha] synchro two instances of Koha

2018-03-23 Thread clint.deckard
It works for me Michael. Best wishes, Clint. Michael Kuhn wrote: Hi Jonathan > I wrote something to do that few years ago when I worked at BibLibre ( > https://git.biblibre.com/biblibre/kss/) Just for your information: Unfortunately, when trying to access that URL, it says "403 Forbidden".

Re: [Koha] How to update

2018-02-14 Thread clint.deckard
Hi Alex, Koha does not have an update option from within the program itself, you need to update from Debian itself. You would need at least some familiarity with Debian for this to be a relatively painless operation. Updating from 3.14 to the latest version (17.11) is a fairly major jump. There

Re: [Koha] Upgrade problem Debian Packages

2018-01-14 Thread clint.deckard
OK, a restart of memcached did the trick. Should have thought of that earlier Clint. clint.deckard wrote: Thanks for the reply Liz, Yes the instance did exist with koha-create --create-db, I used koha-remove then koha-restore. The instances are the same name and it is not 'instance'

Re: [Koha] Upgrade problem Debian Packages

2018-01-14 Thread clint.deckard
issue, but the two I tried today have the same result. Appreciatively, Clint. Liz Rea wrote: On 15/01/18 11:55, clint.deckard wrote: Following an upgrade form 16.05 to 17.11 using the packages (and koha-restore) on Debian Jessie I get the following error when trying to access the staff or opac

[Koha] Upgrade problem Debian Packages

2018-01-14 Thread clint.deckard
Following an upgrade form 16.05 to 17.11 using the packages (and koha-restore) on Debian Jessie I get the following error when trying to access the staff or opac interface; "DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: Access denied for user 'koha_instance'@'localhost' (usin

Re: [Koha] Error with check in. id in two tables

2018-01-10 Thread clint.deckard
Alvaro, details about this issue can be found here https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix At this stage probably the best way to correct the immediate problem would be to delete the entry in the old_issues table. Pedro Amorin recently posted the following which may assist

[Koha] Expiry dates for eBooks

2017-09-21 Thread clint.deckard
Greetings all, A library wants to record an expiry date for ebooks so that they can be removed from Koha when they expire. One possibility is to record the expiry date in the non-public note field and run a report to find expired items. Does anyone have a better idea? Many thanks, Clint Deckar

Re: [Koha] Circulation-empty barcode-internal server error

2017-01-31 Thread clint.deckard
opened Bug 18022 Jonathan Druart wrote: Please open a new bug report. I will not be able to provide a patch, I still cannot recreate. On Thu, 26 Jan 2017 at 07:57 clint.deckard wrote: These are exactly the steps to recreate the issue in 16.05 although I hit enter rather than clicking the

Re: [Koha] Circulation-empty barcode-internal server error

2017-01-25 Thread clint.deckard
These are exactly the steps to recreate the issue in 16.05 although I hit enter rather than clicking the checkout button (same thing though). Clint. Owen Leonard wrote: The error is Can't use string ("1") as a HASH ref while "strict refs" in use at /usr/share/koha/intranet/cgi-bin/circ/circulat

Re: [Koha] Circulation-empty barcode-internal server error

2017-01-24 Thread clint.deckard
No, logged in as a regular user with superlibrarian permissions. Jonathan Druart wrote: Are you logged in using the DB credentials? On Mon, 23 Jan 2017 at 22:29 clint.deckard wrote: Sorry forgot to reply-all Jonathon, The error is Can't use string ("1") as a HASH ref whi

Re: [Koha] Circulation-empty barcode-internal server error

2017-01-23 Thread clint.deckard
te, what is the error you get? Regards, Jonathan On Mon, 23 Jan 2017 at 04:05 clint.deckard wrote: 16.05.06- Package With the CircAutoPrintQuickSlip syspref set to "clear the screen", hitting enter with an empty barcode field produces an internal

[Koha] Circulation-empty barcode-internal server error

2017-01-22 Thread clint.deckard
16.05.06- Package With the CircAutoPrintQuickSlip syspref set to "clear the screen", hitting enter with an empty barcode field produces an internal server error. Is this a bug? Clint. ___ Koha mailing list http://koha-community.org Koha@lists.katip

[Koha] Over 100 days (lost) circulation note

2016-10-27 Thread clint.deckard
I am trying to understand how patrons have a circulation note 'Over 100 days (lost)' remaining when the item has been returned. How to remove it. DefaultLongOverdueLostValue and DefaultLongOverdueDays are both blank. 3.18.10 package install Thank you, Clint. ___

Re: [Koha] F5 Attacks

2016-10-26 Thread clint.deckard
l hacking/attacking software. The Koha I'm working on right now - still in development - is accessed behind a proxy server, and I will attempt to solve the problem through that, by limiting the requests from the same origin with very little time between them. Still, even if I'm successf

Re: [Koha] F5 Attacks

2016-10-26 Thread clint.deckard
I have had this issue appear today. I have attempted to set up mod_evasive for apache but it doesn't seem to have solved the problem. I would really appreciate some advice. Clint. rfblanchard wrote: Assume a basic opac search: http:///cgi-bin/koha/opac-search.pl?q=dog&branch_group_limit=bra

Re: [Koha] How many Koha libraries are there worldwide?

2016-08-23 Thread clint.deckard
Kathy, the instructions on how to unsubscribe from this mailing list are at the very bottom of the email. Clint. Kathy Hines wrote: Please remove me from the mailing lists. Thank you, Kathy Hines. Circulation Manager Lawton Public Library 110 SW 4th Street Lawton, OK 73501 580-581-3450, Ext.

[Koha] Restrict access to SCO

2016-08-12 Thread clint.deckard
I would like to restrict access to the Self Checkout to just a single ip address. I believe the Apache mod_authz_host module is the answer but am unsure just how to implement it in a multi-instance set-up. I would appreciate any tips on how to do it. Thank you, Clint Deckard. _

Re: [Koha] Importing record to koha thorugh marcedit

2016-08-12 Thread clint.deckard
Greetings Mehvish, Have you had a look in the manual, there is some guidance for using MarcEdit there http://manual.koha-community.org/3.20/en/marceditexcel.html It will be easier to help if you provide a few more details eg. what version of Koha you are using, what data you are trying to conv

[Koha] eBook marc records and subject headings

2016-08-10 Thread clint.deckard
Greetings all, I have had a query from a school that receives brief marc records from their eBook vendor that do not contain subject headings but have an embedded url with online authorisation; they also have a subscription with a cataloguing company (SCIS in Australia) that can provide (some)

[Koha] Show barcode in search results

2016-06-29 Thread clint.deckard
Greetings, Is it possible to display an items barcode in the search result. I see there is a bug Bug 6456 - Display of barcode in search result in staff client, anyone working on this? Thank you, Clint. ___ Koha mailing list http://koha-community.org

Re: [Koha] Problem with migrating barcodes

2016-03-06 Thread clint.deckard
this is what is going on for you. Hope it helps anyway, Bob Birchall Calyx On 06/03/16 17:46, clint.deckard wrote: Thank you for the information. How did you solve the problem in the case of Alice? Clint. fauzi @ poizi Abu Bakar wrote: Dear Clint' physical barcode such as T20132X 2685&#x

Re: [Koha] Problem with migrating barcodes

2016-03-05 Thread clint.deckard
ess was in the right format ? Cheers, Eric BéginSolutions inLibro inc. Message d'origine De : "clint.deckard" Date : 05/03/2016 20:53 (GMT-05:00) À : Koha-List Objet : [Koha] Problem with migrating barcodes I have been asked to migrate an M$ Access bas

Re: [Koha] Problem with migrating barcodes

2016-03-05 Thread clint.deckard
inLibro inc. Message d'origine De : "clint.deckard" Date : 05/03/2016 20:53 (GMT-05:00) À : Koha-List Objet : [Koha] Problem with migrating barcodes I have been asked to migrate an M$ Access based library system, Karant, which as developed locally by a gentleman

[Koha] Problem with migrating barcodes

2016-03-05 Thread clint.deckard
I have been asked to migrate an M$ Access based library system, Karant, which as developed locally by a gentleman that no longer supports the software. The problem is a physical barcode such as T20132X 2685 is recorded in the database as 120132. I wonder if anyone can point me towards what mig

[Koha] Display 440- series info in OPAC results

2015-10-29 Thread clint.deckard
Greetings all, A library has entered series info in the 440 tag and would like to this to display in OPAC results. There is an XSLT snippet in the XSLT library on the wiki for displaying 490 data; can this be edited for 440 data, simply substituting 440 for 490 does not work. Also they wish t

Re: [Koha] 3.16.05 to 3.18.09 upgrade problem

2015-09-18 Thread clint.deckard
Thank you Mirko, that worked. I appreciate your help, Clint. Mirko Tietgen wrote: Clint Deckard schrieb am 18.09.2015 Debian squeeze It looks like the package is not in the oldstable repo for Koha and not in Squeeze. It is in the Koha stable repo though. You could try to change your source.li

Re: [Koha] 3.16.05 to 3.18.09 upgrade problem

2015-09-18 Thread clint.deckard
Debian squeeze Mirko Tietgen wrote: Clint Deckard schrieb am 18.09.2015 Greetings, Whilst trying to update a debian package install to 3.18 the following error is returned The following packages have unmet dependencies: koha-common : Depends: libdbix-connector-perl but it is not installable W

[Koha] 3.16.05 to 3.18.09 upgrade problem

2015-09-18 Thread clint.deckard
Greetings, Whilst trying to update a debian package install to 3.18 the following error is returned The following packages have unmet dependencies: koha-common : Depends: libdbix-connector-perl but it is not installable I can't find a definitive answer from the 'net... any ideas? Clint. __

[Koha] receipt printers

2015-08-25 Thread clint.deckard
Does anyone (esp. in New Zealand) have a suggestion for a receipt printer please. Anything that should be avoided? Thank you, Clint. -- Clint Deckard 136 Tukituki Road Ashley Clinton RD1 Takapau Central Hawkes Bay, New Zealand. ___ Koha mailing list

Re: [Koha] Re-catalogue a library

2015-08-21 Thread clint.deckard
a simple perl script to auto generate items then cleaned up the not found by hand. Happy to share scripts, rough as they are, if you are interested On Tue, Aug 18, 2015 at 12:17 AM, Bob Birchall wrote: On 18/08/15 09:43, clint.deckard wrote: I would appreciate any tips, hints or suggestions

[Koha] Re-catalogue a library

2015-08-17 Thread clint.deckard
I would appreciate any tips, hints or suggestions for re-cataloguing a 7000 item library. At the moment, an item is scanned and then the record updated via Z39.50 but this is a slow process. What other approaches are there? Thank you, Clint. -- Clint Deckard 136 Tukituki Road Ashley Clinton

Re: [Koha] Slash (/) following title

2015-08-12 Thread clint.deckard
Jerwyn, Owen and James, Thank you for your valuable input. I now have a path to explore and learn- XSLT stylesheets. When I first came across the / and saw it in the OPAC I assumed it was an error with my migration. However it was in the original records and that lead me to explore its histor

[Koha] Slash (/) following title

2015-08-11 Thread clint.deckard
Kia ora koutou, Is there a way to suppress/hide the trailing slash (/) following the title displaying in the OPAC? It arrives with the MARC record but looks 'wrong' when displayed. Clint. ___ Koha mailing list http://koha-community.org Koha@

[Koha] Lost status not available in batch item modify tool

2015-05-08 Thread clint.deckard
Koha 3.16 via Debian packages; Using the batch item modification tool although the lost status displays there is no 1- Lost status entry in the Edit Items area. It goes from 0 - Withdrawn status to 2 - Source of classification or shelving scheme I would appreciate any help to

Re: [Koha] Items borrowed alert

2015-04-29 Thread clint.deckard
David, if you enable the 'EnhancedMessagingPreferences' system preference, your patrons will be able to choose to receive a notice when they have checked out or checked in items, as well as some other useful notices as well. Details are in the manual. Clint Deckard. Hartman, David W. - Tech

[Koha] lost status column not showing- batch item modification

2015-03-30 Thread clint.deckard
Greetings all, I'm trying to repair some imported records with the batch item modification tool using 3.16 package on Debian but the 'lost status' column does not show in the 'Edit Items' area but does display above. Any ideas? Thank you, Clint. ___

Re: [Koha] Zebra index problem after upgrade to 3.18

2015-02-16 Thread clint.deckard
follow the wiki instructions, so left it as is. Many thanks, Clint. Magnus Enger wrote: Hi! On 15 February 2015 at 20:02, clint.deckard wrote: I upgraded a 3.10 package installation on Debian squeeze to 3.18.03 and now zebra will not reindex. Behaviour was exactly like Bug 13396/13404 I looked to

[Koha] Zebra index problem after upgrade to 3.18

2015-02-15 Thread clint.deckard
I upgraded a 3.10 package installation on Debian squeeze to 3.18.03 and now zebra will not reindex. Behaviour was exactly like Bug 13396/13404 I looked to change to DOM indexing but the wiki instructions were unclear. I added grs1 to the koha.conf file but no progress. Could someone kind

Re: [Koha] Koha Digest, Vol 110, Issue 11

2014-12-06 Thread clint.deckard
Hi, You can find how to download and install Koha here; http://koha-community.org/download-koha/ Clint Deckard. Arshad Iqbal wrote: hi I want to download latest version of KOHA any body help me in regard? LINUX will be preferable. On Sun, Dec 7, 2014 at 4:00 AM, wrote: Send Koha mailing li

Re: [Koha] name-based virtualhost problem

2014-09-23 Thread clint.deckard
Robin, Riley and Mark, Thank you for your help. I believe I have found the issue. I had two ServerName entries, the second should have been a ServerAlias entry. I am grateful for your timely help. Many thanks, Clint. Robin Sheat wrote: clint.deckard schreef op wo 24-09-2014 om 14:27 [+1200

[Koha] name-based virtualhost problem

2014-09-23 Thread clint.deckard
I would appreciate some help diagnosing a problem. I have three package installed Koha instances running on a Debian server, for a number of weeks all has been OK but today the opac address for one instance leads to the opac of another. The admin interface operates without issue though. I have

Re: [Koha] Report help- reading history

2014-09-22 Thread clint.deckard
Library On Mon, Sep 22, 2014 at 12:38 PM, clint.deckard mailto:clint.deck...@frontiers.co.nz>> wrote: A school I deal with would like a report that lists the reading history of the top 10 borrowers so that they can award a prize to each. As I am not a sql expert I would appre

[Koha] Report help- reading history

2014-09-22 Thread clint.deckard
A school I deal with would like a report that lists the reading history of the top 10 borrowers so that they can award a prize to each. As I am not a sql expert I would appreciate some assistance. Much appreciated, Clint. -- Clint Deckard Takapau Central Hawkes Bay, New Zealand.

[Koha] Integrating digital repositories

2014-09-14 Thread clint.deckard
G'day all, Working with Koha in schools I have often thought how more useful Koha could be if there was an easy way to integrate student created media eg. videos, podcasts, sound files etc But uploading files to a Koha server isn't straight forward. Uploading to sharing sites like Mega.co.nz ;)

Re: [Koha] koha (please help)

2014-09-02 Thread clint.deckard
Did you use marcedit to add the items? If so, you need to select all the 952 fields and 'join' them. This might help; http://blog.reeset.net/archives/1109 Clint. Monisa Aslam wrote: problem is that while adding items to koha there are multiple fields 952$a 952$c 952$p and 952$y. now when i im

Re: [Koha] Koha in schools, cataloguing teacher resources

2014-08-14 Thread clint.deckard
/show_bug.cgi?id=10589 Marc Am 14.08.2014 07:16, schrieb Robin Sheat: clint.deckard schreef op do 14-08-2014 om 16:40 [+1200]: I have a situation where a school wants to catalogue their teacher resources but don't really want them to appear in an OPAC search alongside the 'regular'

[Koha] Koha in schools, cataloguing teacher resources

2014-08-13 Thread clint.deckard
Dear community, I have a situation where a school wants to catalogue their teacher resources but don't really want them to appear in an OPAC search alongside the 'regular' library items. I'm not sure that creating a separate library would be an efficient solution. I would appreciate any suggest

[Koha] French specifics for Koha

2014-07-16 Thread clint.deckard
I have offered to do an introductory training session for Koha in Vanuatu at the end of this month and I would appreciate any hints and tips specific to using Koha in a french speaking country. I have added french language support without issue but have no experience with importing records in

Re: [Koha] Koha on Hangouts .

2013-12-04 Thread clint.deckard
Dear Sir, thank you for sharing this. Congratulations on your work promoting Koha and good luck for your future events. Best wishes, Clint. Karam Qubsi wrote: Hi all :) Last Saturday we held a Conference on Hangouts on Air (live on YouTu

Re: [Koha] The barcode was not found

2013-11-05 Thread clint.deckard
Shivendra, you really need to supply a little more information in order for people to help to you. Did you scan the right barcode? Does the item exist already with this barcode? Is the barcode being scanned displaying correctly? Clint. Shivendra wrote: during the checking out. the message dis

Re: [Koha] Switching from Other Library Software to Koha

2013-10-09 Thread clint.deckard
Olugbenga, Josef and Ben, I had replied to Ben directly but probably should have included the list as well. I investigated migrating from AccessIt for a small rural school in NZ. AccessIt has no export functionality for MARC or CSV. It is possible to use the reporting tool to get some data as

[Koha] Reset database, rebuild zebra problem.

2013-09-18 Thread clint.deckard
Greetings, 3.12 Debian packages. I wished to remove bibs and items for a Koha instance, I truncated the biblio and biblioitems tables but searching still showed records (but no items). Running koha-rebuild-zebra -f -v instance did not change anything. After *much* searching I tried ./rebuild_zeb

[Koha] Foolproof backup suggestions

2013-09-16 Thread clint.deckard
I am donating a server with Koha 3.12 on Debian 7 via packages for a school in Vanuatu and would like suggestions for a simple backup strategy. The 'server' will not actually be network connected, so it will be used as a standalone workstation (at least to begin with). There will be no technical

[Koha] add marc record-workflow

2013-05-21 Thread clint.deckard
Greetings, I have been unable to find a solution to a workflow request; at the 'add marc record' screen the 'change framework' dropdown box defaults to the default framework, is there a way to make it default to the Books, Booklets, Workbooks framework? This seems as if it should be easy, have

[Koha] Rename a Koha instance

2013-05-04 Thread clint.deckard
Greetings, I am using Koha 3.10 Debian packages and would like to copy/clone one instance to a new instance with a different name. Is this possible? Is it possible to (easily) rename an instance? Many thanks, Clint. ___ Koha mailing list http://koh

Re: [Koha] OPAC open in new window problem

2012-11-16 Thread clint.deckard
Are you talking about a link entered in the 856 tag? Are you clicking the link in the OPAC or staff client? Is XSLT display on or off? I was referring to a link in the 856 tag, using the OPAC, XSLT was off. When I enable XSLT in the OPAC the link opens in a new page but refers to the wrong pa

[Koha] OPAC open in new window problem

2012-11-16 Thread clint.deckard
Kia ora, Your assistance would be appreciated. I have set the system pref OPACURLOpenInNewWindow to 'do' which should cause URLs to open in a new window in the OPAC, but this is not happening. I have added ebooks but the link does not open in a new window. I am using 3.8.6 Debian packages. I f

[Koha] Authority error

2012-10-27 Thread clint.deckard
After installing Authority files downloaded from SCIS via the bulkauthimport script on 3.8.3 using Debian packages, I get this error when attempting to 'choose' an entry for the 100$a field; Software error: Can't call method "subfields" on an undefined value at /usr/share/koha/intranet/cgi-bin

Re: [Koha] Avoid LiveCDs/LiveDVDs

2012-10-05 Thread clint.deckard
Dear Vimal, I applaud your efforts. I believe Live CDs have a valuable place in allowing non-technical people the opportunity to try Koha. Koha, particularly in the past, was not an easy piece of software to install and try, LiveCDs made it much easier. Although they may not be the ultimate cho

Re: [Koha] 3.2 to 3.8 upgrade- no items available.

2012-10-04 Thread clint.deckard
Further, Doing an upgrade using the same method but to 3.6 via Debian packages works with no issue. Clint. clint.deckard wrote: I have been attempting to upgrade an installation from 3.2 running on Ubuntu (was a Live CD install) to a Debian 3.8.5 via packages. I did a mysqldump from 3.2

[Koha] 3.2 to 3.8 upgrade- no items available.

2012-10-04 Thread clint.deckard
I have been attempting to upgrade an installation from 3.2 running on Ubuntu (was a Live CD install) to a Debian 3.8.5 via packages. I did a mysqldump from 3.2, then restored this to a newly created 3.8.5 instance. then ran koha-upgrade-schema and then koha-upgrade-to-3.4 then koha-rebuild-zeb

[Koha] Request for paid support listing

2012-09-12 Thread clint.deckard
Fellow community members, I respectfully request to be listed on the Koha-community website as a paid support supplier. Company Name: Anact Open Source Solutions Contact Person: Clint Deckard Contact email: clint.deck...@anact.co.nz Website: www.anact.co.nz Telephone: 0

[Koha] OpacNav html

2012-08-15 Thread clint.deckard
I would like to place a hyperlinked image in the OpacNav but am struggling with a. where to store the image b. the html to place in the Opac preferences syspref Could someone please supply an example. Koha 3.8.3 on Debian using packages Thank you, Clint. -- This message has been scanned for v

Re: [Koha] Importing Catalogue Records

2012-08-12 Thread clint.deckard
Francis, I think I can help here as I have just been going through this process. I am not a Koha expert and if I have made a mistake I invite anyone to correct me please. Item Type is stored at 952$y, current location is stored at 952$b, Home library is stored at 952$a and call number at 952$o

[Koha] Quick question

2012-07-30 Thread clint.deckard
Kia ora, I am advocating for Koha and wish to point out that 'free' doesn't mean 'low quality' or 'cut down', could someone please point out of couple of examples of Koha powering 'large' libraries please. I have a bit of a rant going :-) Thank you very much, Clint. -- This message has bee

Re: [Koha] Mysqldump and Ubuntu

2012-06-24 Thread clint.deckard
xactly the same thing. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. "clint.deckard" wrote: Kia ora, I have spent a good deal of time getting mysqldump to work for me, partly because I am not an expert. Finally, I found out that Ubuntu (I ins

[Koha] Mysqldump and Ubuntu

2012-06-23 Thread clint.deckard
Kia ora, I have spent a good deal of time getting mysqldump to work for me, partly because I am not an expert. Finally, I found out that Ubuntu (I installed this instance from KohaLiveCD) requires the format mysqldump --user=myuser --password=mypassword koha>mysql_backup.sql this differs from

[Koha] Koha 4 timeframe

2012-04-16 Thread clint.deckard
Greetings, I seem to recall a small discussion at some stage during Kohacon 2010 about the path to Koha 4, does anyone have anything further on this? An update of perl was floated? Clint. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be

Re: [Koha] 3.4.3 on opensuse 11.4 SMS::Send Date::ICal problem (solved)

2011-08-31 Thread clint.deckard
n the main perl package. Installing perl-doc now doesn't install UnicodeData.txt. The solution was to update perl itself which now, correctly, has UnicodeData.txt included. Clint. On 19/08/2011 4:51 p.m., clint.deckard wrote: Hi again, Koha 3.4.3 on Opensuse 11.4. the suggested soluti

Re: [Koha] 3.4.3 on opensuse 11.4 SMS::Send Date::ICal problem

2011-08-18 Thread clint.deckard
Hi again, Koha 3.4.3 on Opensuse 11.4. the suggested solutions to my recent SMS::Send and Date::ICal issue with the web installer did not work. I continued to receive the error. I suspect the cause is elsewhere in my install. My lack of skill restricts my trouble shooting ability. Earlier, I

[Koha] 3.4.3 on opensuse 11.4 SMS::Send Date::ICal problem.

2011-08-12 Thread clint.deckard
Greetings, First time poster, long time lurker. Met some of you at Kohacon 2010 and around. Thank you in advance. I have installed Koha 3.4.3 on a fresh install of Opensuse 11.4. Web installer reports SMS::Send and Date::ICal as missing but are installed. Google searching found similar report