[Bug 12002] New: Koha does not pick up installed languages when running under Plack
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12002 Bug ID: 12002 Summary: Koha does not pick up installed languages when running under Plack Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: magnus@enger.priv.no QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr I took a database from an existing package install and dumped it into an installation running under Plack (which is a gitified package-install, to be exact). After doing this, when I go to the I18N tab of the systempreferences I do not see any other languages than "en" as options for the "language" and "opaclanguages" sysprefs. Translations are installed on the server: $ sudo koha-translate -i nb-NO Error: the selected language is already installed. Try --update if you want to re-install it. Updating the translations does not have any effect. I have this in the db: mysql> select variable, value from systempreferences where variable = 'language' or variable = 'opaclanguages'; +---------------+------------------------------------+ | variable | value | +---------------+------------------------------------+ | language | sv-SE,en | | opaclanguages | sv-SE,en,fr-FR,de-DE,es-ES,ar-Arab | +---------------+------------------------------------+ I restarted MySQL and memcached, without any effect. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12002 Robin Sheat <robin@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robin@catalyst.net.nz Assignee|koha-bugs@lists.koha-commun |robin@catalyst.net.nz |ity.org | --- Comment #1 from Robin Sheat <robin@catalyst.net.nz> --- I'm working on fixes for plack for the staff client, so I'll look into this. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12002 Viktor Sarge <viktor.sarge@regionhalland.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |viktor.sarge@regionhalland. | |se -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12002 --- Comment #2 from Robin Sheat <robin@catalyst.net.nz> --- I can't reproduce this at all using master. If I koha-translate --install or --remove, it updates immediately. This is using plack and memcached. In C4::Languages, getTranslatedLanguages is memoised, but I can't see it actually getting stored in memcache, oddly enough. I think that's not the issue, given you restarted memcache. Did you also restart starman, and what was the result of that? How many workers are you running? Are you running plack on the staff client or just the opac? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12002 Brendan Gallagher <brendan@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan@bywatersolutions.co | |m --- Comment #3 from Brendan Gallagher <brendan@bywatersolutions.com> --- Hmm... I was not able to repeat this. I've got starman and memcached running. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12002 --- Comment #4 from Magnus Enger <magnus@enger.priv.no> --- I'm about to add Plack as an option to https://github.com/digibib/kohadevbox I'll see if I can reproduce the problem when I get a little bit further with that. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12002 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |jonathan.druart@biblibre.co | |m Status|NEW |RESOLVED --- Comment #5 from Jonathan Druart <jonathan.druart@biblibre.com> --- Considered as fixed/invalid. Magnus, feel free to reopen if you recreate the error later. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org