Summary: | Error 404 getting a couple of js files | ||
---|---|---|---|
Product: | Koha | Reporter: | Mariano Di Ianni <mdiianni> |
Component: | I18N/L10N | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | f.demians, jonathan.druart, tomascohen |
Version: | 24.11 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Mariano Di Ianni
2025-04-25 04:05:03 UTC
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. |