Hi After upgrading to 3.04 I have some serious difficulties working with koha. Allmost every action is very slow. The status bar of my browser indicates that it first connects with www.liblime.com and gets some data from there and after that it tries to connect to www.google-analytics.com. And then I have to wait ... Am I missing some system preferencies? I surely don't want koha to connect to some external website if I don't know exactly why that's needed. Greetings Beda -- Beda Szukics www.muri-gries.ch Benediktinerkollegium, Bruenigstr. 177 CH-6060 Sarnen
Beda Szukics a écrit :
Hi
After upgrading to 3.04 I have some serious difficulties working with koha.
Allmost every action is very slow.
The status bar of my browser indicates that it first connects with www.liblime.com and gets some data from there and after that it tries to connect to www.google-analytics.com. And then I have to wait ...
Am I missing some system preferencies?
I surely don't want koha to connect to some external website if I don't know exactly why that's needed.
Hi, This is very strange. Maybe some customized javascript in your templates is causing this. Could be defined in systempreferences intranetuserjs or opacuserjs. official 3.0.4 has no default tights with liblime.com or with google-analytics.com. -- Henri-Damien LAURENT
LAURENT Henri-Damien schrieb:
Beda Szukics a écrit :
Hi
After upgrading to 3.04 I have some serious difficulties working with koha.
Allmost every action is very slow.
The status bar of my browser indicates that it first connects with www.liblime.com and gets some data from there and after that it tries to connect to www.google-analytics.com. And then I have to wait ...
Am I missing some system preferencies?
I surely don't want koha to connect to some external website if I don't know exactly why that's needed.
Hi, This is very strange. Maybe some customized javascript in your templates is causing this. Could be defined in systempreferences intranetuserjs or opacuserjs.
No. These are not set.
official 3.0.4 has no default tights with liblime.com or with google-analytics.com.
I had chosen de-DE as language for the staff client in the "old" 3.00-koha installation. So after the upgrade I tried to do some cataloguing with strange results: lookups for liblime.com and google-analytics.com, the biblios weren't properly stored (I even couldn't find them in the inventory, I only found item records with empty biblios). As soon as I changed to english, all my problems went away. Changing back to de-DE I noticed that the lookups were gone, but the cataloguing module had a strange outcome: all the MARC-fields were presented in one window, not in tabs. I tried to install a new de-DE-staff-translation (got it from translate.koha.org): koha@web-kso1:/usr/share/koha/misc/translator$ ./tmpl_process3.pl install -r -s po/de-DE-i-staff-t-prog-v-3000000.po -i ../../intranet/htdocs/intranet-tmpl/prog/en -o ../../intranet/htdocs/intranet-tmpl/prog/de-DE/ I get: Creating ../../intranet/htdocs/intranet-tmpl/prog/de-DE//modules/cataloguing/value_bu ilder/unimarc_field_124c.tmpl... Creating ../../intranet/htdocs/intranet-tmpl/prog/de-DE//modules/cataloguing/value_bu ilder/marc21_field_007.tmpl... Speicherzugriffsfehler i.e. Segmentation fault. I tried the same with fr-FR (without downloading from translate.koha.org) and had the same error at the same moment. My actual version is koha-3.00.04_fixed from koha-fr.org Thank you Beda
Hi Beda 2009/10/30 Beda Szukics <beda@muri-gries.ch>:
Hi, This is very strange. Maybe some customized javascript in your templates is causing this. Could be defined in systempreferences intranetuserjs or opacuserjs.
No. These are not set.
official 3.0.4 has no default tights with liblime.com or with google-analytics.com.
I had chosen de-DE as language for the staff client in the "old" 3.00-koha installation.
So after the upgrade I tried to do some cataloguing with strange results: lookups for liblime.com and google-analytics.com, the biblios weren't properly stored (I even couldn't find them in the inventory, I only found item records with empty biblios).
As soon as I changed to english, all my problems went away.
Changing back to de-DE I noticed that the lookups were gone, but the cataloguing module had a strange outcome: all the MARC-fields were presented in one window, not in tabs.
I tried to install a new de-DE-staff-translation (got it from translate.koha.org):
koha@web-kso1:/usr/share/koha/misc/translator$ ./tmpl_process3.pl install -r -s po/de-DE-i-staff-t-prog-v-3000000.po -i ../../intranet/htdocs/intranet-tmpl/prog/en -o ../../intranet/htdocs/intranet-tmpl/prog/de-DE/
I get:
Creating ../../intranet/htdocs/intranet-tmpl/prog/de-DE//modules/cataloguing/value_bu ilder/unimarc_field_124c.tmpl... Creating ../../intranet/htdocs/intranet-tmpl/prog/de-DE//modules/cataloguing/value_bu ilder/marc21_field_007.tmpl... Speicherzugriffsfehler
i.e. Segmentation fault.
I tried the same with fr-FR (without downloading from translate.koha.org) and had the same error at the same moment.
My actual version is koha-3.00.04_fixed from koha-fr.org
I have successfully created both these sets of templates, I have to go into work now, but I can email you the created templates if you want to test thoses? Chris
Beda Szukics a écrit :
LAURENT Henri-Damien schrieb:
Beda Szukics a écrit :
Hi
After upgrading to 3.04 I have some serious difficulties working with koha.
Allmost every action is very slow.
The status bar of my browser indicates that it first connects with www.liblime.com and gets some data from there and after that it tries to connect to www.google-analytics.com. And then I have to wait ...
Am I missing some system preferencies?
I surely don't want koha to connect to some external website if I don't know exactly why that's needed.
Hi, This is very strange. Maybe some customized javascript in your templates is causing this. Could be defined in systempreferences intranetuserjs or opacuserjs.
No. These are not set.
Hi Beda, from what you tell, I think you have a translation problem. I donot know how you upgraded your installation, whether you did install from scratch or not, but with the current po files, on git branch 3.0.x and the current templates, I update translation without any problem. maybe you are using master branch rather than 3.0.x. I can try and help you with that problem on irc. -- Henri-Damien LAURENT
LAURENT Henri-Damien schrieb:
Beda Szukics a écrit :
LAURENT Henri-Damien schrieb: Hi Beda, from what you tell, I think you have a translation problem.
I think so.
I donot know how you upgraded your installation, whether you did install from scratch or not,
I updated from 3.01 to 3.04 with 3.04_fixed from koha-fr.org
but with the current po files, on git branch 3.0.x and the current templates, I update translation without any problem. maybe you are using master branch rather than 3.0.x. I can try and help you with that problem on irc.
I updated today a second server wich I manage and there everything went fine. This one had debian lenny on it, the first one debian etch. So I will try to upgrade the server. I hope that this will solve the problem. Thank you for your offer. Beda
Beda Szukics a écrit :
Hi
After upgrading to 3.04 I have some serious difficulties working with koha.
Allmost every action is very slow.
what kind of installed version do you have ? local or hosted ? where is the (physically) hosted server if applicable ? coming directly from download.koha.org, from git, from a support company (who is your support company ?) ? what kind of hardware ? -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08
participants (4)
-
Beda Szukics -
Chris Cormack -
LAURENT Henri-Damien -
Paul Poulain