[Koha-bugs] [Bug 12002] New: Koha does not pick up installed languages when running under Plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 26 21:45:15 CET 2014


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 at lists.koha-community.org
          Reporter: magnus at enger.priv.no
        QA Contact: testopia at bugs.koha-community.org
                CC: frederic at 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.


More information about the Koha-bugs mailing list