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.