Hi, We are using es-ES translation. The error shows up trying to fill form at cataloguing, when field builder opens on field 006 we are getting this 404 errors plugin_launcher.pl:188 GET https://biblio-admin.fcaglp.unlp.edu.ar/intranet-tmpl/prog/es-ES/js/locale_data_24.1103000.js 404 (Not Found)Understand this error jquery-3.6.0.min_24.1103000.js:2 GET https://biblio-admin.fcaglp.unlp.edu.ar/intranet-tmpl/prog/es-ES/data/marc21_field_006.xml 404 (Not Found) The files are already there and accesible on filesystem so couldn't figue out what's wrong. Thanks! Mariano.
Here we get the error https://biblio-admin.fcaglp.unlp.edu.ar/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_field_006.pl&index=tag_006_subfield_00_918736_504994&result=
Does the same error show up if you are using the English templates?
Hello Katrin, Nope, only happens with spanish translation. Right now we are using english language because of that. I've looked inside intranet/htdocs/intranet-tmpl/prog/en/js/ and there is no locale_data_24.1103000.js file, and still i get no error in english. And having that file there at /es-ES we already get the 404 error. Checked directory and file permissions, and everything looks fine. With 777 permissions still get 404.
(In reply to Mariano Di Ianni from comment #3) > Hello Katrin, > > Nope, only happens with spanish translation. Right now we are using english > language because of that. I've looked inside > intranet/htdocs/intranet-tmpl/prog/en/js/ and there is no > locale_data_24.1103000.js file, and still i get no error in english. And > having that file there at /es-ES we already get the 404 error. Checked > directory and file permissions, and everything looks fine. With 777 > permissions still get 404. Did the translation process raise any error? We've seen the last few updates contained some wrongly processed translations which yielded an unfinished translation process. Can you run this and tell us what the output is? ```shell koha-translate --update es-ES ``` Saludos desde Córdoba
Hi Tomás! Thanks for the reply. This is the command output: root@b42f0da24df3:/docker# koha-translate --update es-ES tmpl_process3.pl: Warning: unconsistent %s count: (5/4): line: 69085 msgid: "%s %s %s %s %s Point of " msgstr: "%s %s %s %s Punto de " tmpl_process3.pl: Warning: unconsistent %s count: (5/4): line: 69069 msgid: "%s %s %s %s %s Course " msgstr: "%s %s %s %s Curso " tmpl_process3.pl: Warning: unconsistent %s count: (5/4): line: 69081 msgid: "%s %s %s %s %s Interlibrary " msgstr: "%s %s %s %s Interbibliotecario " tmpl_process3.pl: Warning: unconsistent %s count: (5/4): line: 69073 msgid: "%s %s %s %s %s E-resource " msgstr: "%s %s %s %s Recurso electr�nico " I've already noticed that before, but noticed nothing related with that 404 error. Tryed to debug it but couldn't find those mismatch %s where they are generated, due lack of time. I'll keep looking. Muchas gracias y saludos de La Plata, Buenos Aires.