TTF mapping on koha-conf.xml breaks Patron Card Creator
Hi, I move a production server from A to B: A) An "old" Debian Wheezy upgraded up to current 3.18.4. B) A new Ubuntu Server 14.4 LTS fresh install, also 3.18.4. On A the librarian use fine the unfriendly label creator but on B the generated label was blank (only images). Database where identical so I start looking logs and setup files. The "solution" was just comment out the new XML section *<ttf>* on koha-conf.xml. + I'm not sure what this section does, what I'm disabling. + I'm not sure if is related to bug 13709 <http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13709>. + Even logs where full of things like «Argument "377,33" isn't numeric in addition» and «Use of uninitialized value» It seems have nothing to do with the use of comma or dot as decimal separator on (not sanitized?) input fields. I attach the output of something like *cat intranet-error-cleaned.log | sort | uniq -c | sort -rn* Regards, Pablo
Hi Pablo, Have you installed ttf-dejavu fonts on server B? Bernardo -- Bernardo Gonzalez Kriegel bgkriegel@gmail.com On Tue, Mar 10, 2015 at 12:25 PM, Pablo Bianchi <pablo.bianchi@gmail.com> wrote:
Hi,
I move a production server from A to B: A) An "old" Debian Wheezy upgraded up to current 3.18.4. B) A new Ubuntu Server 14.4 LTS fresh install, also 3.18.4.
On A the librarian use fine the unfriendly label creator but on B the generated label was blank (only images). Database where identical so I start looking logs and setup files. The "solution" was just comment out the new XML section *<ttf>* on koha-conf.xml. + I'm not sure what this section does, what I'm disabling. + I'm not sure if is related to bug 13709 <http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13709>. + Even logs where full of things like «Argument "377,33" isn't numeric in addition» and «Use of uninitialized value» It seems have nothing to do with the use of comma or dot as decimal separator on (not sanitized?) input fields. I attach the output of something like *cat intranet-error-cleaned.log | sort | uniq -c | sort -rn*
Regards, Pablo
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
Thanks for your answer Bernardo. 2015-03-10 12:36 GMT-03:00 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>:
Have you installed ttf-dejavu fonts on server B?
Yes, it was always installed ( 2.34-1ubuntu1 ) . Is a koha-common dependency: apt-cache showpkg koha-common | grep ttf-dejavu
participants (2)
-
Bernardo Gonzalez Kriegel -
Pablo Bianchi