ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Italian language problem with displaying


  • 2004-02-21 12:18:50

    Italian language problem with displaying

    Hi, I have installed ATutor-1.3.2 on Windows 2000 with:

    Web Server: Apache/2.0.48 (Win32) PHP/4.3.4
    PHP Version: 4.3.4
    MySQL Version: 4.0.16-nt

    When I import the file for the Italian language seems all ok, but after I import it I can't see the italian language in the language page, I see this:

    The following languages are available on this ATutor system:
    English - iso-8859-1

    Any suggestions? Thank you.

  • 2004-02-21 12:32:06

    Apache2

    You are likely to experience a variety problems using Apache 2. It is not quite stable yet. We recommend using the latest version of Apache 1.3.

    Have a look in the ATutor database table lang2 to see if the language was actually imported. If it's not there you might try to unzip the language pack and import the language.csv file into the table using the CSV import tools in a application like phpMyAdmin.

  • 2004-02-21 12:47:53

    Apache 2

    Yes, in the table lang 2 the language was imported:

    at_lang2 Record 1.524 MyISAM

    but anyway I can't see the translation in te language page.

  • 2004-02-21 14:22:32

    Try debugging

    Turn on debugging by setting AT_DEVEL to 1 near the top of include/vitals.inc.php.

    define('AT_DEVEL', 1);

    Then debug the available languages variable by inserting the following line just after the header is inserted into admin/languages.php at line 33.

    debug($available_languages);

    This should list English and Italian as available.

    If you have caching enabled, try disabling it in the line near the end of include/config.inc.php, by commenting out the line.

    We can't spend time trying to fix problems associated with Apache2. Some you may not be able to overcome. You're on your own if you wish to continue using Apache2.

  • 2004-02-21 15:44:54

    Debugging

    Thanks a lot greg, I will follow your suggestions.

    I use apache2 only in local, trying the scripts and learn to manage it before to upload on the webserver, that is Apache 1.3, so I think that there are no problems when I do this.

  • 2004-02-23 02:49:12

    Apache 1.3

    I have the same question with sustia.
    Now I reinstalled the apache ,now the version is 1.3.23
    but the question exist still.

    and debug as your said above,the message is :
    Array
    (
    [en] => Array
    (
    [0] => en([-_][[:alpha:]]{2})?|english
    [1] => iso-8859-1
    [2] => en
    [3] => English
    )

    )

    my info:
    php:4.3.4
    SYSTEM:winxp
    mysql:3.23.49
    what should I do?

  • 2004-02-23 10:52:09

    cache'ing

    disable the CACHE option in include/config.inc.php

  • 2004-02-23 20:33:55

    thanks a lot.

    ...