Re: [Koha] Koha 3.4.0 released

2011-04-25 Thread ISM KIS
I did upgrade our demo version 3.2.7 to 3.4.0 Installation was ok but rebuild_zebra gave following error: perl rebuild_zebra.pl -a -r -b problem with :23 : Cannot decode string with wide characters at /usr/lib/perl5/5.12.1/i586-linux-thread-multi/Encode.pm line 174. http://www.w3.org/2001/XM

[Koha] Koha Database Maintenance

2011-05-04 Thread ISM KIS
Test upgrade to 3.4 showed that our database must have some corrupt records. Upgrading our current database fails on misc/maintenance/remove_items_from_biblioitems.pl --run and on misc/migration_tools/rebuild_zebra.pl -b -r However if I restore and upgrade an earlier version the upgrade is ok

Re: [Koha] Koha Database Maintenance

2011-05-04 Thread ISM KIS
Tomas, Would you be willing to share your script to list problematic records? I would be more than happy to try it. Rudy >>> Tomas Cohen Arazi 5/4/2011 7:00 PM >>> Rudy On Wed, May 4, 2011 at 5:18 AM, ISM KIS wrote: > Test upgrade to 3.4 showed that our database m

Re: [Koha] [Koha-devel] Koha 3.4.1 upgarde - failed: Access denied for user 'kohaadmin'@'localhost' (using password: YES)

2011-05-30 Thread ISM KIS
ohaadmin can access (via mysql -u -p -D) the Koha database. Regards, On Thu, May 26, 2011 at 12:44 PM, ISM KIS wrote: > I am still in the process of upgrading our Koha from 3.00.06 to 3.4.1 > > Installation is ok. I could import the data from 3.0.6 and did the database > update from the

[Koha] Virtual Koha 3.4.x on Opensuse 11.4 / 11.3

2011-08-22 Thread ISM KIS
Dear all, Has anyone successfully created a Virtual Box for Koha 3.4.x on Opensuse 11.4 / 11.3 ? (For VMWare ESXi 4.1 or Oracle VM Virtual Box) And would you be willing to share the Host file? Regards, Rudy Wuthrich Kodaikanal International School _

[Koha] Koha Staff login: Error: You do not have permission to access this page

2011-10-17 Thread ISM KIS
We have moved from Koha 3.0.6 to 3.4.5 and we are facing the following problem: Login to the staff interface (:8080) gives the following error: (except for kohaadmin which is fine) Error: You do not have permission to access this page The user HAS superlibrarian Access to all librarian function

[Koha] Koha Staff login: Error: You do not have permission to access this page

2011-10-17 Thread ISM KIS
We have moved from Koha 3.0.6 to 3.4.5 and we are facing the following problem: Login to the staff interface (:8080) gives the following error: (except for kohaadmin which is fine) Error: You do not have permission to access this page The user HAS superlibrarian Access to all librarian function

[Koha] overdue_notives - to_address field is not populated

2011-11-01 Thread ISM KIS
After upgrading to Koha 3.4.5 we have noticed that the overdue notices were not sent. The cron jobs are running and the message_queue table gets updated. The borrowernumber is correct in the message_queue but the to_address field is NULL. ( select email from borrowers where borrowernumber = xx

Re: [Koha] overdue_notives - to_address field is not populated

2011-11-02 Thread ISM KIS
t now? At the least, if you see "sent" in a patron's message history, instead of "failed", you'll know this is working (whether the email reaches the patron, there is no way to know). -Ian On Wed, Nov 2, 2011 at 4:54 AM, ISM KIS wrote: > Ian, > > Tha

Re: [Koha] overdue_notives - to_address field is not populated

2011-11-02 Thread ISM KIS
ether the email reaches the patron, there is no way to know). -Ian On Wed, Nov 2, 2011 at 4:54 AM, ISM KIS wrote: > Ian, > > Thank you for your input. > > The setting was on "alternate" and I changed it to "first valid" > > But still it does not enter any

[Koha] Koha 3.10.3 on Ubuntu 12.10 server on VMWare

2013-02-26 Thread ISM KIS
After waiting for almost too long I finally upgraded our system from Koha 3.4 / SuSE 11.3 to Koha 3.10.3 on Ubuntu 12.10 I still remember the pain to get all the Perl modules right on SuSE. Compared to that Ubuntu was really easy. (Only Data::Pagination was a small challenge) If anyone is in

[Koha] Link to external patron picture

2013-12-17 Thread ISM KIS
Just upgraded to 3.14 With every new version I'm installing I have to manually change some files to allow accessing the patron pictures which are already there on our school system. Is there a way that would allow me to use an link to an external picture (instead of uploading the pictures to K

Re: [Koha] Link to external patron picture

2013-12-18 Thread ISM KIS
intranetuserjs - Great, that's the idea I needed. The picture location is stored in my field patronaddress2 So I can use the following jquery code: // $(document).ready(function(){ $('#patronbasics').html(''); $('.patronaddress2').html('') ;

[Koha] Instructions to upgrade 3.10 to 3.10.13

2014-05-01 Thread ISM KIS
Our head librarian asked me to upgrade Koha from 3.10.2 to 3.10.13 Server is running Debian. We are not using git. Where do I find instruction on how exactly this minor upgrade can be done? Rudy Wuthrich Kodaikanal International School ___ Koha mailin

Re: [Koha] Instructions to upgrade 3.10 to 3.10.13

2014-05-06 Thread ISM KIS
system is running as: Koha version: 3.15.00.029 Thank you Koha guys / Linux guys for making the update process so simple. -- Or is there anything I'm totally missing here? Rudy Wuthrich Kodaikanal International School >>> "ISM KIS" 5/1/2014 4:16 PM >>> Our h