[Bug 39744] New: Error 404 getting a couple of js files
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39744 Bug ID: 39744 Summary: Error 404 getting a couple of js files Change sponsored?: --- Product: Koha Version: 24.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: mdiianni@fcaglp.unlp.edu.ar QA Contact: testopia@bugs.koha-community.org CC: f.demians@tamil.fr, jonathan.druart@gmail.com 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_d... 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... 404 (Not Found) The files are already there and accesible on filesystem so couldn't figue out what's wrong. Thanks! Mariano. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39744 --- Comment #1 from Mariano Di Ianni <mdiianni@fcaglp.unlp.edu.ar> --- 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= -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39744 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39744 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Does the same error show up if you are using the English templates? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39744 --- Comment #3 from Mariano Di Ianni <mdiianni@fcaglp.unlp.edu.ar> --- 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. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39744 --- Comment #4 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- (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 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39744 --- Comment #5 from Mariano Di Ianni <mdiianni@fcaglp.unlp.edu.ar> --- 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. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org