[Bug 11145] New: creating a guided report in non-english language fails
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11145 Bug ID: 11145 Summary: creating a guided report in non-english language fails Change sponsored?: --- Product: Koha Version: 3.10 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P5 - low Component: Reports Assignee: gmcharlt@gmail.com Reporter: wwwretive@yahoo.fr QA Contact: testopia@bugs.koha-community.org Hi, At our library we use Koha with the Unimarc format, in french. Since we switched to koha 3.10 we are no longer able to create guided reports : it fails after the second step with message "Unsuported report area "types" at /usr/share/koha/lib/C4/Reports/Guided.pm line 213". I googled around and found out that the same happens with the spanish version : http://groups.yahoo.com/neo/groups/koha-es/conversations/topics/3064 I tried with the english interface and it worked. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11145 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Michel, can you give us the exact version you are using? You can find it on the About page of your installation. I think this might be a bug, that has been fixed, but it's easier to check when we have more information. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11145 --- Comment #2 from michel <wwwretive@yahoo.fr> --- I'm using koha version 3.10.11, perl version 5.14 on a debian wheezy system. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11145 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Michel, I have tested this with German and it works for me, I can create Guided reports without problems. I think it might be a problem with the French translation files in 3.10.11 as they won't install correctly for me. To check if the bug is fixed in later versions I also tried 3.10.12. French templates install without errors in this version and crating guided reports worked nice. I am closing this bug, please reopen if I missed something. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11145 michel <wwwretive@yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Version|3.10 |3.12 Resolution|FIXED |--- --- Comment #4 from michel <wwwretive@yahoo.fr> --- Hi, We couldn't test koha version 3.10.12, since it is not in the repository any more ; but testing version 3.12.07 gives the same error when genrating guided reports : Software error: Unsuported report area "types" at /usr/share/koha/lib/C4/Reports/Guided.pm line 215. Thanks for your help. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11145 --- Comment #5 from Owen Leonard <oleonard@myacpl.org> --- (In reply to michel from comment #4)
testing version 3.12.07 gives the same error when generating guided reports
I have tried generating guided reports in 3.12.x using both French and German templates and have not encountered an error. Please post a detailed description of the steps to reproduce your error. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11145 --- Comment #6 from michel <wwwretive@yahoo.fr> --- is that ok if i send you a database via mail ? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11145 --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think it's unlikely that it's something in your configuration or data cuasing this. Could you give a step by step? Maybe it's something in the translations causing this. Could you check it also happens for you when using another language (maybe German)? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11145 --- Comment #8 from michel <wwwretive@yahoo.fr> --- Here are the steps to get the error :
From the "Plus" menu, choose "Bilans et statistiques" Then choose "assistant de rapports", then "construire nouveau". Etape 1/6 : choose "Circulation" then "suivant" Etape 2/6 : choose "Tabulaire" then "suivant" and here i get "software error..."
Using the german language works fine. Using koha 3.14 in french also produces the error. On the other hand, if i try to generate a SQL report nothing happens. Steps :
From the "Assistant de rapports" page, click "créer à partir de SQL". Fill in "nom de rapport" and "notes" with "testFR" Leave "type" as "tabulaire" Paste a sql report (i pasted the report previously generated with the german interface : SELECT borrowers.borrowernumber,biblioitems.biblioitemnumber FROM borrowers LEFT JOIN statistics on (statistics.borrowernumber=borrowers.borrowernumber) LEFT JOIN items on (items.itemnumber = statistics.itemnumber) LEFT JOIN biblioitems on (biblioitems.biblioitemnumber = items.biblioitemnumber)
) Click "enregistrer rapport" You get the message "votre rapport a été sauvegardé" ("your report was saved"). Click "rapports sauvegardés" -->> you get the table with the saved reports, but the report you have just created does not appear. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11145 michel <wwwretive@yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |WISHLIST --- Comment #9 from michel <wwwretive@yahoo.fr> --- Hi, i solved the problem by upgrading to koha 3.14 and rerunning the translation process with the command perl translate install fr-FR i already used this fix to solve problems when upgrading -- but i'm not sure which problems, maybe the "search by keyword" not working anymore. Maybe reruning the translation(s) automatically when updating could be put in the wish list ? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11145 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=10942 --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think 10942 would help with your wish :) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11145 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WISHLIST |FIXED --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- we run translations now automatically on update for package installations. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org